diff --git a/jsonpatch-1.23.tar.gz b/jsonpatch-1.23.tar.gz deleted file mode 100644 index 8cf5ed7..0000000 --- a/jsonpatch-1.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49f29cab70e9068db3b1dc6b656cbe2ee4edf7dfe9bf5a0055f17a4b6804a4b9 -size 18162 diff --git a/jsonpatch-1.24.tar.gz b/jsonpatch-1.24.tar.gz new file mode 100644 index 0000000..eddad0b --- /dev/null +++ b/jsonpatch-1.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb72f8bf35260628aea6b508a107245f757d1ec839a19c34349985e2c05645a +size 18158 diff --git a/python-jsonpatch.changes b/python-jsonpatch.changes index 1f43c07..14ee611 100644 --- a/python-jsonpatch.changes +++ b/python-jsonpatch.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 11 13:24:02 UTC 2019 - Tomáš Chvátal + +- Update to 1.24: + * test with python 3.8 + ------------------------------------------------------------------- Fri May 17 21:32:45 UTC 2019 - Scott Wulf diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 119a308..a737630 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jsonpatch -Version: 1.23 +Version: 1.24 Release: 0 Summary: Python - JSON-Patches License: BSD-3-Clause @@ -27,6 +27,7 @@ URL: https://github.com/stefankoegl/python-json-patch Source: https://files.pythonhosted.org/packages/source/j/jsonpatch/jsonpatch-%{version}.tar.gz BuildRequires: %{python_module jsonpointer >= 1.9} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-jsonpointer >= 1.9 Requires(post): update-alternatives @@ -45,6 +46,7 @@ Python module to apply JSON-Patches (according to RFC 6902). %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} # Prepare for update-alternatives usage %python_clone -a %{buildroot}%{_bindir}/jsonpatch