Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-gobject for openSUSE:Factory checked in at 2021-08-05 20:47:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gobject (Old) and /work/SRC/openSUSE:Factory/.python-gobject.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gobject" Thu Aug 5 20:47:56 2021 rev:88 rq:910106 version:3.40.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gobject/python-gobject.changes 2021-04-24 23:06:47.851194941 +0200 +++ /work/SRC/openSUSE:Factory/.python-gobject.new.1899/python-gobject.changes 2021-08-05 20:48:20.999915410 +0200 @@ -1,0 +2,7 @@ +Wed Aug 4 09:17:18 UTC 2021 - Dominique Leuenberger <[email protected]> + +- Adjust BuildRequires for python_module cairo to python-module + pycairo: the module was renamed 2 years ago. +- Skip build for python2: not supported anymore since 3.38.0. + +------------------------------------------------------------------- @@ -39 +45,0 @@ - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gobject.spec ++++++ --- /var/tmp/diff_new_pack.0KzVeX/_old 2021-08-05 20:48:21.711914611 +0200 +++ /var/tmp/diff_new_pack.0KzVeX/_new 2021-08-05 20:48:21.711914611 +0200 @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 # Define these before the call of python_subpackages %define introspection_real_package %(rpm -q --qf '%%{NAME}' -f $(readlink %{_libdir}/libgirepository-1.0.so -f)) %define cairo_real_package %(rpm -q --qf '%%{NAME}' --whatprovides cairo) @@ -36,9 +37,9 @@ URL: https://wiki.gnome.org/Projects/PyGObject/ Source0: https://download.gnome.org/sources/pygobject/3.40/%{_name}-%{version}.tar.xz -BuildRequires: %{python_module cairo >= 1.16.0} -BuildRequires: %{python_module cairo-devel} BuildRequires: %{python_module devel} +BuildRequires: %{python_module pycairo >= 1.16.0} +BuildRequires: %{python_module pycairo-devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: pkgconfig
