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


Commits:
07640bef by Caleb Maclennan at 2024-04-27T21:10:08+03:00
upgpkg: 0.1.39-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.1.38
-       pkgrel = 2
+       pkgver = 0.1.39
+       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.1.38
-       sha256sums = 
a71eddafde835143ab0cddb58904995ab7c518878b4f4205284c186658cfac8e
+       source = git+https://github.com/astral-sh/uv.git#tag=0.1.39
+       sha256sums = 
de79658da46df4d436469daae58ffaade3603aa96f80e2d1d8d2bb372ef7139e
 
 pkgname = uv
 


=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@
 
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase")
-pkgver=0.1.38
-pkgrel=2
+pkgver=0.1.39
+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=('a71eddafde835143ab0cddb58904995ab7c518878b4f4205284c186658cfac8e')
+sha256sums=('de79658da46df4d436469daae58ffaade3603aa96f80e2d1d8d2bb372ef7139e')
 
 prepare() {
   cd "$pkgbase"



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/07640befd73c6798e646623beb71aabbd183026e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to