Accepting request 990655 from GNOME:Next

New stable release

OBS-URL: https://build.opensuse.org/request/show/990655
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=140
This commit is contained in:
2022-08-04 06:49:14 +00:00
committed by Git OBS Bridge
parent 3ea94d0676
commit 123ff7ee7e
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jul 22 10:00:02 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.42.2:
+ Error out instead of crashing when marshaling unsupported
fundamental types in some cases.
+ Add a workaround for a PyPy 3.9+ bug when threads are used.
+ Fix crashes when marshaling zero terminated arrays for certain
item types.
+ Fix a crash/refcounting error in case marshaling a hash table
fails.
+ Make the test suite pass again with PyPy.
+ tests: support running tests with (MSVC) CPython 3.8+ on
Windows.
+ interface: Fix leak when overriding GInterfaceInfo.
+ setup.py: look up pycairo headers without importing the module
(helps with building on Windows and MSVC CPython 3.8+).
-------------------------------------------------------------------
Sat Jul 16 22:53:44 UTC 2022 - Ben Greiner <code@bnavigator.de>