Hello community,
here is the log from the commit of package python-kiwisolver for
openSUSE:Factory checked in at 2020-04-22 20:41:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kiwisolver (Old)
and /work/SRC/openSUSE:Factory/.python-kiwisolver.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kiwisolver"
Wed Apr 22 20:41:08 2020 rev:4 rq:794516 version:1.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kiwisolver/python-kiwisolver.changes
2019-07-28 10:20:13.560601639 +0200
+++
/work/SRC/openSUSE:Factory/.python-kiwisolver.new.2738/python-kiwisolver.changes
2020-04-22 20:41:10.230003585 +0200
@@ -1,0 +2,7 @@
+Thu Apr 16 08:10:34 UTC 2020 - [email protected]
+
+- version update to 1.2.0
+ * setup.py: proper python version pinning and cut 1.2.0 release
+- python3 only, e. g. requires cppy, which is python3 only
+
+-------------------------------------------------------------------
Old:
----
1.1.0.tar.gz
New:
----
1.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-kiwisolver.spec ++++++
--- /var/tmp/diff_new_pack.24n3Qs/_old 2020-04-22 20:41:10.778004658 +0200
+++ /var/tmp/diff_new_pack.24n3Qs/_new 2020-04-22 20:41:10.786004674 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-kiwisolver
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-kiwisolver
-Version: 1.1.0
+Version: 1.2.0
Release: 0
Summary: An implementation of the Cassowary constraint solver
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://github.com/nucleic/kiwi
+URL: https://github.com/nucleic/kiwi
Source: https://github.com/nucleic/kiwi/archive/%{version}.tar.gz
+BuildRequires: %{python_module cppy >= 1.1.0}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
++++++ 1.1.0.tar.gz -> 1.2.0.tar.gz ++++++
++++ 6282 lines of diff (skipped)