Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / uv


Commits:
feb6eaba by Caleb Maclennan at 2025-05-01T15:17:42+03:00
upgpkg: 0.7.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = uv
        pkgdesc = An extremely fast Python package installer and resolver 
written in Rust
-       pkgver = 0.7.1
+       pkgver = 0.7.2
        pkgrel = 1
        url = https://github.com/astral-sh/uv
        arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = uv
        depends = zlib
        depends = bzip2
        options = !lto
-       source = git+https://github.com/astral-sh/uv.git#tag=0.7.1
-       sha256sums = 
f9d48488cd56453ffe6223f14d2a266cf245b17da5726047fbf5364ec5f485f1
+       source = git+https://github.com/astral-sh/uv.git#tag=0.7.2
+       sha256sums = 
c8b4b89ced7aa83483549929323e32e4b3823875aa67a50b178b82cdc7620097
 
 pkgname = uv
 


=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
 
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase")
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc='An extremely fast Python package installer and resolver written in 
Rust'
 arch=('x86_64')
@@ -23,7 +23,7 @@ makedepends=('cargo' 'maturin' 'python-installer' 'cmake' 
'git')
 checkdepends=('python' 'python-zstandard' 'libxcrypt-compat' 'clang')
 options=('!lto')
 source=("git+$url.git#tag=$pkgver")
-sha256sums=('f9d48488cd56453ffe6223f14d2a266cf245b17da5726047fbf5364ec5f485f1')
+sha256sums=('c8b4b89ced7aa83483549929323e32e4b3823875aa67a50b178b82cdc7620097')
 
 prepare() {
   cd "$pkgbase"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/feb6eabaef0ece4159901315ac0ae6139898aff1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/feb6eabaef0ece4159901315ac0ae6139898aff1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to