diff --git a/jsondiff-2.0.0.tar.gz b/jsondiff-2.0.0.tar.gz deleted file mode 100644 index 90780b92d622005514e41b84fdb06a105fef7853..0000000000000000000000000000000000000000 Binary files a/jsondiff-2.0.0.tar.gz and /dev/null differ diff --git a/jsondiff-2.2.0.tar.gz b/jsondiff-2.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e46aa9554b08b4d3a6a637d590a4d32811d22ab5 Binary files /dev/null and b/jsondiff-2.2.0.tar.gz differ diff --git a/python-jsondiff.spec b/python-jsondiff.spec index f3d6d9e262b3bcda5633001fee29051d9c78ef0a..4699a9ebdd5c368189d380082f19d6f5e25f7560 100644 --- a/python-jsondiff.spec +++ b/python-jsondiff.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jsondiff -Version: 2.0.0 +Version: 2.2.0 Release: 1 Summary: Diff JSON and JSON-like structures in Python. License: MIT URL: https://github.com/ZoomerAnalytics/jsondiff -Source0: https://files.pythonhosted.org/packages/dd/13/2b691afe0a90fb930a32b8fc1b0fd6b5bdeaed459a32c5a58dc6654342da/jsondiff-2.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/90/48/e86c93e46589eda155aaef6adc2131f0218991ac1a20c14bf1b0605c822b/jsondiff-2.2.0.tar.gz BuildArch: noarch %description Diff JSON and JSON-like structures in Python. @@ -71,5 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 24 2024 liudy - 2.2.0-1 +- Update version to 2.2.0 +- Exclude a list of paths from diff + * Wed Jul 19 2023 Dongxing Wang - 2.0.0-1 - Init package