aboutsummaryrefslogtreecommitdiff
path: root/python/python3-uv
diff options
context:
space:
mode:
authorAntonio Leal <antonioleal@yahoo.com>2025-09-20 08:58:46 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-09-21 00:33:22 +0700
commit2ef6f96ac3c94602584b02412dcb197867926784 (patch)
tree4c9c78bfa4e965c7a18b0de946de9c83ec4f0496 /python/python3-uv
parent5ec0bbbbc4b4f908d61360e57164a71332bd526a (diff)
python/python3-uv: Updated for version 0.8.19
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-uv')
-rw-r--r--python/python3-uv/python3-uv.SlackBuild6
-rw-r--r--python/python3-uv/python3-uv.info10
2 files changed, 8 insertions, 8 deletions
diff --git a/python/python3-uv/python3-uv.SlackBuild b/python/python3-uv/python3-uv.SlackBuild
index 59278b59e2..7efce5d68a 100644
--- a/python/python3-uv/python3-uv.SlackBuild
+++ b/python/python3-uv/python3-uv.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-uv
-VERSION=${VERSION:-0.8.18}
+VERSION=${VERSION:-0.8.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -66,9 +66,9 @@ PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages/
if [ "$ARCH" = "x86_64" ]; then
- python3 -m installer --destdir "$PKG" "$CWD/uv-0.8.18-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
+ python3 -m installer --destdir "$PKG" "$CWD/uv-0.8.19-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
elif [ "$ARCH" = "i586" ]; then
- python3 -m installer --destdir "$PKG" "$CWD/uv-0.8.18-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl"
+ python3 -m installer --destdir "$PKG" "$CWD/uv-0.8.19-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl"
fi
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/python/python3-uv/python3-uv.info b/python/python3-uv/python3-uv.info
index 3bc110779f..34c6aa5ecb 100644
--- a/python/python3-uv/python3-uv.info
+++ b/python/python3-uv/python3-uv.info
@@ -1,10 +1,10 @@
PRGNAM="python3-uv"
-VERSION="0.8.18"
+VERSION="0.8.19"
HOMEPAGE="https://github.com/astral-sh/uv"
-DOWNLOAD="https://files.pythonhosted.org/packages/fc/0f/e46774ee081c56632acc4f8c3c35ddb3ce4bc0e8535da8907ce4623aedb2/uv-0.8.18-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl"
-MD5SUM="d7128eb40722a138b405c68f93937403"
-DOWNLOAD_x86_64="https://files.pythonhosted.org/packages/57/f6/b55bf6af76e3188d63db016a65c337fe23828d6b705e58412d526b748da1/uv-0.8.18-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
-MD5SUM_x86_64="fcd10ff8072c1abed2679e9b33760818"
+DOWNLOAD="https://files.pythonhosted.org/packages/e3/9d/5a5c1911ef45393b0116f9d9050fa6293814a8174f0faa22b3a0f323c60f/uv-0.8.19-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl"
+MD5SUM="f08443a1b5493f886c98ac926cf1274a"
+DOWNLOAD_x86_64="https://files.pythonhosted.org/packages/f8/f9/1c95510b46d94ea6a580ed923b1a06cff454c3bf2e6d9eababcea8d7f70d/uv-0.8.19-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
+MD5SUM_x86_64="ed3ac7d541837fb1b72e9f41fc9e8095"
REQUIRES="python3-lxml python3-installer"
MAINTAINER="Antonio Leal"
EMAIL="antonioleal@yahoo.com"