Accepting request 83893 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/83893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=18
This commit is contained in:
Sascha Peilicke
2011-09-21 15:19:36 +00:00
committed by Git OBS Bridge
parent f2fea63408
commit 69a4f51176
6 changed files with 50 additions and 26 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Sep 16 07:48:14 UTC 2011 - vuntz@opensuse.org
- Update to version 2.90.4:
+ Various deprecated API that were only needed for the static
bindings have been removed.
+ Overrides directory variable was taken out of pygobject-3.0.pc
and moved to the gi._overridesdir attribute to avoid having
multiple .pc files for each version of Python.
+ Multiple arrays referencing a single length parameter are now
supported along with flat GValue arrays.
+ Fix refcount crasher bug triggered when using GObject.new.
+ Python 3 now checks instance types again.
+ Documentation is disabled since it isnt useful yet and
presents parallel install issues.
+ Demos were fixed up to better reflect the preferred way of
using PyGObject.
+ Several bug fixes.
+ Build system improvements.
- Drop manual removal of old GTK+ 2 files and documentation that
conflicted with python-gobject2: fixed upstream.
-------------------------------------------------------------------
Thu Sep 1 15:00:28 UTC 2011 - vuntz@opensuse.org