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


Commits:
e1e2bb3b by Caleb Maclennan at 2024-08-22T17:11:47+03:00
upgpkg: 0.3.1-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.3.0
-       pkgrel = 2
+       pkgver = 0.3.1
+       pkgrel = 1
        url = https://github.com/astral-sh/uv
        arch = x86_64
        license = MIT
@@ -20,8 +20,8 @@ pkgbase = uv
        depends = zlib
        depends = libz.so
        options = !lto
-       source = git+https://github.com/astral-sh/uv.git#tag=0.3.0
-       sha256sums = 
cd8d94352114f1dd9a0f92711af6843cfbbb868a76347aec1369ffffed118aa5
+       source = git+https://github.com/astral-sh/uv.git#tag=0.3.1
+       sha256sums = 
2bf791afbc8d5851bbff50095f8825ca75d4053b5d64ca310200746765e56e23
 
 pkgname = uv
 


=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@
 
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase")
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
 pkgdesc='An extremely fast Python package installer and resolver written in 
Rust'
 arch=('x86_64')
 url="https://github.com/astral-sh/uv";
@@ -20,7 +20,7 @@ makedepends=('cargo' 'maturin' 'python-installer' 'cmake' 
'git')
 checkdepends=('python' 'python-zstandard' 'libxcrypt-compat' 'clang')
 options=('!lto')
 source=("git+$url.git#tag=$pkgver")
-sha256sums=('cd8d94352114f1dd9a0f92711af6843cfbbb868a76347aec1369ffffed118aa5')
+sha256sums=('2bf791afbc8d5851bbff50095f8825ca75d4053b5d64ca310200746765e56e23')
 
 prepare() {
   cd "$pkgbase"



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

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


Reply via email to