diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-07-28 03:37:00 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-03 15:05:23 +0700 |
commit | d5a45dae13c23806f4447f6638b251d0fb06d2e9 (patch) | |
tree | 5faa749ae263bda904aadbdf6850b486cdca5f37 | |
parent | c55924b8555685e501c560e708d0740c21d8810e (diff) |
python/python3-maturin: Updated for version 1.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-maturin/python3-maturin.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-maturin/python3-maturin.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-maturin/python3-maturin.SlackBuild b/python/python3-maturin/python3-maturin.SlackBuild index 3bd41a06ac3d8..7d1a69c8bd014 100644 --- a/python/python3-maturin/python3-maturin.SlackBuild +++ b/python/python3-maturin/python3-maturin.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-maturin SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-maturin/python3-maturin.info b/python/python3-maturin/python3-maturin.info index 6539cd7f6d135..e58964af1b687 100644 --- a/python/python3-maturin/python3-maturin.info +++ b/python/python3-maturin/python3-maturin.info @@ -1,10 +1,10 @@ PRGNAM="python3-maturin" -VERSION="1.6.0" +VERSION="1.7.0" HOMEPAGE="https://github.com/PyO3/maturin" -DOWNLOAD="https://files.pythonhosted.org/packages/source/m/maturin/maturin-1.6.0.tar.gz \ - https://slackware.uk/~fourtysixandtwo/src/maturin-vendored-sources-1.6.0-1.tar.xz" -MD5SUM="40b235d2fefc111aad969dfac3b6d6a2 \ - 6bba176f61554f0b0ccd22e2608e2f55" +DOWNLOAD="https://files.pythonhosted.org/packages/source/m/maturin/maturin-1.7.0.tar.gz \ + https://slackware.uk/~fourtysixandtwo/src/maturin-vendored-sources-1.7.0-1.tar.xz" +MD5SUM="047bf34e3e1eec5169e42ea421a4e55d \ + 957d6a98cd34a2cadaa0560eeb9e0c6d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="rust16 python3-setuptools-rust-opt" |