mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
package/python-setuptools-rust: bump version to 1.12.0
https://github.com/PyO3/setuptools-rust/blob/v1.12.0/CHANGELOG.md Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
parent
e3f62fca6a
commit
edac93a6c6
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# md5, sha256 from https://pypi.org/pypi/setuptools-rust/json
|
||||
md5 cc5c2cf6828af473951295d9f33bcf33 setuptools_rust-1.11.1.tar.gz
|
||||
sha256 7dabc4392252ced314b8050d63276e05fdc5d32398fc7d3cce1f6a6ac35b76c0 setuptools_rust-1.11.1.tar.gz
|
||||
md5 6ecee3d9f3ac646a52d60155022fd0d0 setuptools_rust-1.12.0.tar.gz
|
||||
sha256 d94a93f0c97751c17014565f07bdc324bee45d396cd1bba83d8e7af92b945f0c setuptools_rust-1.12.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 b20668c1590582b3882854050ccfbdb7aee1f71a1ffe9eacc4c5aeb08a14161b LICENSE
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SETUPTOOLS_RUST_VERSION = 1.11.1
|
||||
PYTHON_SETUPTOOLS_RUST_VERSION = 1.12.0
|
||||
PYTHON_SETUPTOOLS_RUST_SOURCE = setuptools_rust-$(PYTHON_SETUPTOOLS_RUST_VERSION).tar.gz
|
||||
PYTHON_SETUPTOOLS_RUST_SITE = https://files.pythonhosted.org/packages/e0/92/bf8589b1a2b6107cf9ec8daa9954c0b7620643fe1f37d31d75e572d995f5
|
||||
PYTHON_SETUPTOOLS_RUST_SITE = https://files.pythonhosted.org/packages/bc/c4/8d3d282cee60d3ea0369fa15ce27387810040360adb4133e31990a7a2aba
|
||||
PYTHON_SETUPTOOLS_RUST_SETUP_TYPE = setuptools
|
||||
PYTHON_SETUPTOOLS_RUST_LICENSE = MIT
|
||||
PYTHON_SETUPTOOLS_RUST_LICENSE_FILES = LICENSE
|
||||
|
|
|
|||
Loading…
Reference in a new issue