From 77718718cf0eec2c7119d101a353f343e2769b1b Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 16 Oct 2021 14:43:37 +0200 Subject: [PATCH] python3-pyatspi: update to 2.38.1 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pyatspi_2.34.0.bb => python3-pyatspi_2.38.1.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pyatspi_2.34.0.bb => python3-pyatspi_2.38.1.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb b/meta-python/recipes-devtools/python/python3-pyatspi_2.38.1.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb rename to meta-python/recipes-devtools/python/python3-pyatspi_2.38.1.bb index 1368b923d..8ae9ac996 100644 --- a/meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyatspi_2.38.1.bb @@ -7,8 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=db29218e6ba3794c56df7d4987dc7e4d \ file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "python3-dbus-native glib-2.0 dbus-glib libxml2 atk gtk+ python3-pygobject" -SRC_URI = "git://github.com/GNOME/pyatspi2.git;protocol=https;branch=mainline" -SRCREV = "cc99d68db66174f4499b9b325bc788393b972edd" +SRC_URI = "git://github.com/GNOME/pyatspi2.git;protocol=https;branch=master" +SRCREV = "6d5f47ee8e8a36140b52bf52fe954a131a0aa5dd" + S = "${WORKDIR}/git" # Same restriction as gtk+