updated to latest:1.33

This commit is contained in:
kirin_2_0 2023-07-14 13:19:48 +08:00
parent ee3857f34f
commit ae8caa6473
3 changed files with 5 additions and 3 deletions

Binary file not shown.

BIN
jsonpatch-1.33.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%global pypi_name jsonpatch %global pypi_name jsonpatch
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.32 Version: 1.33
Release: 2 Release: 1
Summary: Applying JSON Patches in Python Summary: Applying JSON Patches in Python
License: BSD License: BSD
URL: https://github.com/stefankoegl/python-json-patch URL: https://github.com/stefankoegl/python-json-patch
@ -44,7 +44,6 @@ done;
%files -n python3-%{pypi_name} %files -n python3-%{pypi_name}
%license COPYING
%{_bindir}/jsondiff %{_bindir}/jsondiff
%{_bindir}/jsonpatch %{_bindir}/jsonpatch
%{_bindir}/jsondiff-3* %{_bindir}/jsondiff-3*
@ -58,6 +57,9 @@ done;
%doc README.md %doc README.md
%changelog %changelog
* Fri Jul 14 2023 niuyaru <niuyaru@kylinos.cn> - 1.33-1
- upgrade version to 1.33
* Wed Oct 26 2022 zhangruifang <zhangruifang1@h-partners.com> - 1.32-2 * Wed Oct 26 2022 zhangruifang <zhangruifang1@h-partners.com> - 1.32-2
- Rebuild for next release - Rebuild for next release