- update 1.33:
* fix invalid remove index * remove unused import * feat(jsondiff): Add support for preserving Unicode characters * take_index causing 'move' of incorrect values due to bad True==1 comparison * Make it possible for from_diff to support custom types (issue #107) - update to 1.16 * first stable release, some bugfixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpatch?expand=0&rev=57
This commit is contained in:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user