Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pycxx for openSUSE:Factory checked in at 2022-02-17 00:31:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pycxx (Old) and /work/SRC/openSUSE:Factory/.python-pycxx.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycxx" Thu Feb 17 00:31:15 2022 rev:6 rq:955482 version:7.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pycxx/python-pycxx.changes 2021-02-25 18:27:07.698168436 +0100 +++ /work/SRC/openSUSE:Factory/.python-pycxx.new.1956/python-pycxx.changes 2022-02-17 00:32:40.405411139 +0100 @@ -1,0 +2,18 @@ +Wed Feb 16 20:21:38 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 7.1.7: + * Add support for building against python 3.11 alpha 4. + * Replace use of deprecated PyUnicode APIs with the supported version. + * Add support for more number methods, like matrix and the inplace versions. + * Use IsInstance checking so that derived classes of builtin types can be used. + * Add support for python 3.9 beta 1 changes + * Fix for memory leak caused by wrong ref count on python3 Py::String objects. + * Remove support for supportPrint() etc as the tp_print field is being removed + from python either in 3.8 or 3.9. + * Fix problem with compiling for Python 2 and the _Py_PackageContext symbol. + * Add exception errorType() and errorValue() function to access the type and + value of an exception. + * Add support for Py_LIMITED_API aka PEP-384 +- drop python-pycxx-7.0.3-python37.patch python-pycxx-7.0.3-setup.py.patch (upstream) + +------------------------------------------------------------------- Old: ---- pycxx-7.0.3.tar.gz python-pycxx-7.0.3-python37.patch python-pycxx-7.0.3-setup.py.patch New: ---- pycxx-7.1.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pycxx.spec ++++++ --- /var/tmp/diff_new_pack.zMceto/_old 2022-02-17 00:32:41.033411030 +0100 +++ /var/tmp/diff_new_pack.zMceto/_new 2022-02-17 00:32:41.041411030 +0100 @@ -1,7 +1,7 @@ # -# spec file for package python-pycxx +# spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,16 +22,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-%{modname} -Version: 7.0.3 +Version: 7.1.7 Release: 0 Summary: Python extensions in C++ License: BSD-3-Clause Group: Development/Libraries/Python URL: http://CXX.sourceforge.net/ Source0: http://downloads.sourceforge.net/cxx/%{modname}-%{version}.tar.gz -Patch0: python-pycxx-7.0.3-python37.patch Patch1: python-pycxx-7.0.3-change-include-paths.patch -Patch2: python-pycxx-7.0.3-setup.py.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: gcc-c++ ++++++ pycxx-7.0.3.tar.gz -> pycxx-7.1.7.tar.gz ++++++ ++++ 4985 lines of diff (skipped)