diff mbox series

[05/40] python3-setuptools-rust: upgrade 1.6.0 -> 1.7.0

Message ID 20230922072431.1481743-5-alex@linutronix.de
State Accepted, archived
Commit 08920c19e1de1144dcfa5bb4345c6892408e920d
Headers show
Series [01/40] systemd: upgrade 254 -> 254.4 | expand

Commit Message

Alexander Kanavin Sept. 22, 2023, 7:23 a.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 ...ptools-rust_1.6.0.bb => python3-setuptools-rust_1.7.0.bb} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-setuptools-rust_1.6.0.bb => python3-setuptools-rust_1.7.0.bb} (80%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-setuptools-rust_1.6.0.bb b/meta/recipes-devtools/python/python3-setuptools-rust_1.7.0.bb
similarity index 80%
rename from meta/recipes-devtools/python/python3-setuptools-rust_1.6.0.bb
rename to meta/recipes-devtools/python/python3-setuptools-rust_1.7.0.bb
index f1da4b50e7d..6392a4deadd 100644
--- a/meta/recipes-devtools/python/python3-setuptools-rust_1.6.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.7.0.bb
@@ -12,11 +12,14 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=011cd92e702dd9e6b1a26157b6fd53f5"
 SRC_URI = "${PYPI_SRC_URI} \
            https://files.pythonhosted.org/packages/67/08/e1aa2c582c62ac76e4d60f8e454bd3bba933781a06a88b4e38797445822a/setuptools-rust-${PV}.tar.gz \
            "
-SRC_URI[sha256sum] = "c86e734deac330597998bfbc08da45187e6b27837e23bd91eadb320732392262"
+SRC_URI[sha256sum] = "c7100999948235a38ae7e555fe199aa66c253dc384b125f5d85473bf81eae3a3"
 
 inherit cargo pypi python_setuptools_build_meta
 
 DEPENDS += "python3-setuptools-scm-native python3-wheel-native"
+# remove when https://github.com/PyO3/setuptools-rust/commit/7ced8d2a8f36e1b4fc41b5544636defb7bd44bdf
+# is included
+DEPENDS += "python3-semantic-version-native"
 
 RDEPENDS:${PN} += " \
     python3-distutils \