forked from pool/python-gobject
Accepting request 635385 from GNOME:Next
- Update to version 3.30.0:
+ Various test suite fixes to get things to pass with Ubuntu
18.10.
OBS-URL: https://build.opensuse.org/request/show/635385
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=100
This commit is contained in:
@@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 1 19:54:43 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.30.0:
|
||||
+ Various test suite fixes to get things to pass with Ubuntu
|
||||
18.10.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 17 10:13:21 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.29.3:
|
||||
+ meson:
|
||||
- Support building pycairo as a subproject.
|
||||
- Declare_dependency for use by potential superprojects.
|
||||
- Update glib wrap file.
|
||||
- Fix the Python 2 build not not use the system pycairo
|
||||
extension when running tests.
|
||||
+ pygi-convert.sh: Various fixes and updates.
|
||||
+ Gtk.Template:
|
||||
- Fix instantiation error when using the new code with older
|
||||
PyGObject.
|
||||
- Don't error out when loading a resource that is only
|
||||
available in an overlay.
|
||||
+ Fix various crashes when running against a debug Python 3.7
|
||||
build.
|
||||
+ overrides:
|
||||
- Allow calling GObject.Binding.unbind() multiple times with
|
||||
GLib 2.58+.
|
||||
- Gio.ListStore overrides use splice() when adding/removing
|
||||
many items with GLib 2.58+.
|
||||
+ Work around pylint reporting bogus warnings regarding a missing
|
||||
self argument for normal functions.
|
||||
+ Add override for GdkPixbuf.Pixbuf.new_from_data() to wrap
|
||||
new_from_bytes() to work around a use after free.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 9 01:24:42 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.29.2:
|
||||
+ Gtk.Template: Allow marking children as "internal-child".
|
||||
+ Gio.Settings: implement __iter__.
|
||||
+ Release the GIL when emitting a signal.
|
||||
+ Don't wrap GValue in GValue when creating GValueArray.
|
||||
+ Don't crash on multiple calls to GObject.Value.__del__.
|
||||
+ Various fixes.
|
||||
+ Various fixes/improvements for PyPy.
|
||||
+ Issues fixed: glgo#GNOME/pygobject#115,
|
||||
glgo#GNOME/pygobject#134, glgo#GNOME/pygobject#130,
|
||||
glgo#GNOME/pygobject#45, glgo#GNOME/pygobject#200,
|
||||
glgo#GNOME/pygobject#29, glgo#GNOME/pygobject#213,
|
||||
glgo#GNOME/pygobject#219, glgo#GNOME/pygobject#193.
|
||||
+ Updated documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 4 03:29:01 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.29.1:
|
||||
+ Support for `PyPy <https://pypy.org/>`__ and PyPy3.
|
||||
(glgo#GNOME/pygobject#180).
|
||||
+ Cairo: support :class:`cairo.Matrix` conversion.
|
||||
(glgo#GNOME/pygobject#16).
|
||||
+ Speed up repeated closure creation by caching the closure cache
|
||||
in the argument cache (glgo#GNOME/pygobject#103).
|
||||
+ Overrides: Make :meth:`Gtk.ListStore.insert_before`,
|
||||
:meth:`Gtk.ListStore.insert_after`, :meth:`Gtk.TreeStore.\
|
||||
insert_before` and :meth:`Gtk.TreeStore.insert_after` atomic.
|
||||
+ Make :class:`GLib.Error` picklable (glgo#GNOME/pygobject#45).
|
||||
+ Add basic support for template based widgets through
|
||||
``Gtk.Template`` (glgo#GNOME/pygobject#52).
|
||||
+ Avoid truncating value returned from g_value_info_get_value.
|
||||
+ Various documentation improvements.
|
||||
- Drop:
|
||||
+ gnome-common BuildRequires and autoreconf call, and replace
|
||||
configure/make_build/make_install macros with python_build and
|
||||
python_install, following upstream drop of Autotools.
|
||||
+ pycompile-searchpath.patch: it is no longer needed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 1 21:37:37 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user