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


Commits:
137f350d by Caleb Maclennan at 2024-11-20T13:25:32+03:00
upgpkg: 0.5.3-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.5.2
+       pkgver = 0.5.3
        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.5.2
-       sha256sums = 
e980fac5ec16ee68a59e3523520e56896017249f810b760ca2e3c8e8403d05c4
+       source = git+https://github.com/astral-sh/uv.git#tag=0.5.3
+       sha256sums = 
4e2baeb781fbb7735597f0a9b308a2064e77511680d664caa18a0249bdee334f
 
 pkgname = uv
 


=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
 
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase")
-pkgver=0.5.2
+pkgver=0.5.3
 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=('e980fac5ec16ee68a59e3523520e56896017249f810b760ca2e3c8e8403d05c4')
+sha256sums=('4e2baeb781fbb7735597f0a9b308a2064e77511680d664caa18a0249bdee334f')
 
 prepare() {
   cd "$pkgbase"



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

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


Reply via email to