PyGObject 3.3.4 released



I am pleased to announce version 3.3.4 of the Python bindings for
GObject. This is the fourth release of the 3.3 series which 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.4.tar.xz
  sha256sum:
db32d933717c2fceeef50af777425bdb54a9987ea40b44d6ad6f6720455252b7

What’s new since PyGObject 3.3.3.1
==================================
 - pygi-convert.sh: Drop bogus filter_new() conversion (Martin Pitt)
   (#679999)
 - Fix help() for GI modules (Martin Pitt) (#679804)
 - Skip gi.CallbackInfo objects from a module's dir() (Martin Pitt)
   (#679804)
 - Fix __path__ module attribute (Martin Pitt)
 - pygi-convert.sh: Fix some child → getChild() false positives
   (Joe R. Nassimian) (#680004)
 - Fix array handling for interfaces, properties, and signals
   (Mikkel Kamstrup Erlandsen) (#667244)
 - Add conversion of the Gdk.PropMode constants to pygi-convert.sh
   script (Manuel Quiñones) (#679775)
 - Add the same rules for pack_start to convert pack_end (Manuel
   Quiñones) (#679760)
 - Add error-checking for the case where _arg_cache_new() fails
   (Dave Malcolm) (#678914)
 - Add conversion of the Gdk.NotifyType constants to pygi-convert.sh
   script (Manuel Quiñones) (#679754)
 - Fix PyObject_Repr and PyObject_Str reference leaks (Simon Feltman)
   (#675857)
 - [API add] Gtk overrides: Add TreePath.__len__() (Martin Pitt)
   (#679199)
 - GLib.Variant: Fix repr(), add proper str() (Martin Pitt) (#679336)
 - m4/python.m4: Update Python version list (Martin Pitt)
 - Remove "label" property from Gtk.MenuItem if it is not set
   (Micah Carrick) (#670575)


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]