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 ce3034544f126f196cad57485f126f1246cd1acf Author: Simon Feltman <[email protected]> Date: Mon Mar 21 20:34:50 2016 -0700 release 3.20.0 NEWS | 2 ++ 1 file changed, 2 insertions(+) commit eee366401383f92a2b2b233b2cd0db2ad50b6cb2 Author: Simon Feltman <[email protected]> Date: Mon Mar 21 20:33:13 2016 -0700 configure.ac: pre-release version bump to 3.20.0 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f4401234cdc9be784eea9347fec349e7cba0a153 Author: Simon Feltman <[email protected]> Date: Tue Mar 15 22:56:10 2016 -0700 release 3.19.92 NEWS | 2 ++ 1 file changed, 2 insertions(+) Download ======== https://download.gnome.org/sources/pygobject/3.20/pygobject-3.20.0.tar.xz (732K) sha256sum: 31ab4701f40490082aa98af537ccddba889577abe66d242582f28577e8807f46 _______________________________________________ ftp-release-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/ftp-release-list
