From 9fbf44de1eb281fa65de24a77ecb6ee7e5585031 Mon Sep 17 00:00:00 2001 From: dimstar <> Date: Apr 26 2022 18:36:50 +0000 Subject: Update python-gobject to version 3.42.1 / rev 90 via SR 972485 https://build.opensuse.org/request/show/972485 by user dimstar + dimstar_suse Scripted push from GNOME:Next (forwarded request 972167 from dimstar) --- diff --git a/.files b/.files index 3624c8d..7289e03 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 0c68ed8..e584675 100644 --- a/.rev +++ b/.rev @@ -721,4 +721,12 @@ not get invalid dependencies (forwarded request 390575 from dimstar) Scripted push from GNOME:Next (forwarded request 920974 from dimstar) 921651 + + 34e82458834c65a34d92f715c8c58fb8 + 3.42.1 + + dimstar_suse + Scripted push from GNOME:Next (forwarded request 972167 from dimstar) + 972485 + diff --git a/pygobject-3.42.0.tar.xz b/pygobject-3.42.0.tar.xz deleted file mode 120000 index a60ffb7..0000000 --- a/pygobject-3.42.0.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeibnwm35hf2pggj43h4j7uxkbrhhn26f2t3vkka4o7aq44covaxxma \ No newline at end of file diff --git a/pygobject-3.42.1.tar.xz b/pygobject-3.42.1.tar.xz new file mode 120000 index 0000000..7ec1f43 --- /dev/null +++ b/pygobject-3.42.1.tar.xz @@ -0,0 +1 @@ +/ipfs/bafybeieplejjfijv6ll4xx4awsntpyk5h4thyltzg56lhoxmatyacd7awa \ No newline at end of file diff --git a/python-gobject.changes b/python-gobject.changes index e1d28a7..7f80680 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Thu Apr 21 01:02:25 UTC 2022 - Emily Gonyer + +- Update to version 3.42.1: + + Do not error out for unknown scopes. + + gtk overrides: restore Gtk.ListStore.insert_with_valuesv with + newer GTK4. + + gtk overrides: Do not override Treeview.enable_model_drag_xx + for GTK4. + + Implement DynamicImporter.find_spec() to silence deprecation + warning. + + Some test/CI fixes. + +------------------------------------------------------------------- Mon Sep 20 10:21:08 UTC 2021 - Dominique Leuenberger - Update to version 3.42.0: diff --git a/python-gobject.spec b/python-gobject.spec index 325adeb..f32bd49 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -1,7 +1,7 @@ # # spec file for package python-gobject # -# 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 @@ -29,7 +29,7 @@ %global __requires_exclude_from ^%{_libdir}/python.*/site-packages/gi/__init__.py$ %define _name pygobject Name: python-gobject -Version: 3.42.0 +Version: 3.42.1 Release: 0 Summary: Python bindings for GObject License: LGPL-2.1-or-later @@ -52,7 +52,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.38.0 # BuildRequires: pkgconfig(gdk-3.0) >= 2.38.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.46.0 # Trigger an automatic installation of python(2|3.*)-gobject when python and libgirepository are installed. -Supplements: packageand(python:%{introspection_real_package}) +Supplements: (python and %{introspection_real_package}) %python_subpackages %description @@ -65,7 +65,7 @@ Group: Development/Languages/Python Requires: %{name} = %{version} Requires: %{name}-cairo = %{version} # See above -#Supplements: packageand(python-gobject:%%{gdk_real_package}) +#Supplements: (python-gobject and %{gdk_real_package}) %description Gdk Pygobjects is an extension module for python that gives you access to @@ -77,7 +77,7 @@ This package contains the Python Gdk bindings for GObject. Summary: Python bindings for GObject/Cairo Group: Development/Languages/Python Requires: %{name} = %{version} -Supplements: packageand(python-gobject:%{cairo_real_package}) +Supplements: (python-gobject and %{cairo_real_package}) %description cairo Pygobjects is an extension module for python that gives you access to