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.

News
====

        - Allow installing with pip (Mathieu Bridon) (#767988)
        - Skip a test with older glib (Christoph Reiter) (#740301)
        - Fix a test with Python 3.1/3.2 (Arfrever Frehtes Taifersar Arahesis, 
Christoph Reiter) (#740324)
        - tests: Use places kwarg for assertAlmostEqual (Arfrever Frehtes 
Taifersar Arahesis, Christoph Reiter) (#740337)
        - Print exception if marshalling a signal argument fails (Christoph 
Reiter) (#748198)
        - overrides: allow treemodel sequence shorthands (Marinus Schraal) 
(#766580)
        - Remove pygobject-external.h (Christoph Reiter) (#767084)
        - Remove pygobject-private.h and rename pygobject.c to 
pygobject-object.c (Christoph Reiter) (#767084)
        - Merge pyglib-private.h into pyglib.h (Christoph Reiter) (#767084)
        - Remove pygi.h and pygi-private.h (Christoph Reiter) (#767084)
        - configure.ac: post-release version bump to 3.21.1 (Simon Feltman)


ChangeLog
=========
https://download.gnome.org/sources/pygobject/3.21/pygobject-3.21.91.changes  
(9.54K)

Download
========
https://download.gnome.org/sources/pygobject/3.21/pygobject-3.21.91.tar.xz 
(737K)
  sha256sum: 48d163ab8e8246b037897c5be37d9f2a8b27db9529defb0a914f5e063a50dc95

_______________________________________________
ftp-release-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/ftp-release-list

Reply via email to