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

        - demo: pep8 fixes (Christoph Reiter)
        - Fix ctypes.PyDLL construction under Windows (Christoph Reiter) 
(#622084)
        - configure.ac: Error out in case autoconf-archive isn't installed 
(Christoph Reiter) (#784428)
        - Move pygi-convert.sh into tools (Christoph Reiter)
        - README: Convert to reST (Christoph Reiter)
        - demo: Move demo into examples and dist it (Christoph Reiter) (#735918)
        - demo: Add new Gtk.FlowBox example (Gian Mario Tagliaretti) (#735918)
        - demo: Use HeaderBar for main app window (Simon Feltman) (#735918)
        - demo: PyFlakes and PEP8 fixes (Simon Feltman) (#735918)
        - demo: Rename gtk-demo.py to demo.py (Simon Feltman) (#735918)
        - demo: Rename demos/gtk-demo to simply demo (Simon Feltman) (#735918)
        - Remove AUTHORS file (Christoph Reiter)
        - Remove pre-commit.hook (Christoph Reiter)
        - setup.py: Port to distutils/setuptools (Christoph Reiter) (#789211)
        - Install a default SIGINT handler for functions which start an event 
loop (Christoph Reiter) (#622084)
        - Make Python OS signal handlers run when an event loop is idling 
(Christoph Reiter) (#622084)
        - Drop Python 3.3 support (Christoph Reiter) (#790787)
        - Drop set_value usage in Gtk.List/TreeStore.set override (Sander 
Sweers) (#790346)

ChangeLog
=========
https://download.gnome.org/sources/pygobject/3.27/pygobject-3.27.0.changes  
(21.0K)

Download
========
https://download.gnome.org/sources/pygobject/3.27/pygobject-3.27.0.tar.xz (889K)
  sha256sum: ad1375fe1af9746a1e49ada604c9658c03145a3ca204ad62bd6d917208a66b20

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

Reply via email to