Accepting request 695615 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/695615
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=106
This commit is contained in:
2019-04-18 13:17:27 +00:00
committed by Git OBS Bridge
parent e941f34890
commit 80766bc1d6
4 changed files with 52 additions and 7 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Sun Mar 10 13:01:45 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.32.0:
+ No changes since 3.31.4.
-------------------------------------------------------------------
Thu Mar 7 16:51:38 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.31.4:
+ docs: document GObject.Object.weak_ref().
+ cairo:
- Add cairo pattern foreign struct support.
- Add cairo_matrix_t converter to GValue.
-------------------------------------------------------------------
Thu Feb 14 21:49:27 UTC 2019 - bjorn.lie@gmail.com
- Update to version 3.31.3:
+ Speed up destruction of boxed types and
GObject.Value.set_value() calls. This makes appending to a
Gtk.TreeModel nearly twice as fast for example.
+ Allow passing None for boolean parameters.
+ meson: Install .egg-info directory to arch'd dir.
+ gtk overrides: raise in case Gtk.Window is instantiated after
gtk_init failed.
+ gio overrides: Warn when creating various dbus types without a
constructor.
+ tests:
- Fix tests with glib 2.59.x.
- Fix test_atoms failing in some environments.
-------------------------------------------------------------------
Thu Jan 3 10:48:12 UTC 2019 - bjorn.lie@gmail.com
- Update to version 3.31.2:
+ 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().
-------------------------------------------------------------------
Sun Dec 2 10:20:18 UTC 2018 - bjorn.lie@gmail.com