diff --git a/jsondiff-1.1.2.tar.gz b/jsondiff-1.1.2.tar.gz deleted file mode 100644 index 790fc83..0000000 --- a/jsondiff-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e18138aecaa4a8f3b7ac7525b8466234e6378dd6cae702b982c9ed851d2ae21 -size 7803 diff --git a/jsondiff-1.2.0.tar.gz b/jsondiff-1.2.0.tar.gz new file mode 100644 index 0000000..515632c --- /dev/null +++ b/jsondiff-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34941bc431d10aa15828afe1cbb644977a114e75eef6cc74fb58951312326303 +size 7985 diff --git a/python-jsondiff.changes b/python-jsondiff.changes index d38cfb8..c41b73e 100644 --- a/python-jsondiff.changes +++ b/python-jsondiff.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 4 15:22:38 UTC 2019 - Marketa Calabkova + +- Update to version 1.2.0 + * Deprecate the jsondiff command due to conflicts with json-patch + ------------------------------------------------------------------- Sun Jun 2 20:34:43 UTC 2019 - Jan Engelhardt diff --git a/python-jsondiff.spec b/python-jsondiff.spec index b74a033..2215211 100644 --- a/python-jsondiff.spec +++ b/python-jsondiff.spec @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jsondiff -Version: 1.1.2 +Version: 1.2.0 Release: 0 Summary: Module to diff JSON and JSON-like structures in Python License: MIT -Group: Development/Languages/Python URL: https://github.com/ZoomerAnalytics/jsondiff Source: https://files.pythonhosted.org/packages/source/j/jsondiff/jsondiff-%{version}.tar.gz +BuildRequires: %{python_module nose-random} BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -47,13 +47,13 @@ Package to show differences between JSON and JSON-like structures in Python %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# Tests do not run in py3 and upstream is not much worried about that -#%%python_expand nosetests-%{$python_bin_suffix} +%python_expand nosetests-%{$python_bin_suffix} %files %{python_files} %license LICENSE %doc README.rst %{python_sitelib}/* +%python3_only %{_bindir}/jdiff %python3_only %{_bindir}/jsondiff %changelog