Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-kiwisolver for openSUSE:Factory checked in at 2022-04-02 18:19:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kiwisolver (Old) and /work/SRC/openSUSE:Factory/.python-kiwisolver.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kiwisolver" Sat Apr 2 18:19:40 2022 rev:7 rq:965628 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kiwisolver/python-kiwisolver.changes 2022-01-07 12:45:26.459806283 +0100 +++ /work/SRC/openSUSE:Factory/.python-kiwisolver.new.1900/python-kiwisolver.changes 2022-04-02 18:19:41.742844101 +0200 @@ -1,0 +2,14 @@ +Mon Mar 28 15:31:34 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to 1.4.1 + * add missing include PR #129 + * re-organize the Python binding sources to properly ship type + hints PR #131 + * make installation PEP517 compliant PR #125 + * add type hints PR #125 + * add Constraint::violated() method PR #128 + * make the the c++ part of the code c++20 compliant PR #120 + * test with c++11 and c++20 PR #120 +- Switch to PyPI sources + +------------------------------------------------------------------- Old: ---- 1.3.2.tar.gz New: ---- kiwisolver-1.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kiwisolver.spec ++++++ --- /var/tmp/diff_new_pack.V6LnPq/_old 2022-04-02 18:19:42.346837322 +0200 +++ /var/tmp/diff_new_pack.V6LnPq/_new 2022-04-02 18:19:42.350837276 +0200 @@ -16,21 +16,23 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 -%global skip_python36 1 Name: python-kiwisolver -Version: 1.3.2 +Version: 1.4.1 Release: 0 Summary: An implementation of the Cassowary constraint solver License: BSD-3-Clause Group: Development/Languages/Python 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} +Source: https://files.pythonhosted.org/packages/source/k/kiwisolver/kiwisolver-%{version}.tar.gz +BuildRequires: %{python_module cppy >= 1.2.0} +BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools >= 42} +BuildRequires: %{python_module setuptools_scm >= 3.4.3} +BuildRequires: %{python_module tomli} +BuildRequires: %{python_module wheel} BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: gcc-c++ @@ -48,7 +50,7 @@ In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings. %prep -%setup -q -n kiwi-%{version} +%setup -q -n kiwisolver-%{version} # Fix wrong-file-end-of-line-encoding dos2unix LICENSE README.rst releasenotes.rst @@ -66,6 +68,7 @@ %files %{python_files} %license LICENSE %doc README.rst releasenotes.rst -%{python_sitearch}/* +%{python_sitearch}/kiwisolver +%{python_sitearch}/kiwisolver-%{version}*-info %changelog