diff --git a/jsonpatch-1.32.tar.gz b/jsonpatch-1.32.tar.gz deleted file mode 100644 index dae540e..0000000 --- a/jsonpatch-1.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6ddfe6c3db30d81a96aaeceb6baf916094ffa23d7dd5fa2c13e13f8b6e600c2 -size 20853 diff --git a/jsonpatch-1.33.tar.gz b/jsonpatch-1.33.tar.gz new file mode 100644 index 0000000..2dcbd78 --- /dev/null +++ b/jsonpatch-1.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fcd4009c41e6d12348b4a0ff2563ba56a2923a7dfee731d004e212e1ee5030c +size 21699 diff --git a/python-jsonpatch.changes b/python-jsonpatch.changes index f0937ac..0320596 100644 --- a/python-jsonpatch.changes +++ b/python-jsonpatch.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Nov 27 19:10:53 UTC 2023 - Dirk Müller + +- update 1.33: + * fix invalid remove index + * remove unused import + * feat(jsondiff): Add support for preserving Unicode characters + ------------------------------------------------------------------- Fri Apr 21 12:27:32 UTC 2023 - Dirk Müller @@ -32,7 +40,7 @@ Fri Sep 17 21:02:26 UTC 2021 - Matej Cepl Tue May 18 21:54:01 UTC 2021 - Dirk Müller - update to 1.32: - * take_index causing 'move' of incorrect values due to bad True==1 comparison + * take_index causing 'move' of incorrect values due to bad True==1 comparison ------------------------------------------------------------------- Thu Apr 22 20:25:23 UTC 2021 - Dirk Müller @@ -45,7 +53,7 @@ Thu Apr 22 20:25:23 UTC 2021 - Dirk Müller Sun Dec 20 09:52:04 UTC 2020 - Dirk Müller - update to 1.28: - * Make it possible for from_diff to support custom types (issue #107) + * Make it possible for from_diff to support custom types (issue #107) * Python 3.9 support ------------------------------------------------------------------- @@ -98,7 +106,7 @@ Tue Aug 8 06:27:14 UTC 2017 - tbechtold@suse.com Fri Jul 28 14:43:04 UTC 2017 - darin@darins.net - Convert packaging to Singlespec -- update to 1.16 +- update to 1.16 ------------------------------------------------------------------- Tue Nov 15 10:53:42 UTC 2016 - dmueller@suse.com @@ -183,7 +191,7 @@ Thu Jul 11 14:41:17 UTC 2013 - dmueller@suse.com Mon Apr 29 12:36:33 UTC 2013 - dmueller@suse.com - update to 1.0 - * first stable release, some bugfixes + * first stable release, some bugfixes ------------------------------------------------------------------- Fri Feb 22 14:00:26 UTC 2013 - saschpe@suse.de diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 22a81ee..a94afdb 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -22,10 +22,9 @@ %bcond_with libalternatives %endif -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-jsonpatch -Version: 1.32 +Version: 1.33 Release: 0 Summary: Python - JSON-Patches License: BSD-3-Clause @@ -78,7 +77,7 @@ rm %{buildroot}%{_bindir}/jsondiff %python_uninstall_alternative jsonpatch %files %{python_files} -%license COPYING +%license LICENSE %doc AUTHORS README.md %python_alternative %{_bindir}/jsonpatch %{python_sitelib}/jsonpatch*