pygobject 3.19.2



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.

News
====

        - tests: Fix failure due to new GTK+ warning regarding size_allocate()
          (Simon Feltman)
        - Fix build warnings regarding _POSIX_C_SOURCE redefinition
          (Simon Feltman)
        - Drop -std=c90 for now (Matthias Clasen)

3.19.1  30-Oct-2015
        - Use a named tuple for returning multiple values (Christoph Reiter) (#727374)
        - enum/flags: use gir info for type names and __repr__ instead of the gtype name (Christoph Reiter) 
(#657915)
        - Improve and unify __repr__ format for PyGObject, PyGBoxed and PyGIStruct (Christoph Reiter) 
(#657915)
        - Don't leak internal RepositoryError on import. (Christoph Reiter) (#756033)
        - Import dependencies when importing typelibs from gi.repository (Christoph Reiter) (#656314)

ChangeLog
=========
https://download.gnome.org/sources/pygobject/3.19/pygobject-3.19.2.changes  (1.69K)

Download
========
https://download.gnome.org/sources/pygobject/3.19/pygobject-3.19.2.tar.xz (717K)
  sha256sum: 30070c145774b36686f2595344bb5814f09be7e2f5385bb8355c17eaeafd1e7a



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