Accepting request 735098 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/735098 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=111
This commit is contained in:
parent
b063a00b5c
commit
772953c8d2
@ -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
3
pygobject-3.34.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87e2c9aa785f352ef111dcc5f63df9b85cf6e05e52ff04f803ffbebdacf5271a
|
||||
size 552268
|
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user