pygobject 2.90.2



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
====

        - remove tests that were removed from gi (John (J5) Palmieri)
        - don't calculate item_size using is_pointer (John (J5) Palmieri)
        - Updated signal example to use GObject introspection (Timo Vanwynsberghe)
        - Updated properties example to use GObject introspection (Timo Vanwynsberghe)
        - Add override for GLib.Variant.split_signature() (Martin Pitt)
        - [pygi-convert.sh] Handle the import of pygtk and require Gtk 3.0 (Timo Vanwynsberghe)
        - Install pygobject.h again. (Ignacio Casal Quinteiro)
        - update the doap file (John (J5) Palmieri)


ChangeLog
=========
http://download.gnome.org/sources/pygobject/2.90/pygobject-2.90.2.changes  (3.36K)

Download
========

http://download.gnome.org/sources/pygobject/2.90/pygobject-2.90.2.tar.xz  (565K)
  sha256sum: 35c3bbb57073f21b2298a4f2c5590ffcb05da60be81d846eeb1f44903e42c183

http://download.gnome.org/sources/pygobject/2.90/pygobject-2.90.2.tar.bz2 (672K)
  sha256sum: 45bd788ecd819305ef6a1fc1e2771cd78a4532d7a29a3bb358a612b058b1d96e



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