]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-pygobject: upgrade 3.42.2 -> 3.44.1
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 10 Apr 2023 09:39:54 +0000 (17:39 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Apr 2023 10:55:40 +0000 (11:55 +0100)
Changelog:
==========
    Fix tests with glib 2.76 !240
    Note: PyGObject is in need of more maintainers, please read https://www.bassi.io/articles/2022/12/02/on-pygobject/
    Note: This is an unstable release.
    Drop support for Python 3.6 !184
    meson: bump minimum version to 0.53.0 and update subprojects !227
    gimodule: fix floating state of python objects created with g_object_new !129
    Gtk.Template: Accept PathLike objects as a filename !195
    info: Show which type/object callables are bound to !194
    IntrospectionModule: handle two threads loading type at same time !149
    Port to Py_TRASHCAN_BEGIN !226
    Other cleanups/improvements: !181 !173
    This release also includes all changes from 3.42.1 and 3.42.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-pygobject_3.44.1.bb [moved from meta/recipes-devtools/python/python3-pygobject_3.42.2.bb with 93% similarity]

similarity index 93%
rename from meta/recipes-devtools/python/python3-pygobject_3.42.2.bb
rename to meta/recipes-devtools/python/python3-pygobject_3.44.1.bb
index f54f4ce7847e52752fd7104020bff5c69005269f..8bfff4356091e7e52e6f8a597e5e210260e00d2a 100644 (file)
@@ -18,7 +18,7 @@ SRC_URI = " \
     http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \
     file://0001-Do-not-build-tests.patch \
 "
-SRC_URI[sha256sum] = "ade8695e2a7073849dd0316d31d8728e15e1e0bc71d9ff6d1c09e86be52bc957"
+SRC_URI[sha256sum] = "3c6805d1321be90cc32e648215a562430e0d3d6edcda8f4c5e7a9daffcad5710"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"