From: Wang Mingyu Date: Wed, 28 Feb 2024 07:32:45 +0000 (+0800) Subject: python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0 X-Git-Tag: 2024-04-scarthgap~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ba36c4ebfc223111c055a6b521b7a2b9981b368;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0 Changelog: -Deprecate py_limited_api option to RustExtension in favour of always using "auto" to configure this from bdist_wheel. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb b/meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.bb similarity index 93% rename from meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb rename to meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.bb index 13817cb3150..8eb2513d694 100644 --- a/meta/recipes-devtools/python/python3-setuptools-rust_1.8.1.bb +++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.bb @@ -12,7 +12,7 @@ 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] = "94b1dd5d5308b3138d5b933c3a2b55e6d6927d1a22632e509fcea9ddd0f7e486" +SRC_URI[sha256sum] = "704df0948f2e4cc60c2596ad6e840ea679f4f43e58ed4ad0c1857807240eab96" inherit cargo pypi python_setuptools_build_meta