Accepting request 652218 from GNOME:Next

New stable release

OBS-URL: https://build.opensuse.org/request/show/652218
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=103
This commit is contained in:
2018-11-28 20:31:31 +00:00
committed by Git OBS Bridge
parent 984126fade
commit e9b92e2843
4 changed files with 27 additions and 4 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Nov 27 18:17:55 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.30.3:
+ GValue: fall back to the custom C marshaller to support
fundamental types. This makes GValue work with GstFraction.
+ 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.
-------------------------------------------------------------------
Mon Nov 12 09:44:44 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.30.2:
+ tests: Fix some test with newer glib.
+ overrides: Fix crash when using non-ascii text with
Gtk.Builder.add_from_string/add_objects_from_string.
+ Various meson/distutils build fixes for MSVC.
+ foreign-cairo: Fix cairo marshalling not using the foreign
converters in some cases.
+ build: setup.py reproducible build fixes.
-------------------------------------------------------------------
Wed Sep 26 18:24:25 UTC 2018 - bjorn.lie@gmail.com