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


Commits:
ca3e91b9 by Caleb Maclennan at 2024-09-20T13:33:37+03:00
upgpkg: 0.4.13-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.4.12
+       pkgver = 0.4.13
        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.4.12
-       sha256sums = 
4030607c721307ef423b4f7036bdaf41d8955e1182260df93fd2698254504e48
+       source = git+https://github.com/astral-sh/uv.git#tag=0.4.13
+       sha256sums = 
f37abfc1246dd77bba4ce836a438427ca46d80944bf910f54a3945a32b6515a2
 
 pkgname = uv
 


=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
 
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase")
-pkgver=0.4.12
+pkgver=0.4.13
 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=('4030607c721307ef423b4f7036bdaf41d8955e1182260df93fd2698254504e48')
+sha256sums=('f37abfc1246dd77bba4ce836a438427ca46d80944bf910f54a3945a32b6515a2')
 
 prepare() {
   cd "$pkgbase"



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

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


Reply via email to