Accepting request 920974 from GNOME:Next

Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/920974
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=133
This commit is contained in:
Dominique Leuenberger 2021-09-27 06:25:49 +00:00 committed by Git OBS Bridge
parent 37e0646bfc
commit 15166cc2ed
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00c6d591f4cb40c335ab1fd3e8c17869ba15cfda54416fe363290af766790035
size 556104

3
pygobject-3.42.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b12616e32cfc792f9dc841d9c472a41a35b85ba67d3a6eb427e307a6fe4367b
size 557060

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Sep 20 10:21:08 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.42.0:
+ meson: Bump minimum meson_version to 0.47.0.
+ Expose GObject.Object.run_dispose().
+ docs: document Gtk.Template.
+ dev: Add poetry support.
+ meson: use main branch for glib subproject.
+ Fix some small memory leaks.
-------------------------------------------------------------------
Wed Aug 4 09:17:18 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -29,13 +29,13 @@
%global __requires_exclude_from ^%{_libdir}/python.*/site-packages/gi/__init__.py$
%define _name pygobject
Name: python-gobject
Version: 3.40.1
Version: 3.42.0
Release: 0
Summary: Python bindings for GObject
License: LGPL-2.1-or-later
Group: Development/Languages/Python
URL: https://wiki.gnome.org/Projects/PyGObject/
Source0: https://download.gnome.org/sources/pygobject/3.40/%{_name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/pygobject/3.42/%{_name}-%{version}.tar.xz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pycairo >= 1.16.0}