PyGObject 3.9.1 released



I am pleased to announce version 3.9.1 of the Python bindings for
GObject. This is the first release of the 3.9.x series which will
eventually result in the stable 3.10 release for GNOME 3.10.

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

http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.9/pygobject-3.9.1.tar.xz
  sha256sum: ab42670fd83747fbb5a019f8ffd45e24fcb1f04c657a0bc475113ab4a759e79e

What’s new since PyGObject 3.8.0
================================
 - gtk-demo: Wrap description strings at 80 characters (Simon Feltman)
   (#698547)
 - gtk-demo: Use textwrap to reformat description for Gtk.TextView
   (Simon Feltman) (#698547)
 - gtk-demo: Use GtkSource.View for showing source code (Simon Feltman)
   (#698547)
 - Use correct class for GtkEditable's get_selection_bounds() function
   (Mike Ruprecht) (#699096)
 - Test results of g_base_info_get_name for NULL (Simon Feltman)
   (#698829)
 - Add ObjectInfo.get_class_struct() (Johan Dahlin) (#685218)
 - Change interpretation of NULL pointer field from None to 0
   (Simon Feltman) (#698366)
 - Do not build tests until needed (Sobhan Mohammadpour) (#698444)
 - pygi-convert: Support toolbar styles (Kai Willadsen) (#698477)
 - pygi-convert: Support new-style constructors for Gio.File
   (Kai Willadsen) (#698477)
 - pygi-convert: Add some support for recent manager constructs
   (Kai Willadsen) (#698477)
 - pygi-convert: Don't transform arbitrary keysym imports
   (Kai Willadsen) (#698477)
 - Remove Python keyword escapement in Repository.find_by_name
   (Simon Feltman) (#697363)
 - Optimize signal lookup in gi repository (Daniel Drake) (#696143)
 - Optimize connection of Python-implemented signals (Daniel Drake)
   (#696143)
 - Consolidate signal connection code (Daniel Drake) (#696143)
 - Fix setting of struct property values (Daniel Drake)
 - Optimize property get/set when using GObject.props (Daniel Drake)
   (#696143)
 - configure.ac: Fix PYTHON_SO with Python3.3 (Christoph Reiter)
   (#696646)
 - Simplify registration of custom types (Daniel Drake) (#696143)
 - pygi-convert.sh: Add GStreamer rules (Christoph Reiter) (#697951)
 - pygi-convert: Add rule for TreeModelFlags (Jussi Kukkonen)
 - Unify GI marshalling code (Simon Feltman) (#693405)
 - Use distutils.sysconfig to retrieve the python include path.
   (Christoph Reiter) (#696648)
 - Support PEP 3149 (ABI version 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 (Martin Pitt) (#686795)
 - Drop test skipping due to too old g-i (Martin Pitt)
 - Bump glib and g-i dependencies (Martin Pitt)

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]