PyGObject 3.10.2 released

2013-11-13 Thread Martin Pitt
application. Once new functionality is added to gobject library it is instantly available as a Python API without the need for intermediate Python glue. Martin -- Martin Pitt| http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org

PyGObject 3.11.1 released

2013-10-29 Thread Martin Pitt
glib and g-i dependencies to latest stable. (Martin Pitt) - Fix TypeError when setting drag target_list to None (Nuno Araujo) (#709926) - Use qdata for wrapper retrieval in toggle reference notifications (Simon Feltman) (#709223) - Expose all GI enum and flags types (Simon Feltman) (#709008

PyGObject 3.10.1 released

2013-10-15 Thread Martin Pitt
the need for intermediate Python glue. Martin -- Martin Pitt| http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) signature.asc Description: Digital signature ___ gnome-announce-list

PyGObject 3.9.92 released

2013-09-18 Thread Martin Pitt
API without the need for intermediate Python glue. Martin -- Martin Pitt| http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) signature.asc Description: Digital signature ___ gnome

PyGObject 3.9.90 released

2013-08-25 Thread Martin Pitt
application. Once new functionality is added to gobject library it is instantly available as a Python API without the need for intermediate Python glue. Martin -- Martin Pitt| http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org

PyGObject 3.8.3 released

2013-07-15 Thread Martin Pitt
without causing a segfault. (Simon Feltman) (#694233) - pygtkcompat: Fix for missing methods on Windows (Martin Pitt) (#702787) - gi/pygi-info.c: Avoid C99-style variable declaration (Chun-wei Fan) (#702786) - Clear return value of closures to zero when an exception occures (Simon Feltman

PyGObject 3.9.2 released

2013-06-04 Thread Martin Pitt
/sources/pygobject/3.9/pygobject-3.9.2.tar.xz sha256sum: 61bce69df607326264f127c33aa5afc940a9abec0e60e6a9be8b5ba8834d402c What’s new since PyGObject 3.9.1 - examples/option.py: Port to GI and Python 3 (Martin Pitt) - Fix vfunc info search for classes with multiple

PyGObject 3.8.2 released

2013-05-13 Thread Martin Pitt
as a Python API without the need for intermediate Python glue. Martin -- Martin Pitt| http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) signature.asc Description: Digital sign

PyGObject 3.9.1 released

2013-05-01 Thread Martin Pitt
tagged .so files) (Christoph Reiter) (#696646) - Fix stack corruption due to incorrect format for argument parser (Simon Feltman) (#696892) - Deprecate GLib and GObject threads_init (Simon Feltman) (#686914) - Drop support for Python 2.6 (Martin Pitt) - Remove static PollFD bindings (M

PyGObject 3.8.1 released

2013-04-19 Thread Martin Pitt
Feltman) - Use g_strdup() consistently (Martin Pitt) (#696650) - Fix stack corruption due to incorrect format for argument parser (Simon Feltman) (#696892) About PyGObject === GObject is a object system used by GTK+, GStreamer and other libraries. PyGObject provides a convenient

PyGObject 3.8.0 released

2013-03-25 Thread Martin Pitt
functionality is added to gobject library it is instantly available as a Python API without the need for intermediate Python glue. Martin -- Martin Pitt| http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) signature.asc Description

PyGObject 3.7.92 released

2013-03-20 Thread Martin Pitt
replaces the need for separate modules such as PyGTK, GIO and python-gnome to build a full GNOME 3.0 application. Once new functionality is added to gobject library it is instantly available as a Python API without the need for intermediate Python glue. Martin -- Martin Pitt

PyGObject 3.7.91.1 released

2013-03-06 Thread Martin Pitt
t/3.7/pygobject-3.7.91.1.tar.xz sha256sum: 722f4f461163e19b71f656bd555d388cce162868f6abe72b63b4c068b7d888da What’s new since PyGObject 3.7.91 = - Revert "Drop gi.overrides.overridefunc()" (Martin Pitt) (#695199) About PyGObject === GObject is

PyGObject 3.7.91 released

2013-03-06 Thread Martin Pitt
test suite) (Martin Pitt) - Dot not clobber original Gdk/Gtk functions with overrides (Martin Pitt) (#686835) - Optimize GValue.get/set_value by setting GValue.g_type to a local (Simon Feltman) (#694857) - Run tests with G_SLICE=debug_blocks (Martin Pitt) (#691501) - Add override helper

PyGObject 3.7.90 released

2013-02-20 Thread Martin Pitt
: only enable code coverage when available, to fix autogen.sh with older gnome-commons (Jonathan Ballet) (#693328) - Correctly set properties on object with statically defined properties (Jonathan Ballet) (#693618) - autogen.sh: Use gnome-autogen.sh (Martin Pitt) (#693328) - Fix reference

PyGObject 3.7.4 released

2013-02-06 Thread Martin Pitt
arguments from Python (Martin Pitt) (#683099) - pygobject_emit(): Fix cleanup on error (Martin Pitt) - Add signal emission methods to TreeModel which coerce the path argument (Simon Feltman) (#682933) - Add override for GValue (Bastian Winkler) (#677473) - Mark caller-allocated boxed

PyGObject 3.7.3 released

2012-12-26 Thread Martin Pitt
/pygobject/3.7/pygobject-3.7.3.tar.xz sha256sum: 861b822e78f6b61b0435a4559ba2439f8a45c6206ef4e45fef7b19adb1cc9d30 What’s new since PyGObject 3.7.2 = - Add support for caller-allocated GArray out arguments (Martin Pitt) (#690041) - [API add] Re-support calling

PyGObject 3.7.2 released

2012-11-20 Thread Martin Pitt
, 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

PyGObject 3.4.2 released

2012-11-13 Thread Martin Pitt
: 2b87ef3170be3a20a53fbdb348ae4ecb41a72a17ec6531baa67147c3437d2aad What’s new since PyGObject 3.4.1.1 == - Fix marshalling of GByteArrays (Martin Pitt) - Fix marshalling of ssize_t to smaller ints (Martin Pitt) - Fix crash with GLib.child_watch_add (Daniel Narvaez) (#688067) - Fix

PyGObject 3.7.1 released

2012-11-12 Thread Martin Pitt
.tar.xz sha256sum: 0ad448ea5c098b1a517f94676cb8c232b5937c83f63859561aab62725b1b3a7d What’s new since PyGObject 3.4.1 = - Bump version to 3.7.1; let's follow the real GNOME versioning from now on (Martin Pitt) - Change install_properties to not use getat

PyGObject 3.4.1 released

2012-10-19 Thread Martin Pitt
: 21dbef53f5a29bcb547f36ba42e021f71981e1c50e8f89526e393d77b36a8b1f What’s new since PyGObject 3.4.0 = - Skip Regress tests with --disable-cairo (Martin Pitt) (#685094) - Fix leak with python callables as closure argument. (Simon Feltman) (#685598) - Gio overrides: Handle setting

PyGObject 3.4.0 released

2012-09-25 Thread Martin Pitt
: bc7f17b23aaa6b0a85f5f090f7ffa616b596bcab9f481f46fdb9d0d2d55b16bb What’s new since PyGObject 3.3.92 = - Bump g-i dependency to 1.33.14 (Martin Pitt) About PyGObject === GObject is a object system used by GTK+, GStreamer and other libraries. PyGObject provides a convenient wrapper for use

PyGObject 3.3.92 released

2012-09-25 Thread Martin Pitt
to anything other than int. (Simon Feltman) (#683599) - argument: Fix 64bit integer convertion from GValue (Nicolas Dufresne) (#683596) - Improve setting pointer fields/arguments to NULL using None (Simon Feltman) (#683150) - Bump g-i dependency to 1.33.10 (Martin Pitt) - Fix

PyGObject 3.3.91 released

2012-09-04 Thread Martin Pitt
/3.3/pygobject-3.3.91.tar.xz sha256sum: 435b80b23c593cbe1027db66da1b1757ca23a4a57b82cc0fb8676cf4d995fd81 What’s new since PyGObject 3.3.90 = - Fix exception test case for Python 2 (Martin Pitt) - Bump g-i dependency to >= 1.3.9 (Martin Pitt) - Show pro

PyGObject 3.3.90 released

2012-09-02 Thread Martin Pitt
statements for Python 3.3 (Simon Feltman) (#682051) - Do not fail tests if pyflakes or pep8 are not installed (Martin Pitt) - Fix PEP-8 whitespace checking and issues in the code (Martin Pitt) - Fix unmarshalling of gssize (David Malcolm) (#680693) - Fix various endianess errors (David Malcolm

PyGObject 3.3.4 released

2012-07-29 Thread Martin Pitt
://download.gnome.org/sources/pygobject/3.3/pygobject-3.3.4.tar.xz sha256sum: db32d933717c2fceeef50af777425bdb54a9987ea40b44d6ad6f6720455252b7 What’s new since PyGObject 3.3.3.1 == - pygi-convert.sh: Drop bogus filter_new() conversion (Martin Pitt) (#67) - Fix help

PyGObject 3.3.3 released

2012-07-03 Thread Martin Pitt
://download.gnome.org/sources/pygobject/3.3/pygobject-3.3.3.tar.xz sha256sum: 5eb744a692e2e851beaa4460a4b08a5cb3c5a3f73845a6e685a798a505e9cf5d What’s new since PyGObject 3.3.2 - Remove obsolete release-tag make target (Martin Pitt) - Do not do any python calls when GObjects

PyGObject 3.3.3.1 released

2012-07-03 Thread Martin Pitt
-3.3.3.1.tar.xz sha256sum: ef2e19c2ff7514e3f312a6c8e31f1fdbb3c3bd06cbdc8214eb1602cc12b06f4b What’s new since PyGObject 3.3.3.1 - Do not escape enum and flag names that are Python keywords (Martin Pitt) About PyGObject === GObject is a object system used

PyGObject 3.3.2 released

2012-06-06 Thread Martin Pitt
TestProperties.testBoxed test (Jose Rostagno) (#676644) - Fix handling of by-reference structs as out parameters (Carlos Garnacho) (#653151) - tests: Add more vfunc checks for GIMarshallingTestsObject (Martin Pitt) - Test caller-allocated GValue out parameter (Martin Pitt) (#653151

PyGObject 3.2.2 released

2012-05-15 Thread Martin Pitt
as PyGTK, GIO and python-gnome to build a full GNOME 3.0 application. Once new functionality is added to gobject library it is instantly available as a Python API without the need for intermediate Python glue. Martin -- Martin Pitt| http://www.piware.de Ubuntu Developer

PyGObject 3.3.1 released

2012-05-03 Thread Martin Pitt
Rostagno) (#675084) - Add release-news make rule (Martin Pitt) - Add "make check.nemiver" target (Martin Pitt) - Test flags and enums in GHash values (Martin Pitt) (#637466) - tests: Activate test_hash_in and apply workaround (Martin Pitt) (#36) - Add special case for Gdk.Atom array en

PyGObject 3.2.0 released

2012-03-26 Thread Martin Pitt
-gnome to build a full GNOME 3.0 application. Once new functionality is added to gobject library it is instantly available as a Python API without the need for intermediate Python glue. Martin -- Martin Pitt| http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian

PyGObject 3.1.93 released

2012-03-23 Thread Martin Pitt
: 2090c9a97113829603c94b29753be96c6f1d3a9e3e7a2e43a7ab3256abb6c4a0 What’s new since PyGObject 3.1.92 = - Fix warnings on None values in added tree/list store rows. (#672463, Martin Pitt) - Support marshalling GI_TYPE_TAG_INTERFACE (#668903, Alberto Mardegan) - test_overrides: Find local gsettings schema with current

PyGObject 3.1.92 released

2012-03-19 Thread Martin Pitt
test_everything.TestSignals.test_object_param_signal test case (Martin Pitt) - Add a PyGTK compatibility layer (Johan Dahlin) - pygtkcompat: Remove first argument for get_origin() (Johan Dahlin) - Fix pygtkcompat.py to work with Python 3 (Martin Pitt) - GtkViewport: Add a default values for the adjustment constructor parameters (Johan