Accepting request 1156863 from GNOME:Next

GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1156863
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=151
This commit is contained in:
2024-03-19 13:29:02 +00:00
committed by Git OBS Bridge
parent a5367de251
commit 7d4141c50f
6 changed files with 79 additions and 10 deletions

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Mon Mar 11 08:00:09 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.48.1:
+ Fix installation with pip failing in some environments with
ModuleNotFoundError in g-ir-scanner.
-------------------------------------------------------------------
Sat Mar 9 18:38:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.48.0:
+ test: fix some tests on macOS.
+ docs: some dark mode fixes.
-------------------------------------------------------------------
Tue Feb 13 07:52:01 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.47.0:
+ Drop setuptools in favor of meson-python.
+ Fundamental type support.
+ Fundamental type support for GValues.
+ pygi-convert.sh: migrate FILE_CHOOSER_CONFIRMATION_*.
+ gimodule, cairo: Use multi-phase initialization as per PEP-489.
+ Deprecate classes in gi.option module.
+ Deprecate pygtkcompat.
+ Add support for (optional) nullable GErrors.
+ Fix CssProvider not valid in GTK2.
+ Fix double free if array item cannot be marshalled to Python.
+ Raise exception if a callback property is encountered.
+ build: Fix pycairo detection "script" for Windows.
+ Replace deprecated ``pkgutil.find_loader`` call.
+ Avoid segfault on property access for incompletely initialized
objects.
+ pygenum: When getting a member instance, use correct key for
the lookup.
+ Project / Development / CI:
- Remove pborelli from the maintainer list.
- Add Arjan Molenaar to maintainers.
- Remove runtests script.
-------------------------------------------------------------------
Sun Sep 10 19:51:54 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>