pygobject 3.31.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
====

* Changes included in 3.30.4
* GLib.Variant.keys: correctly raise TypeError for non-dict types
* GLib.Variant: implement __bool__ for maybe types
* cairo: Fix GValue converters in case of NULL
* setup.py: Print an install command hint when pkg-config is missing
* pygi-info: wrap g_union_info_get_alignment()
  :mr:`105` (:user:`Tomasz Miąsko <tmiasko>`)


3.30.4 - 2018-11-30
-------------------

* gtk overrides: Fix rows getting inserted on the wrong level with
  TreeStore.insert_before/insert_after if parent=None.
  :issue:`281` (3.30 regression, thanks to :user:`Cian Wilson <cianwilson>`
  for the report)


3.30.3 - 2018-11-27
-------------------

* GValue: fall back to the custom C marshaller to support fundamental types.
  This makes GValue work with GstFraction. :issue:`280`
* GValue: Work around wrong annotations for GVariant
* Fix GObject attribute access during instance init which can lead to errors
  with __getattr__ implementations of subclasses. This lead to criticals when
  instantiating Gio.DBusProxy. :issue:`267`




Download
========
https://download.gnome.org/sources/pygobject/3.31/pygobject-3.31.2.tar.xz (537K)
  sha256sum: e75c9bc1f220863cea8386c121a6313fbc80bfe17e825538063252ffb28861c6



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