Accepting request 328999 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/328999
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=45
This commit is contained in:
2015-09-04 11:30:54 +00:00
committed by Git OBS Bridge
parent bdccbe13c3
commit 0d9ef2621c
6 changed files with 65 additions and 7 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Aug 20 10:10:50 UTC 2015 - zaitor@opensuse.org
- Update to version 3.17.90:
+ Allow passing unicode lists to GStrv properties on Python 2
(bgo#744745).
+ Avoid a silent long to int truncation (bgo#749698).
+ Handle gtype marshalling (bgo#749696).
+ pygi-foreign-cairo.c: fix include for py3cairo.h (bgo#746742).
+ tests: Silence various error messages and warnings
(bgo#751156).
+ Fix test regression when xdg-user-dirs is not installed
(bgo#751299).
+ Explicitly check if an override exists instead of ImportError
(bgo#749532).
-------------------------------------------------------------------
Mon Jun 15 18:42:42 UTC 2015 - zaitor@opensuse.org
- Update to version 3.17.1:
+ Add gi.PyGIWarning used when import version is not specified
(bgo#727379).
+ Remove Gdk.Rectangle alias with newer gobject-introspection and
GTK+ (bgo#749625).
+ Field setters: Remove unneeded type/range checks and unused
code (bgo#746985).
+ pygi-argument: Remove unused imports/includes (bgo#746985).
+ Improve test coverage for field setters/getters (bgo#746985).
-------------------------------------------------------------------
Mon Jun 15 09:58:22 UTC 2015 - zaitor@opensuse.org