pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-gobject3
Module Name: pkgsrc
Committed By: prlw1
Date: Sat May 18 22:59:46 UTC 2013
Modified Files:
pkgsrc/devel/py-gobject3: Makefile PLIST distinfo
Log Message:
Update py-gobject3 to 3.8.2
Many bug fixes and improvemnts:
https://git.gnome.org/browse/pygobject/tree/NEWS?id=3.8.2
Highlights:
- Dot not clobber original Gdk/Gtk functions with overrides
(Martin Pitt) (#686835)
- Fix array arguments on 32 bit architectures (Martin Pitt)
- Add backwards compatible API for GLib.unix_signal_add_full()
(Martin Pitt)
- Drop MININT64/MAXUINT64 workaround, current g-i gets this right now
(Martin Pitt)
- [API change] Drop almost all static GLib bindings and replace them
with proper introspection. This gets rid of several cases where the
PyGObject API was not matching the real GLib API, makes the full GLib
API available through introspection, and makes the code smaller,
easier to maintain. For backwards compatibility, overrides are
provided to emulate the old static binding API, but this will throw a
PyGIDeprecationWarning for the cases that diverge from the official
API (in particular, GLib.io_add_watch() and GLib.child_watch_add()
being called without a priority argument). (Martin Pitt, Simon Feltman)
- [API change] Deprecate calling GLib API through the GObject
namespace. This has always been a misnomer with introspection, and
will be removed in a later version; for now this throws a
PyGIDeprecationWarning.
- [API change] Do not bind gobject_get_data() and gobject_set_data().
These have been deprecated for a cycle, now dropped entirely.
(Steve Frécinaux) (#641944)
- [API change] Deprecate void pointer fields as general PyObject
storage. (Simon Feltman) (#683599)
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-gobject3/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-gobject3/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-gobject3/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index