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 bf802599f5d0d13cc4b69f1716400561a16a2443 Author: Simon Feltman <[email protected]> Date: Thu Mar 5 01:09:12 2015 -0800 configure.ac: post release version bump to 3.15.92 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a86f309066f007f9787a6d1ac679dc041740d8dc Author: Simon Feltman <[email protected]> Date: Thu Mar 5 01:08:03 2015 -0800 release 3.15.91 NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) Download ======== https://download.gnome.org/sources/pygobject/3.16/pygobject-3.16.0.tar.xz (708K) sha256sum: 8d26e40c756ae288eeb35f9d52df7485f70add65d4e6b4597fd1765eb7830685 _______________________________________________ ftp-release-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/ftp-release-list
