diff mbox series

[meta-oe,3/5] pyxdg: update to latest revision

Message ID 20251108150833.3299165-3-skandigraun@gmail.com
State Under Review
Headers show
Series [meta-oe,1/5] spirv-shader-generator: update to 1.4.328.1 | expand

Commit Message

Gyorgy Sarvari Nov. 8, 2025, 3:08 p.m. UTC
It is only 3 extra commits over the previous recipe, but it
fixes 3 Python deprecations.

While here, also fix the SRC_URI - the original repository is not available
anymore, as it was moved to a freedesktop gitlab instance.

Shortlog:
Replace imp with importlib to support Python 3.12
Menu: handle Python 3.14 ast.Str changes
Menu: handle Python 3.15 deprecations

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb
index b4dc739ec3..4e2af67e98 100644
--- a/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb
+++ b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb
@@ -4,8 +4,10 @@  SECTION = "devel/python"
 LICENSE = "LGPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a"
 
-SRCREV = "1d23e483ae869ee9532aca43b133cc43f63626a3"
-SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg;branch=master"
+PV .= "+git"
+
+SRCREV = "63033ac306aa26d32e1439417e59ae8f8a4c9820"
+SRC_URI = "git://gitlab.freedesktop.org/xdg/pyxdg.git;branch=master;protocol=https"
 
 inherit setuptools3