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 2023-03-29 23:26:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gobject (Old) and /work/SRC/openSUSE:Factory/.python-gobject.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gobject" Wed Mar 29 23:26:35 2023 rev:94 rq:1074643 version:3.44.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gobject/python-gobject.changes 2023-03-24 15:17:35.786002102 +0100 +++ /work/SRC/openSUSE:Factory/.python-gobject.new.31432/python-gobject.changes 2023-03-29 23:26:46.643337205 +0200 @@ -1,0 +2,6 @@ +Fri Mar 24 20:01:52 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 3.44.1: + + Fix tests with glib 2.76.x + +------------------------------------------------------------------- Old: ---- pygobject-3.44.0.tar.xz New: ---- pygobject-3.44.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gobject.spec ++++++ --- /var/tmp/diff_new_pack.puMbbP/_old 2023-03-29 23:26:47.155339610 +0200 +++ /var/tmp/diff_new_pack.puMbbP/_new 2023-03-29 23:26:47.159339629 +0200 @@ -29,7 +29,7 @@ %global __requires_exclude_from ^%{_libdir}/python.*/site-packages/gi/__init__.py$ %define _name pygobject Name: python-gobject -Version: 3.44.0 +Version: 3.44.1 Release: 0 Summary: Python bindings for GObject License: LGPL-2.1-or-later ++++++ pygobject-3.44.0.tar.xz -> pygobject-3.44.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pygobject-3.44.0/NEWS new/pygobject-3.44.1/NEWS --- old/pygobject-3.44.0/NEWS 2023-03-19 09:24:00.152433600 +0100 +++ new/pygobject-3.44.1/NEWS 2023-03-24 18:17:21.063693300 +0100 @@ -1,3 +1,9 @@ +3.44.1 - 2023-03-24 +------------------- + +* Fix tests with glib 2.76 :mr:`240` + + 3.44.0 - 2023-03-19 ------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pygobject-3.44.0/PKG-INFO new/pygobject-3.44.1/PKG-INFO --- old/pygobject-3.44.0/PKG-INFO 2023-03-19 09:26:49.510561500 +0100 +++ new/pygobject-3.44.1/PKG-INFO 2023-03-24 18:19:00.479557000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: PyGObject -Version: 3.44.0 +Version: 3.44.1 Summary: Python bindings for GObject Introspection Home-page: https://pygobject.readthedocs.io Author: James Henstridge diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pygobject-3.44.0/PyGObject.egg-info/PKG-INFO new/pygobject-3.44.1/PyGObject.egg-info/PKG-INFO --- old/pygobject-3.44.0/PyGObject.egg-info/PKG-INFO 2023-03-19 09:26:49.230573400 +0100 +++ new/pygobject-3.44.1/PyGObject.egg-info/PKG-INFO 2023-03-24 18:19:00.195567400 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: PyGObject -Version: 3.44.0 +Version: 3.44.1 Summary: Python bindings for GObject Introspection Home-page: https://pygobject.readthedocs.io Author: James Henstridge diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pygobject-3.44.0/meson.build new/pygobject-3.44.1/meson.build --- old/pygobject-3.44.0/meson.build 2023-03-19 09:23:20.714172000 +0100 +++ new/pygobject-3.44.1/meson.build 2023-03-24 17:14:39.125250300 +0100 @@ -1,5 +1,5 @@ project('pygobject', 'c', - version : '3.44.0', + version : '3.44.1', meson_version : '>= 0.53.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized']) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pygobject-3.44.0/pyproject.toml new/pygobject-3.44.1/pyproject.toml --- old/pygobject-3.44.0/pyproject.toml 2023-03-19 09:23:27.638687000 +0100 +++ new/pygobject-3.44.1/pyproject.toml 2023-03-24 17:14:39.125250300 +0100 @@ -1,6 +1,6 @@ [tool.poetry] name = "PyGObject" -version = "3.44.0" +version = "3.44.1" description = "Python bindings for GObject Introspection" authors = ["Christoph Reiter"] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pygobject-3.44.0/setup.py new/pygobject-3.44.1/setup.py --- old/pygobject-3.44.0/setup.py 2023-03-19 09:23:07.024983600 +0100 +++ new/pygobject-3.44.1/setup.py 2023-03-24 17:14:39.125250300 +0100 @@ -36,7 +36,7 @@ from distutils.spawn import find_executable -PYGOBJECT_VERSION = "3.44.0" +PYGOBJECT_VERSION = "3.44.1" GLIB_VERSION_REQUIRED = "2.56.0" GI_VERSION_REQUIRED = "1.56.0" PYCAIRO_VERSION_REQUIRED = "1.16.0" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pygobject-3.44.0/tests/test_properties.py new/pygobject-3.44.1/tests/test_properties.py --- old/pygobject-3.44.0/tests/test_properties.py 2020-05-06 18:48:34.879111800 +0200 +++ new/pygobject-3.44.1/tests/test_properties.py 2023-03-24 17:15:03.335278000 +0100 @@ -688,7 +688,7 @@ # we test known-bad values here which cause Gtk-WARNING logs. # Explicitly allow these for this test. - with capture_glib_warnings(allow_warnings=True): + with capture_glib_warnings(allow_warnings=True, allow_criticals=True): o = C() self.assertEqual(o.prop_int, 1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pygobject-3.44.0/tests/test_repository.py new/pygobject-3.44.1/tests/test_repository.py --- old/pygobject-3.44.0/tests/test_repository.py 2020-05-06 18:48:34.883111700 +0200 +++ new/pygobject-3.44.1/tests/test_repository.py 2023-03-24 17:15:03.335278000 +0100 @@ -364,7 +364,7 @@ # also raise a RuntimeError. GIMarshallingTests.NoTypeFlags # cause flags registration info = repo.find_by_name('GIMarshallingTests', 'NoTypeFlags') - with capture_glib_warnings(allow_warnings=True): + with capture_glib_warnings(allow_warnings=True, allow_criticals=True): self.assertRaises(RuntimeError, GIRepository.flags_register_new_gtype_and_add, info) @@ -374,7 +374,7 @@ # also raise a RuntimeError. GIMarshallingTests.Enum # cause enum registration info = repo.find_by_name('GIMarshallingTests', 'Enum') - with capture_glib_warnings(allow_warnings=True): + with capture_glib_warnings(allow_warnings=True, allow_criticals=True): self.assertRaises(RuntimeError, GIRepository.enum_register_new_gtype_and_add, info) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pygobject-3.44.0/tests/test_signal.py new/pygobject-3.44.1/tests/test_signal.py --- old/pygobject-3.44.0/tests/test_signal.py 2020-05-06 18:48:34.883111700 +0200 +++ new/pygobject-3.44.1/tests/test_signal.py 2023-03-24 17:15:03.335278000 +0100 @@ -365,7 +365,7 @@ self.count += 1 def _callback_invalid_stop_emission_name(self, obj, prop): - with capture_glib_warnings(allow_warnings=True) as warn: + with capture_glib_warnings(allow_warnings=True, allow_criticals=True) as warn: obj.stop_emission_by_name('notasignal::baddetail') self.emission_error = True self.assertTrue(warn)