summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorTim Orling <tim.orling@konsulko.com>2025-09-02 14:46:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-08 14:05:11 +0100
commitffed74363d710e505a01c1d65c12b88fd4840635 (patch)
tree807be960ae4ac3bba62339e30da22547e749fa1f /meta/recipes-devtools/python
parent9352450dfac4ac05fe4b9da415fedbdc070925c3 (diff)
downloadpoky-ffed74363d710e505a01c1d65c12b88fd4840635.tar.gz
python3-setuptools-rust: upgrade 1.11.1 -> 1.12.0
1.12.0 (2025-08-29) * Set PYO3_BUILD_EXTENSION_MODULE environment variable when building PyO3 extensions. #540 https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md#1120-2025-08-29 Reference: https://github.com/PyO3/setuptools-rust/pull/540 Comparing Changes: https://github.com/PyO3/setuptools-rust/compare/v1.11.1...v1.12.0 (From OE-Core rev: 05db2e8f5515198195de8acab37363bc53f9278f) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-setuptools-rust_1.12.0.bb (renamed from meta/recipes-devtools/python/python3-setuptools-rust_1.11.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools-rust_1.11.1.bb b/meta/recipes-devtools/python/python3-setuptools-rust_1.12.0.bb
index 417ded009e..491f512706 100644
--- a/meta/recipes-devtools/python/python3-setuptools-rust_1.11.1.bb
+++ b/meta/recipes-devtools/python/python3-setuptools-rust_1.12.0.bb
@@ -9,7 +9,7 @@ BUGTRACKER = "https://github.com/PyO3/setuptools-rust/issues"
9LICENSE = "MIT" 9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=011cd92e702dd9e6b1a26157b6fd53f5" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=011cd92e702dd9e6b1a26157b6fd53f5"
11 11
12SRC_URI[sha256sum] = "7dabc4392252ced314b8050d63276e05fdc5d32398fc7d3cce1f6a6ac35b76c0" 12SRC_URI[sha256sum] = "d94a93f0c97751c17014565f07bdc324bee45d396cd1bba83d8e7af92b945f0c"
13 13
14PYPI_PACKAGE = "setuptools_rust" 14PYPI_PACKAGE = "setuptools_rust"
15UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 15UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"