Accepting request 590344 from GNOME:Factory

- Update to version 3.28.1:
  + Fix a GValue leak (regression) (glgo#GNOME/pygobject#176).
  + Various fixes for Python 3.7 (glgo#GNOME/pygobject#170). (forwarded request 588562 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/590344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=71
This commit is contained in:
Dominique Leuenberger 2018-03-24 15:09:52 +00:00 committed by Git OBS Bridge
commit d36c0b90f9
4 changed files with 11 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 17 22:45:50 UTC 2018 - luc14n0@linuxmail.org
- Update to version 3.28.1:
+ Fix a GValue leak (regression) (glgo#GNOME/pygobject#176).
+ Various fixes for Python 3.7 (glgo#GNOME/pygobject#170).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 12 15:21:14 UTC 2018 - dimstar@opensuse.org Mon Mar 12 15:21:14 UTC 2018 - dimstar@opensuse.org

View File

@ -22,7 +22,7 @@
%global __requires_exclude_from ^%{python2_sitearch}/gi/__init__.py|%{python3_sitearch}/gi/__init__.py$ %global __requires_exclude_from ^%{python2_sitearch}/gi/__init__.py|%{python3_sitearch}/gi/__init__.py$
%define _name pygobject %define _name pygobject
Name: python-gobject Name: python-gobject
Version: 3.28.0 Version: 3.28.1
Release: 0 Release: 0
Summary: Python bindings for GObject Summary: Python bindings for GObject
License: LGPL-2.1-or-later License: LGPL-2.1-or-later