Accepting request 424995 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/424995
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=67
This commit is contained in:
2016-09-08 21:22:16 +00:00
committed by Git OBS Bridge
parent 3fde5bef74
commit 6463851423
6 changed files with 73 additions and 7 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu Aug 25 16:01:45 UTC 2016 - zaitor@opensuse.org
- Update to version 3.21.91:
+ Allow installing with pip (bgo#767988).
+ Skip a test with older glib (bgo#740301).
+ Fix a test with Python 3.1/3.2 (bgo#740324).
+ tests: Use places kwarg for assertAlmostEqual (bgo#740337).
+ Print exception if marshalling a signal argument fails
(bgo#748198).
+ overrides: allow treemodel sequence shorthands (bgo#766580).
+ Remove pygobject-external.h (bgo#767084).
+ Remove pygobject-private.h and rename pygobject.c to
pygobject-object.c (bgo#767084).
+ Merge pyglib-private.h into pyglib.h (bgo#767084).
+ Remove pygi.h and pygi-private.h (bgo#767084).
-------------------------------------------------------------------
Wed Aug 17 19:50:03 UTC 2016 - dimstar@opensuse.org
- Do not consider __init__.py for automatic dependency generation:
this file is filled with large comments section but in fact not
with dependencies (parsing it happens to add a typelib(Gtk) = 3.0
dependency).
-------------------------------------------------------------------
Sat May 7 18:35:00 UTC 2016 - zaitor@opensuse.org
- Update to version 3.21.0:
+ gi: Add require_versions() function (bgo#761141).
+ build: Do not enable code coverage based on lcov (bgo#764075).
-------------------------------------------------------------------
Tue May 3 21:29:34 UTC 2016 - dimstar@opensuse.org