package/python-setuptools-rust: bump version to 1.12.1

https://github.com/PyO3/setuptools-rust/blob/v1.12.1/CHANGELOG.md

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-05-01 14:30:40 +02:00
committed by Julien Olivain
parent 444160f8d5
commit bb361087e1
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/setuptools-rust/json # md5, sha256 from https://pypi.org/pypi/setuptools-rust/json
md5 6ecee3d9f3ac646a52d60155022fd0d0 setuptools_rust-1.12.0.tar.gz md5 90ce501aabce2a859e19a213985288ea setuptools_rust-1.12.1.tar.gz
sha256 d94a93f0c97751c17014565f07bdc324bee45d396cd1bba83d8e7af92b945f0c setuptools_rust-1.12.0.tar.gz sha256 85ae70989d96c9cfeb5ef79cf3bac2d5200bc5564f720a06edceedbdf6664640 setuptools_rust-1.12.1.tar.gz
# Locally computed sha256 checksums # Locally computed sha256 checksums
sha256 b20668c1590582b3882854050ccfbdb7aee1f71a1ffe9eacc4c5aeb08a14161b LICENSE sha256 b20668c1590582b3882854050ccfbdb7aee1f71a1ffe9eacc4c5aeb08a14161b LICENSE

View File

@@ -4,9 +4,9 @@
# #
################################################################################ ################################################################################
PYTHON_SETUPTOOLS_RUST_VERSION = 1.12.0 PYTHON_SETUPTOOLS_RUST_VERSION = 1.12.1
PYTHON_SETUPTOOLS_RUST_SOURCE = setuptools_rust-$(PYTHON_SETUPTOOLS_RUST_VERSION).tar.gz PYTHON_SETUPTOOLS_RUST_SOURCE = setuptools_rust-$(PYTHON_SETUPTOOLS_RUST_VERSION).tar.gz
PYTHON_SETUPTOOLS_RUST_SITE = https://files.pythonhosted.org/packages/bc/c4/8d3d282cee60d3ea0369fa15ce27387810040360adb4133e31990a7a2aba PYTHON_SETUPTOOLS_RUST_SITE = https://files.pythonhosted.org/packages/0c/11/736cfe4ec795dbce001ebdcef5cab03de1727041c805c3a45c1bda9f54a1
PYTHON_SETUPTOOLS_RUST_SETUP_TYPE = setuptools PYTHON_SETUPTOOLS_RUST_SETUP_TYPE = setuptools
PYTHON_SETUPTOOLS_RUST_LICENSE = MIT PYTHON_SETUPTOOLS_RUST_LICENSE = MIT
PYTHON_SETUPTOOLS_RUST_LICENSE_FILES = LICENSE PYTHON_SETUPTOOLS_RUST_LICENSE_FILES = LICENSE