Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sip6 for openSUSE:Factory checked in at 2022-06-25 10:23:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sip6 (Old) and /work/SRC/openSUSE:Factory/.python-sip6.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sip6" Sat Jun 25 10:23:43 2022 rev:8 rq:984595 version:6.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sip6/python-sip6.changes 2022-02-09 20:38:37.386293170 +0100 +++ /work/SRC/openSUSE:Factory/.python-sip6.new.1548/python-sip6.changes 2022-06-25 10:23:47.062632820 +0200 @@ -1,0 +2,26 @@ +Mon Jun 20 21:15:15 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to version 6.6.2 + * Enums created with ABI v13 now handle unexpected values by + creating corresponding pseudo-members. + * Any config settings passed by a PEP 571 frontend are now used. + * The 'array' type is now accessible from the sip module. + * 'array' can now create one dimensional arrays of wrapped types + that can be modified in situ. + * Arguments using the /Array/ (and /ArraySize/) annotations will + now accept 'array' objects of the corresponding type. + * The latest version of ABI v13 is v13.4.0. + * The latest version of ABI v12 is v12.11.0. + * Bug fixes. + +------------------------------------------------------------------- +Wed Apr 13 08:06:26 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to version 6.6.1 + * Python v3.6 is no longer supported. + * The .sip file parser (created using flex and bison) has been + replaced with a pure Python implementation using PLY. + * The latest version of ABI v13 is v13.3.1. + * The latest version of ABI v12 is v12.10.1. + +------------------------------------------------------------------- Old: ---- sip-6.5.1.tar.gz New: ---- sip-6.6.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sip6.spec ++++++ --- /var/tmp/diff_new_pack.EajtIo/_old 2022-06-25 10:23:47.666633683 +0200 +++ /var/tmp/diff_new_pack.EajtIo/_new 2022-06-25 10:23:47.670633689 +0200 @@ -19,15 +19,16 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-sip6 -Version: 6.5.1 +Version: 6.6.2 Release: 0 Summary: A Python bindings generator for C/C++ libraries License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP Group: Development/Libraries/Python URL: https://www.riverbankcomputing.com/software/sip Source0: https://files.pythonhosted.org/packages/source/s/sip/sip-%{version}.tar.gz -BuildRequires: %{python_module devel >= 3.6} +BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module packaging} +BuildRequires: %{python_module ply} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module toml} BuildRequires: c++_compiler @@ -47,7 +48,9 @@ Summary: A Python bindings generator for C/C++ libraries Group: Development/Libraries/Python Requires: c++_compiler -Requires: python-devel >= 3.6 +Requires: python-devel >= 3.7 +Requires: python-packaging +Requires: python-ply Requires: python-setuptools Requires: python-toml Requires(post): update-alternatives @@ -115,7 +118,7 @@ %python_alternative %{_bindir}/sip-sdist %python_alternative %{_bindir}/sip-wheel %{python_sitearch}/sipbuild -%{python_sitearch}/sip-%{version}-py*.egg-info +%{python_sitearch}/sip-%{version}*-info %files -n python-sip6-doc %license LICENSE* ++++++ sip-6.5.1.tar.gz -> sip-6.6.2.tar.gz ++++++ ++++ 75432 lines of diff (skipped)