Accepting request 736603 from GNOME:Factory

Scripted push from {project}

OBS-URL: https://build.opensuse.org/request/show/736603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=78
This commit is contained in:
Dominique Leuenberger 2019-10-17 11:03:36 +00:00 committed by Git OBS Bridge
commit d1a8559a08
4 changed files with 20 additions and 5 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87e2c9aa785f352ef111dcc5f63df9b85cf6e05e52ff04f803ffbebdacf5271a
size 552268

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Sep 9 15:37:58 CDT 2019 - mgorse@suse.com
- Update to version 3.34.0:
+ No changes since 3.33.1.
-------------------------------------------------------------------
Sat Aug 31 09:06:02 CDT 2019 - mgorse@suse.com
- Update to version 3.33.1:
+ Make GLib.Variant.unpack a bit less costly.
+ pygobject: ignore GParameter deprecations.
+ pygobject-object: fix refcount of floating return values.
+ pygi-info: remove some dead code.
-------------------------------------------------------------------
Mon Jun 24 07:05:38 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -22,13 +22,13 @@
%global __requires_exclude_from ^%{python2_sitearch}/gi/__init__.py|%{python3_sitearch}/gi/__init__.py$
%define _name pygobject
Name: python-gobject
Version: 3.32.2
Version: 3.34.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.32/%{_name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/pygobject/3.34/%{_name}-%{version}.tar.xz
BuildRequires: %{python_module cairo >= 1.11.1}
BuildRequires: %{python_module cairo-devel}