Hello community,

here is the log from the commit of package python-jsonpatch for 
openSUSE:Factory checked in at 2018-05-16 11:40:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonpatch (Old)
 and      /work/SRC/openSUSE:Factory/.python-jsonpatch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jsonpatch"

Wed May 16 11:40:09 2018 rev:16 rq:607073 version:1.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonpatch/python-jsonpatch.changes        
2017-08-16 16:12:48.541002757 +0200
+++ /work/SRC/openSUSE:Factory/.python-jsonpatch.new/python-jsonpatch.changes   
2018-05-16 11:41:31.996430532 +0200
@@ -1,0 +2,10 @@
+Mon May 14 11:22:40 UTC 2018 - [email protected]
+
+- Version update to 1.23:
+  * dropped support for python 2.6
+  * More testcases for various bugs
+  * Various code cleanups
+- Run tests
+- Conflict with python-jsondiff as it provides jsondiff binary too
+
+-------------------------------------------------------------------

Old:
----
  jsonpatch-1.16.tar.gz

New:
----
  jsonpatch-1.23.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-jsonpatch.spec ++++++
--- /var/tmp/diff_new_pack.l8HRyK/_old  2018-05-16 11:41:32.660406368 +0200
+++ /var/tmp/diff_new_pack.l8HRyK/_new  2018-05-16 11:41:32.660406368 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jsonpatch
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,25 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:           python-jsonpatch
-Version:        1.16
+Version:        1.23
 Release:        0
 Summary:        Python - JSON-Patches
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            https://github.com/stefankoegl/python-json-patch
-Source:         
https://pypi.io/packages/source/j/jsonpatch/jsonpatch-%{version}.tar.gz
+URL:            https://github.com/stefankoegl/python-json-patch
+Source:         
https://files.pythonhosted.org/packages/source/j/jsonpatch/jsonpatch-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module jsonpointer >= 1.9}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  %{python_module jsonpointer >= 1.9}
-%endif
 Requires:       python-jsonpointer >= 1.9
 Requires(post): update-alternatives
 Requires(preun): update-alternatives
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# provides jsondiff binary too
+Conflicts:      python2-jsondiff
+Conflicts:      python3-jsondiff
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -57,6 +55,9 @@
     %python_clone -a %{buildroot}%{_bindir}/$p
 done
 
+%check
+%python_exec tests.py
+
 %post
 %python_install_alternative jsonpatch jsondiff
 
@@ -64,8 +65,8 @@
 %python_uninstall_alternative jsonpatch jsondiff
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING README.md
+%license COPYING
+%doc AUTHORS README.md
 %python_alternative %{_bindir}/jsonpatch
 %python_alternative %{_bindir}/jsondiff
 %{python_sitelib}/*

++++++ jsonpatch-1.16.tar.gz -> jsonpatch-1.23.tar.gz ++++++
++++ 1690 lines of diff (skipped)


Reply via email to