diff mbox series

[3/4] python3-pygobject: upgrade 3.56.3 -> 3.58.0

Message ID 20260902115751.2762897-3-richard.purdie@linuxfoundation.org
State New
Headers show
Series [1/4] debianutils: upgrade 5.23.2 -> 5.24 | expand

Commit Message

Richard Purdie Sept. 2, 2026, 11:57 a.m. UTC
3.58.0 - 2026-08-27
* Stable release

3.57.1 - 2026-08-14
-------------------

* Add extra checks around construction of object destroy notifier :mr:`560`
* `GLib.Pid` should be a number with a special `close` method :mr:`556`
* Use `PathLike` objects for `Gtk.Template` :mr:`555`
* Fast marshalling of `bytearray` to `GBytes` :mr:`558`
* Prevent crashes where `GValue` is `NULL` :mr:`559`

3.57.0 - 2026-07-20
-------------------

* doc: Update tutorial and examples :mr:`536` :mr:`537` :mr:`538`
* Fix potential buffer overflow errors where the C API exposes `GArray`'s :mr:`540` :mr:`550`
* gio: Support creating `GFile` child with slash operator, similar to `pathlib.Path` :mr:`539`
* Refactor memory management for marshaller cache :mr:`490` :mr:`517`
* Add missing msg argument to asyncio cancel() :mr:`541`
* Fix deprecation warning for register_object :mr:`542`
* Find libraries automatically on Windows :mr:`415`
* Fix crash when `user_data` is defined before callback :mr:`554`
* Avoid extraneous deprecation warnings :mr:`545`
* Support generic annotations on `Async` :mr:`547`
* fix: Simplify string prefix handling :mr:`548`
* doc: Use gobject-linter for linting GObject code :mr:`543` :mr:`551` :mr:`552`

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...{python3-pygobject_3.56.3.bb => python3-pygobject_3.58.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pygobject_3.56.3.bb => python3-pygobject_3.58.0.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pygobject_3.56.3.bb b/meta/recipes-devtools/python/python3-pygobject_3.58.0.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-pygobject_3.56.3.bb
rename to meta/recipes-devtools/python/python3-pygobject_3.58.0.bb
index e246a2d451b..7f5bec8f70e 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.56.3.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.58.0.bb
@@ -19,7 +19,7 @@  DEPENDS += "python3 glib-2.0"
 GNOME_COMPRESS_TYPE = "gz"
 GNOMEBN = "pygobject"
 
-SRC_URI[archive.sha256sum] = "12760e4a0e3d04b6eb95e06f7a27e362c826d567ea613373a92c003b6c70d2d6"
+SRC_URI[archive.sha256sum] = "45068697de3ffe46840ca369705f23118b34db4f7deb63f6eff079a6734ddcca"
 
 S = "${UNPACKDIR}/${GNOMEBN}-${PV}"