Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pycups for openSUSE:Factory checked in at 2021-03-02 14:42:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pycups (Old) and /work/SRC/openSUSE:Factory/.python-pycups.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycups" Tue Mar 2 14:42:44 2021 rev:6 rq:874580 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pycups/python-pycups.changes 2020-11-26 23:11:45.964933166 +0100 +++ /work/SRC/openSUSE:Factory/.python-pycups.new.2378/python-pycups.changes 2021-03-02 15:28:53.413911879 +0100 @@ -1,0 +2,13 @@ +Tue Feb 23 11:54:47 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 2.0.1: + * pypi required .tar.gz + * cups.require couldn't handle version bigger than 1 + * dropped macros for older CUPS < 2.0.0 + * dropped Python 2 support and its related macros + * update license headers + * thread did not hold GIL when called Py_XDECREF() from destroy_TLS(), causing SIGSEGV(Fedora bug #1816107) + * fixed several compiler warnings + * fix silent error on Connection.printFiles() (patch by Wilbert Berendsen) + +------------------------------------------------------------------- Old: ---- pycups-1.9.74.tar.bz2 New: ---- pycups-2.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pycups.spec ++++++ --- /var/tmp/diff_new_pack.pO2n1U/_old 2021-03-02 15:28:53.837912155 +0100 +++ /var/tmp/diff_new_pack.pO2n1U/_new 2021-03-02 15:28:53.837912155 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pycups # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define oldpython python +%global skip_python2 1 Name: python-pycups -Version: 1.9.74 +Version: 2.0.1 Release: 0 Summary: Python Bindings for CUPS License: GPL-2.0-or-later Group: Development/Libraries/Python URL: http://cyberelk.net/tim/software/pycups/ -Source: https://files.pythonhosted.org/packages/source/p/pycups/pycups-%{version}.tar.bz2 +Source: https://files.pythonhosted.org/packages/source/p/pycups/pycups-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: cups-devel BuildRequires: fdupes @@ -33,10 +33,6 @@ # need to avoid cycle as cups-devel wants us (boo#1172407) #!BuildIgnore: cups-rpm-helper BuildRoot: %{_tmppath}/%{name}-%{version}-build -%ifpython2 -Obsoletes: %{oldpython}-cups < %{version} -Provides: %{oldpython}-cups = %{version} -%endif Obsoletes: python-cups < %{version} Provides: python-cups = %{version} %python_subpackages