diff --git a/jsonpatch-1.32.tar.gz b/jsonpatch-1.32.tar.gz deleted file mode 100644 index 1833e54..0000000 Binary files a/jsonpatch-1.32.tar.gz and /dev/null differ diff --git a/jsonpatch-1.33.tar.gz b/jsonpatch-1.33.tar.gz new file mode 100644 index 0000000..653de28 Binary files /dev/null and b/jsonpatch-1.33.tar.gz differ diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 7d859fd..bdb5160 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -1,8 +1,8 @@ %global pypi_name jsonpatch Name: python-%{pypi_name} -Version: 1.32 -Release: 2 +Version: 1.33 +Release: 1 Summary: Applying JSON Patches in Python License: BSD URL: https://github.com/stefankoegl/python-json-patch @@ -44,7 +44,6 @@ done; %files -n python3-%{pypi_name} -%license COPYING %{_bindir}/jsondiff %{_bindir}/jsonpatch %{_bindir}/jsondiff-3* @@ -58,6 +57,9 @@ done; %doc README.md %changelog +* Fri Jul 14 2023 niuyaru - 1.33-1 +- upgrade version to 1.33 + * Wed Oct 26 2022 zhangruifang - 1.32-2 - Rebuild for next release