PyGObject 3.3.91 released



I am pleased to announce version 3.3.91 of the Python bindings for
GObject. The 3.3.x series will eventually result in the stable 3.4
release for GNOME 3.6.

Thanks to all contributors!

Download
========
The new release is available from ftp.gnome.org:

http://download.gnome.org/sources/pygobject/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 proper exception when trying to allocate a disguised struct
   (Martin Pitt) (#639972)
 - Support marshalling GParamSpec signal arguments (Mark Nauwelaerts)
   (#683099)
 - Add test for a signal that returns a GParamSpec (Martin Pitt)
   (#683265)
 - [API add] Add Signal class for adding and connecting custom signals.
   (Simon Feltman) (#434924)
 - Fix pygtkcompat's Gtk.TreeView.insert_column_with_attributes()
   (Martin Pitt)
 - Add override for Gtk.TreeView.insert_column_with_attributes()
   (Marta Maria Casetti) (#679415)
 - .gitignore: Add missing built files (Martin Pitt)
 - Ship tests/gi in tarball (Martin Pitt)
 - Split test_overrides.py (Martin Pitt) (#683188)
 - _pygi_argument_to_object(): Clean up array unmarshalling (Martin Pitt)
 - Fix memory leak in _pygi_argument_to_object() (Alban Browaeys)
   (#682979)
 - Fix setting pointer fields/arguments to NULL using None.
   (Simon Feltman) (#683150)
 - Fix for python 2.6, officially drop support for < 2.6 (Martin Pitt)
   (#682422)
 - Allow overrides in other directories than gi itself
   (Thibault Saunier) (#680913)
 - Clean up sys.path handling in tests (Simon Feltman) (#680913)
 - Fix dynamic creation of enum and flag gi types for Python 3.3
   (Simon Feltman) (#682323)
 - [API add] Override g_menu_item_set_attribute (Paolo Borelli) (#682436)

About PyGObject
===============
GObject is a object system used by GTK+, GStreamer and other libraries.

PyGObject provides a convenient wrapper for use in Python programs when
accessing GObject libraries.

Like the GObject library itself PyGObject is licensed under the GNU
LGPL, so is suitable for use in both free software and proprietary
applications. It is already in use in many applications ranging from
small single purpose scripts up to large full featured applications.

PyGObject now dynamically accesses any GObject libraries that uses
GObject Introspection. It 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                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)

Attachment: signature.asc
Description: Digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]