pygobject 3.29.3



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

* meson: Support building pycairo as a subproject. :mr:`76`
* meson: Declare_dependency for use by potential superprojects
  (:user:`Mathieu Duponchelle <mathieudu>`)
* meson: Update glib wrap file. :mr:`80` (:user:`Carlos Soriano <csoriano>`)
* meson: Fix the Python 2 build not not use the system pycairo extension when
  running tests. :issue:`242`
* pygi-convert.sh: Various fixes and updates. :mr:`77` :mr:`78`
  (:user:`Sander Sweers <infirit>`)
* Gtk.Template: Fix instantiation error when using the new code with older
  PyGObject. :mr:`79` (:user:`Kai Willadsen <kaiw>`)
* Gtk.Template: Don't error out when loading a resource that is only available
  in an overlay. :issue:`230`
* Fix various crashes when running against a debug Python 3.7 build. :mr:`82`
  (:user:`Simon McVittie <smcv>`)
* overrides: Allow calling GObject.Binding.unbind() multiple times with
  GLib 2.58+. :issue:`240`
* overrides: Gio.ListStore overrides use splice() when adding/removing many
  items with GLib 2.58+. :issue:`115` :mr:`83`
* Work around pylint reporting bogus warnings regarding a missing self
  argument for normal functions. :issue:`217`
* Add override for GdkPixbuf.Pixbuf.new_from_data() to wrap new_from_bytes()
  to work around a use after free. :issue:`225` :mr:`74`


3.28.3 - 2018-05-31
-------------------

* Fix Gio.Application leak in case no signal handler is set before.
  :issue:`219`
* Squash critical warning when using array as hash value
  (:user:`Philip Withnall <pwithnall>`)




Download
========
https://download.gnome.org/sources/pygobject/3.29/pygobject-3.29.3.tar.xz (533K)
  sha256sum: 85ba2bf6bbc18901f2ae628de94ee3d33a7f3c2e29689a35ce745211e7e730f2



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