aboutsummaryrefslogtreecommitdiff
path: root/python/python3-uv_build/python3-uv_build.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-uv_build/python3-uv_build.SlackBuild')
-rw-r--r--python/python3-uv_build/python3-uv_build.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/python/python3-uv_build/python3-uv_build.SlackBuild b/python/python3-uv_build/python3-uv_build.SlackBuild
index bfa7593f31..a90f65fb8a 100644
--- a/python/python3-uv_build/python3-uv_build.SlackBuild
+++ b/python/python3-uv_build/python3-uv_build.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-uv_build
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-0.9.7}
+VERSION=${VERSION:-0.9.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -77,10 +77,6 @@ find . ! -type l -a \
\( -perm /111 -a ! -perm 755 -a -exec chmod -f 755 {} + \) -o \
\( ! -perm /111 -a ! -perm 644 -a -exec chmod -f 644 {} + \)
-# patch to not include patched git builds which require network
-# https://build.opensuse.org/projects/devel:languages:python/packages/python-uv-build/files/no-git-patch-builds.patch
-patch -p1 -i $CWD/no-git-patch-builds.patch
-
# disable new feature in maturin that would install rust automagically
# to a temp dir if rust-opt is not installed
export MATURIN_NO_INSTALL_RUST=1