pygobject 3.21.0



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 febd211b6628a8f63d92ae011d68b845e9fe6ec8
Author: Simon Feltman <sfeltman src gnome org>
Date:   Sun Apr 24 21:19:39 2016 -0700

    release 3.21.0

 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

commit 1bb267f1755b2ec314c751b27931cbe7032f3c36
Author: Dustin Falgout <dustin falgout us>
Date:   Sun Mar 20 03:21:02 2016 -0500

    gi: Add require_versions() function

    Adds a new function that accepts a dict of one or more namespace,
    version
    pairs through which it iterates and calls `gi.require_version()`
    for each pair. Also adds a test for the new function.

    https://bugzilla.gnome.org/show_bug.cgi?id=761141

 gi/__init__.py                 | 33 +++++++++++++++++++++++++++++++++
 tests/test_import_machinery.py |  6 ++++++
 2 files changed, 39 insertions(+)

commit b3f897b98c5a2c59ea34a8afcce0448b1ffb0731


Download
========
https://download.gnome.org/sources/pygobject/3.21/pygobject-3.21.0.tar.xz (732K)
  sha256sum: 898c9ef2f80968ccf33d6fbd5087b1721b74792a308b277d02bc935450168a58



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