Accepting request 97247 from devel:languages:python

Update to 3.0.3 (forwarded request 97245 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/97247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=26
This commit is contained in:
Stephan Kulow
2011-12-21 13:58:22 +00:00
committed by Git OBS Bridge
parent 8909069347
commit 9aa596ac16
6 changed files with 45 additions and 17 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Dec 20 13:55:42 UTC 2011 - vuntz@opensuse.org
- Update to version 3.0.3:
+ Convert all modifier constants to Gdk.ModifierType
+ Convert all strings to utf-8 encoding when retrieving from
TreeModel
+ Handle NULL arrays correctly for each array type
+ pygmainloop: avoid lockups if multiple glib.MainLoop exist
+ Properly chain up to the class that implements a given vfunc.
+ Fix array termination and size calculation
+ Fix marshaling of arrays of GVariants
+ pygi-convert:
- fix for Pango.Alignment
- fix for Gtk.Orientation
+ Add test for bytearray variants
+ Add tests for calling closures
-------------------------------------------------------------------
Sun Nov 6 14:18:56 UTC 2011 - badshah400@gmail.com