Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / uv
Commits:
a1515a66 by Caleb Maclennan at 2024-04-24T22:17:03+03:00
upgpkg: 0.1.38-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = uv
pkgdesc = An extremely fast Python package installer and resolver
written in Rust
- pkgver = 0.1.37
- pkgrel = 2
+ pkgver = 0.1.38
+ pkgrel = 1
url = https://github.com/astral-sh/uv
arch = x86_64
license = MIT
@@ -20,8 +20,8 @@ pkgbase = uv
depends = zlib
depends = libz.so
options = !lto
- source = git+https://github.com/astral-sh/uv.git#tag=0.1.37
- sha256sums =
f776257541fc36599e0438a312400914c788c46de64b4331e707b0a51481f4f6
+ source = git+https://github.com/astral-sh/uv.git#tag=0.1.38
+ sha256sums =
a71eddafde835143ab0cddb58904995ab7c518878b4f4205284c186658cfac8e
pkgname = uv
=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@
pkgbase=uv
pkgname=("$pkgbase" "python-$pkgbase")
-pkgver=0.1.37
-pkgrel=2
+pkgver=0.1.38
+pkgrel=1
pkgdesc='An extremely fast Python package installer and resolver written in
Rust'
arch=('x86_64')
url="https://github.com/astral-sh/uv"
@@ -20,7 +20,7 @@ makedepends=('cargo' 'maturin' 'python-installer' 'cmake'
'git')
checkdepends=('python' 'python-zstandard' 'libxcrypt-compat' 'clang')
options=('!lto')
source=("git+$url.git#tag=$pkgver")
-sha256sums=('f776257541fc36599e0438a312400914c788c46de64b4331e707b0a51481f4f6')
+sha256sums=('a71eddafde835143ab0cddb58904995ab7c518878b4f4205284c186658cfac8e')
prepare() {
cd "$pkgbase"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/a1515a66ccc3750a365e7786cf91c3980cc24494
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/a1515a66ccc3750a365e7786cf91c3980cc24494
You're receiving this email because of your account on gitlab.archlinux.org.