diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-09-08 16:56:20 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-14 23:36:57 +0700 |
commit | 9ca3bc62eb3e9eec148c23798c71e05616e9a402 (patch) | |
tree | d8ad776f58f78ca9e4ef50dbc835bc4a7cf180df /python/python3-setuptools-rust-opt | |
parent | 1b6577c6eabb8ebdcf4c546536684b57f401c453 (diff) |
python/python3-setuptools-rust-opt: Updated for version 1.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-setuptools-rust-opt')
-rw-r--r-- | python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.SlackBuild b/python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.SlackBuild index 500539769b..eacfd59ce3 100644 --- a/python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.SlackBuild +++ b/python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-setuptools-rust-opt -SRCNAM=setuptools-rust -VERSION=${VERSION:-1.9.0} +SRCNAM=setuptools_rust +VERSION=${VERSION:-1.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.info b/python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.info index 23468c03d3..b44b25127a 100644 --- a/python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.info +++ b/python/python3-setuptools-rust-opt/python3-setuptools-rust-opt.info @@ -1,8 +1,8 @@ PRGNAM="python3-setuptools-rust-opt" -VERSION="1.9.0" +VERSION="1.10.1" HOMEPAGE="https://github.com/PyO3/setuptools-rust/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools-rust/setuptools-rust-1.9.0.tar.gz" -MD5SUM="e3be6366d0d71304ca859edca3c89606" +DOWNLOAD="https://files.pythonhosted.org/packages/source/s/setuptools_rust/setuptools_rust-1.10.1.tar.gz" +MD5SUM="d92da96159f470af8a15da8ddef1975e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt python3-typing-extensions python3-semantic-version" |