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-11-02 12:46:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sip6 (Old) and /work/SRC/openSUSE:Factory/.python-sip6.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sip6" Wed Nov 2 12:46:26 2022 rev:10 rq:1032704 version:6.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sip6/python-sip6.changes 2022-10-13 15:40:07.454492482 +0200 +++ /work/SRC/openSUSE:Factory/.python-sip6.new.2275/python-sip6.changes 2022-11-02 12:46:36.053403369 +0100 @@ -1,0 +2,14 @@ +Mon Oct 31 10:44:03 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Add sip-hg2860-fixprop.patch + * https://www.riverbankcomputing.com/hg/sip/rev/2157850bf018 + * https://www.riverbankcomputing.com/pipermail/pyqt/2022-October/045021.html + +------------------------------------------------------------------- +Sat Oct 29 19:11:18 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to 6.7.3 + * This is a very minor bug-fix release but also continues the + progress of porting the C code to Python. + +------------------------------------------------------------------- Old: ---- sip-6.7.2.tar.gz New: ---- sip-6.7.3.tar.gz sip-hg2860-fixprop.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sip6.spec ++++++ --- /var/tmp/diff_new_pack.NkcgiP/_old 2022-11-02 12:46:39.241419552 +0100 +++ /var/tmp/diff_new_pack.NkcgiP/_new 2022-11-02 12:46:39.249419592 +0100 @@ -17,13 +17,15 @@ Name: python-sip6 -Version: 6.7.2 +Version: 6.7.3 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 +# PATCH-FIX-UPSTREAM sip-hg2860-fixprop.patch https://www.riverbankcomputing.com/hg/sip/rev/2157850bf018, https://www.riverbankcomputing.com/pipermail/pyqt/2022-October/045021.html +Patch0: sip-hg2860-fixprop.patch BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module packaging} BuildRequires: %{python_module ply} ++++++ sip-6.7.2.tar.gz -> sip-6.7.3.tar.gz ++++++ ++++ 10176 lines of diff (skipped) ++++++ sip-hg2860-fixprop.patch ++++++ --- a/sipbuild/generator/outputs/pyi.py Fri Oct 28 16:36:35 2022 +0100 +++ b/sipbuild/generator/outputs/pyi.py Sat Oct 29 09:18:07 2022 +0100 @@ -495,7 +495,7 @@ defined) s = _indent(indent) - s += f'def {prop.name.name}{sinature}: ...\n' + s += f'def {prop.name.name}{signature}: ...\n' pf.write(s) break