Accepting request 1203490 from GNOME:Next

Scripted push of GNOME 47

OBS-URL: https://build.opensuse.org/request/show/1203490
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=155
This commit is contained in:
2024-09-30 07:48:56 +00:00
committed by Git OBS Bridge
parent 27959d9daa
commit 0066a95041
6 changed files with 35 additions and 12 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Sep 12 12:32:33 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.50.0:
+ tests: Fix event test errors when GTK is not installed
-------------------------------------------------------------------
Fri Sep 6 18:59:31 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.49.0:
+ Rename master branch to main
+ Drop support for Python 3.8
+ Add Override for Gio.DataInputStream
+ Treat GParamSpec as any other fundamental type
+ override connection.register_object to prevent an invocation
object from leaking
+ Various PyPy related fixes
+ bind_property: Accept keyword arguments
+ Various documentation improvements
+ Python2 / GTK2 cleanups
+ asyncio integration with support to await Gio async functions
+ meson: move from .egg-info to .dist-info/METADATA
+ build: fixes for building with gobject-introspection 1.81
- Stop removing executable bits from examples, no longer needed.
-------------------------------------------------------------------
Mon Apr 8 06:47:10 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>