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


Commits:
21541106 by Caleb Maclennan at 2026-05-06T09:57:01+03:00
upgpkg: 0.11.10-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.11.9
+       pkgver = 0.11.10
        pkgrel = 1
        url = https://github.com/astral-sh/uv
        arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = uv
        depends = gcc-libs
        depends = glibc
        options = !lto
-       source = git+https://github.com/astral-sh/uv.git#tag=0.11.9
-       sha256sums = 
663774336a67fb8da425bed01fed2f68c3d13f07f02f7b590cd336e5b5bf8dcc
+       source = git+https://github.com/astral-sh/uv.git#tag=0.11.10
+       sha256sums = 
52b298d3110aaa133eb7a71aae8455dcb0a2f2472ff81dfbdbdeda91321c6660
 
 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.11.9
+       depends = uv=0.11.10
 
 pkgname = python-uv-build
        pkgdesc = An extremely fast Python package installer and resolver 
written in Rust - Python build backend


=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
 
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase"{,-build})
-pkgver=0.11.9
+pkgver=0.11.10
 pkgrel=1
 pkgdesc='An extremely fast Python package installer and resolver written in 
Rust'
 arch=('x86_64')
@@ -29,7 +29,7 @@ makedepends=(
 )
 options=('!lto')
 source=("git+$url.git#tag=$pkgver")
-sha256sums=('663774336a67fb8da425bed01fed2f68c3d13f07f02f7b590cd336e5b5bf8dcc')
+sha256sums=('52b298d3110aaa133eb7a71aae8455dcb0a2f2472ff81dfbdbdeda91321c6660')
 
 prepare() {
   cd "$pkgbase"



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/2154110610f6c61e00a58485fde6920aad0ff108
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to