PyGObject 3.7.5.1 released



I am pleased to announce version 3.7.5.1 of the Python bindings for
GObject. This is the fifth release of the 3.7.x series which will
eventually result in the stable 3.8 release for GNOME 3.8.

Note that 3.7.5 was released and tagged yesterday, but not uploaded to
download.gnome.org because of disk space problems.

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

http://download.gnome.org/sources/pygobject/3.7/pygobject-3.7.5.1.tar.xz
  sha256sum: 937529a2915bd94a626d1e5e06ffd26fd99b3d874fbf10ca69739dde52dcdfa9

Whatâs new since PyGObject 3.7.4
=================================
 - Move various signal methods from static bindings to GI
   (Simon Feltman) (#692918)
 - GLib overrides: Support unpacking 'maybe' variants (Paolo Borelli)
   (#693032)
 - Fix ref count leak when creating pygobject wrappers for input args
   (Mike Gorse) (#675726)
 - Prefix names of typeless enums and flags for GType registration
   (Simon Feltman) (#692515)
 - Fix compilation with non-C99 compilers such as Visual C++
   (Chun-wei Fan) (#692856)
 - gi/overrides/Glib.py: Fix running on Windows/non-Unix (Chun-wei Fan)
 - Do not immediately initialize Gdk and Gtk on import (Martin Pitt)
   (#692300)
 - Accept Âinf and NaN as float and double values (Martin Pitt) (#692381)
 - Fix repr() of GLib.Variant (Martin Pitt)
 - Fix gtk-demo for Python 3 (Martin Pitt)
 - Define GObject.TYPE_VALUE gtype constant (Martin Pitt)
 - gobject: Go through introspection on property setting (Olivier CrÃte)
   (#684062)
 - Clean up caller-allocated GValues and their memory (Mike Gorse)
   (#691820)
 - Use GNOME_COMPILE_WARNINGS from gnome-common (Martin Pitt)
 - Fix ABI break with pygobject.h from 3.7.5 (Simon Feltman) (#675726)
 

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]