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 3d8860c2d0a95cff38f7eaa65c38521654a162ae Author: Simon Feltman <[email protected]> Date: Tue Mar 1 22:10:21 2016 -0800 post-release version bump to 3.19.92 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Download ======== https://download.gnome.org/sources/pygobject/3.19/pygobject-3.19.92.tar.xz (731K) sha256sum: 59ed22d59017727a4a31ae00afaec231350d8fb67a518f08f983ecf62b006191 _______________________________________________ ftp-release-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/ftp-release-list
