diff --git a/jsonpatch-1.32.tar.gz b/jsonpatch-1.32.tar.gz deleted file mode 100644 index 1833e54c12052acd0233a323320a1620e5f66702..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..653de2810ab5ed94f5459d278edce464f3a5d002 Binary files /dev/null and b/jsonpatch-1.33.tar.gz differ diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 9e972a3eec98afd25e9d0cc6bbc250f92220cebb..3977e6b2c0f9fa2db382b53518ae810c518feb2e 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -1,15 +1,16 @@ -%define anolis_release 4 +%define anolis_release 1 %bcond_without tests %global pypi_name jsonpatch %global github_name json-patch Name: python-%{pypi_name} -Version: 1.32 +Version: 1.33 Release: %{anolis_release}%{dist} Summary: Applying JSON Patches in Python License: BSD URL: https://github.com/stefankoegl/python-%{github_name} Source0: %{pypi_source} +Source: https://pypi.io/packages/source/j/jsonpatch/jsonpatch-1.33.tar.gz BuildArch: noarch Patch0: 0001-Skip-unit-test-in-packaging.patch @@ -21,6 +22,7 @@ Library to apply JSON Patches according to RFC 6902. Summary: Library to apply JSON Patches in Python 3 BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-jsonpointer BuildRequires: pyproject-rpm-macros +BuildRequires: python3-setuptools Requires: python%{python3_pkgversion}-jsonpointer %{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}} @@ -66,6 +68,10 @@ ln -s ./%{pypi_name}-%{python3_version} %{buildroot}%{_bindir}/%{pypi_name} %doc AUTHORS README.md %changelog +* Tue Aug 19 2025 wenyuzifang - 1.33-1 +- Updated to version 1.33 to fix xxxxxxxxxx + + * Fri Mar 22 2024 Zhao Hang - 1.32-4 - Rebuild with python3.11