]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-dbus: upgrade 1.3.2 -> 1.4.0
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 18 Mar 2025 06:21:48 +0000 (14:21 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Mar 2025 11:29:00 +0000 (11:29 +0000)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-dbus_1.4.0.bb [moved from meta/recipes-devtools/python/python3-dbus_1.3.2.bb with 85% similarity]

similarity index 85%
rename from meta/recipes-devtools/python/python3-dbus_1.3.2.bb
rename to meta/recipes-devtools/python/python3-dbus_1.4.0.bb
index e0cf64c70ef11da13377f2515756781af3348bdf..057c97f6564fb97600d645cbf2ad9b21c860a3e5 100644 (file)
@@ -5,9 +5,9 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=97f58951300aa52a9f9e3a62bd5c846c"
 DEPENDS = "expat dbus glib-2.0 virtual/libintl"
 
-SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
+SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "ad67819308618b5069537be237f8e68ca1c7fcc95ee4a121fe6845b1418248f8"
+SRC_URI[sha256sum] = "c36b28f10ffcc8f1f798aca973bcc132f91f33eb9b6b8904381b4077766043d5"
 
 S = "${WORKDIR}/dbus-python-${PV}"