Accepting request 972485 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 972167 from dimstar) OBS-URL: https://build.opensuse.org/request/show/972485 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=90
This commit is contained in:
commit
686e09f0d3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b12616e32cfc792f9dc841d9c472a41a35b85ba67d3a6eb427e307a6fe4367b
|
||||
size 557060
|
3
pygobject-3.42.1.tar.xz
Normal file
3
pygobject-3.42.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f34b5f7624de35e44eb5a7eb428353285bd03004d55131a5f7f7fa9b90f3cc9
|
||||
size 557904
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 21 01:02:25 UTC 2022 - Emily Gonyer <emilyyrose@gmail.com>
|
||||
|
||||
- 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 <dimstar@opensuse.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user