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


Commits:
2364b1d8 by Caleb Maclennan at 2026-01-06T16:51:08+03:00
upgpkg: 0.9.22-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.9.21
-       pkgrel = 2
+       pkgver = 0.9.22
+       pkgrel = 1
        url = https://github.com/astral-sh/uv
        arch = x86_64
        license = MIT
@@ -16,8 +16,8 @@ pkgbase = uv
        depends = gcc-libs
        depends = glibc
        options = !lto
-       source = git+https://github.com/astral-sh/uv.git#tag=0.9.21
-       sha256sums = 
292fd0b43afb595c10f6a844aa53f82b876f8277c053daacff0448e9d40e2ffd
+       source = git+https://github.com/astral-sh/uv.git#tag=0.9.22
+       sha256sums = 
e4e3aca644b08f58c9ba317fe8552fe93686feec052b4f5b40d4f4bf64492d5e
 
 pkgname = uv
        depends = gcc-libs
@@ -27,7 +27,7 @@ pkgname = uv
 pkgname = python-uv
        pkgdesc = An extremely fast Python package installer and resolver 
written in Rust - Python wrapper
        depends = python
-       depends = uv=0.9.21
+       depends = uv=0.9.22
 
 pkgname = python-uv-build
        pkgdesc = An extremely fast Python package installer and resolver 
written in Rust - Python build backend


=====================================
PKGBUILD
=====================================
@@ -8,8 +8,8 @@
 
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase"{,-build})
-pkgver=0.9.21
-pkgrel=2
+pkgver=0.9.22
+pkgrel=1
 pkgdesc='An extremely fast Python package installer and resolver written in 
Rust'
 arch=('x86_64')
 url="https://github.com/astral-sh/uv";
@@ -29,7 +29,7 @@ makedepends=(
 )
 options=('!lto')
 source=("git+$url.git#tag=$pkgver")
-sha256sums=('292fd0b43afb595c10f6a844aa53f82b876f8277c053daacff0448e9d40e2ffd')
+sha256sums=('e4e3aca644b08f58c9ba317fe8552fe93686feec052b4f5b40d4f4bf64492d5e')
 
 prepare() {
   cd "$pkgbase"



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

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


Reply via email to