summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-08 16:08:31 +0100
committerKhem Raj <raj.khem@gmail.com>2025-11-08 09:08:02 -0800
commitc1a2532cedd0b6fac9e9dd3ef22030adb9846d01 (patch)
tree3f93f78acb9803e6925a0d99425e3c0bcee1bd4b
parent0e79b3a9079a36b5c32de17b5b9a794ac2247e2c (diff)
downloadmeta-openembedded-c1a2532cedd0b6fac9e9dd3ef22030adb9846d01.tar.gz
pyxdg: update to latest revision
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb6
1 files changed, 4 insertions, 2 deletions
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"
4LICENSE = "LGPL-2.0-only" 4LICENSE = "LGPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" 5LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a"
6 6
7SRCREV = "1d23e483ae869ee9532aca43b133cc43f63626a3" 7PV .= "+git"
8SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg;branch=master" 8
9SRCREV = "63033ac306aa26d32e1439417e59ae8f8a4c9820"
10SRC_URI = "git://gitlab.freedesktop.org/xdg/pyxdg.git;branch=master;protocol=https"
9 11
10inherit setuptools3 12inherit setuptools3
11 13