aboutsummaryrefslogtreecommitdiff
path: root/python/python3-uv_build
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-uv_build')
-rw-r--r--python/python3-uv_build/no-git-patch-builds.patch21
-rw-r--r--python/python3-uv_build/python3-uv_build.SlackBuild6
-rw-r--r--python/python3-uv_build/python3-uv_build.info10
3 files changed, 6 insertions, 31 deletions
diff --git a/python/python3-uv_build/no-git-patch-builds.patch b/python/python3-uv_build/no-git-patch-builds.patch
deleted file mode 100644
index e70edaee33..0000000000
--- a/python/python3-uv_build/no-git-patch-builds.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: uv_build-0.8.22/Cargo.toml
-===================================================================
---- uv_build-0.8.22.orig/Cargo.toml
-+++ uv_build-0.8.22/Cargo.toml
-@@ -153,8 +153,6 @@ regex = { version = "1.10.6" }
- regex-automata = { version = "0.4.8", default-features = false, features = ["dfa-build", "dfa-search", "perf", "std", "syntax"] }
- reqsign = { version = "0.17.0", features = ["aws", "default-context"], default-features = false }
- reqwest = { version = "0.12.22", default-features = false, features = ["json", "gzip", "deflate", "zstd", "stream", "system-proxy", "rustls-tls", "rustls-tls-native-roots", "socks", "multipart", "http2", "blocking"] }
--reqwest-middleware = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "7650ed76215a962a96d94a79be71c27bffde7ab2", features = ["multipart"] }
--reqwest-retry = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "7650ed76215a962a96d94a79be71c27bffde7ab2" }
- rkyv = { version = "0.8.8", features = ["bytecheck"] }
- rmp-serde = { version = "1.3.0" }
- rust-netrc = { version = "0.1.2" }
-@@ -326,7 +324,3 @@ codegen-units = 1
- # The profile that 'cargo dist' will build with.
- [profile.dist]
- inherits = "release"
--
--[patch.crates-io]
--reqwest-middleware = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "7650ed76215a962a96d94a79be71c27bffde7ab2" }
--reqwest-retry = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "7650ed76215a962a96d94a79be71c27bffde7ab2" }
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
diff --git a/python/python3-uv_build/python3-uv_build.info b/python/python3-uv_build/python3-uv_build.info
index 8b8aadc913..204750d0f0 100644
--- a/python/python3-uv_build/python3-uv_build.info
+++ b/python/python3-uv_build/python3-uv_build.info
@@ -1,10 +1,10 @@
PRGNAM="python3-uv_build"
-VERSION="0.9.7"
+VERSION="0.9.13"
HOMEPAGE="https://docs.astral.sh/uv/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/u/uv_build/uv_build-0.9.7.tar.gz \
- https://slackware.uk/~fourtysixandtwo/src/uv_build-vendored-sources-0.9.7-1.tar.xz"
-MD5SUM="68d77928ecd7c0033385c375f53799cc \
- 16902021c49180fa5be1a1d76b81b585"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/u/uv_build/uv_build-0.9.13.tar.gz \
+ https://slackware.uk/~fourtysixandtwo/src/uv_build-vendored-sources-0.9.13-1.tar.xz"
+MD5SUM="683b38fa40e1a32b4cb78589390663c6 \
+ 0aca511474f71e20f9c143a78cef8c1c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-maturin"