diff --git a/jsonpatch-1.21.tar.gz b/jsonpatch-1.21.tar.gz deleted file mode 100644 index b486f4f..0000000 Binary files a/jsonpatch-1.21.tar.gz and /dev/null differ diff --git a/jsonpatch-1.26.tar.gz b/jsonpatch-1.26.tar.gz new file mode 100644 index 0000000..e34a949 Binary files /dev/null and b/jsonpatch-1.26.tar.gz differ diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 6a4fe20..996d7c3 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -3,11 +3,11 @@ %bcond_without python2 Name: python-%{pypi_name} -Version: 1.21 -Release: 5 +Version: 1.26 +Release: 1 Summary: Applying JSON Patches in Python License: BSD -URL: https://github.com/stefankoegl/%{github_name} +URL: https://github.com/stefankoegl/python-json-patch Source0: https://pypi.io/packages/source/j/jsonpatch/%{pypi_name}-%{version}.tar.gz Patch0: 0001-Skip-unit-test-in-packaging.patch BuildArch: noarch @@ -93,5 +93,8 @@ done; %doc README.md %changelog +* Thu Jul 23 2020 dingyue - 1.26-1 +- Package update to 1.26 + * Thu Sep 12 2019 openEuler Buildteam - 1.21-5 - Package init