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. ChangeLog ========= commit 45eda91eac2f6c8ab1a5c38808f96de760196e90 Author: Simon Feltman <[email protected]> Date: Mon Mar 24 03:35:21 2014 -0700 release 3.12.0 NEWS | 2 ++ 1 file changed, 2 insertions(+) commit 70020e9934abb39cbccfa49e582fb838465c0490 Author: Simon Feltman <[email protected]> Date: Mon Mar 24 03:05:16 2014 -0700 pre-release version bump to 3.12.0 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a9a08a0c11e8802cce539f869ea93e1b729e829e Author: Simon Feltman <[email protected]> Date: Mon Mar 17 15:17:12 2014 -0700 configure.ac: post release version bump to 3.11.93 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7283d50de8413e9450820543d0d8fd43e6c24b27 Author: Simon Feltman <[email protected]> Date: Mon Mar 17 15:12:33 2014 -0700 release 3.11.92 NEWS | 6 ++++++ 1 file changed, 6 insertions(+) Download ======== https://download.gnome.org/sources/pygobject/3.12/pygobject-3.12.0.tar.xz (685K) sha256sum: 0d4485311fcfb073dc37432e36ad1d45bcf9f8796a1e8ff20a6494e0297dbd1a _______________________________________________ ftp-release-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/ftp-release-list
