From 87ab7fcc24c2e7db7e2c23950c3a8295ca1004b2ed2791a186d94fadb6b69fbf Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 25 Apr 2022 07:26:06 +0000 Subject: [PATCH] Accepting request 972167 from GNOME:Next Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/972167 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=135 --- pygobject-3.42.0.tar.xz | 3 --- pygobject-3.42.1.tar.xz | 3 +++ python-gobject.changes | 13 +++++++++++++ python-gobject.spec | 10 +++++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 pygobject-3.42.0.tar.xz create mode 100644 pygobject-3.42.1.tar.xz diff --git a/pygobject-3.42.0.tar.xz b/pygobject-3.42.0.tar.xz deleted file mode 100644 index 237034b..0000000 --- a/pygobject-3.42.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b12616e32cfc792f9dc841d9c472a41a35b85ba67d3a6eb427e307a6fe4367b -size 557060 diff --git a/pygobject-3.42.1.tar.xz b/pygobject-3.42.1.tar.xz new file mode 100644 index 0000000..9abd3e0 --- /dev/null +++ b/pygobject-3.42.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f34b5f7624de35e44eb5a7eb428353285bd03004d55131a5f7f7fa9b90f3cc9 +size 557904 diff --git a/python-gobject.changes b/python-gobject.changes index cf8ebc2..4418048 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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 diff --git a/python-gobject.spec b/python-gobject.spec index 27b469d..f850d3b 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