Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-userpath


Commits:
9e9dabc6 by Robin Candau at 2024-03-01T10:04:40+01:00
upgpkg: 1.9.2-1: New upstream release
https://github.com/ofek/userpath/releases/tag/v1.9.2

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,19 @@
+pkgbase = python-userpath
+       pkgdesc = Cross-platform tool for adding locations to the user PATH, no 
elevated privileges required!
+       pkgver = 1.9.2
+       pkgrel = 1
+       url = https://github.com/ofek/userpath
+       arch = any
+       license = MIT
+       checkdepends = python-pytest
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-hatchling
+       makedepends = python-wheel
+       depends = python
+       depends = python-click
+       depends = python-distro
+       source = 
python-userpath-1.9.2.tar.gz::https://github.com/ofek/userpath/archive/v1.9.2.tar.gz
+       sha512sums = 
8016ae08eb01526cd256cd3bf12eedc3abcaad225570d08c8ca051657a84ee7c75d9a8a07bcf229896fd450bd3577b1d81442d9af7fe4c1061a82d0cdfbcfad3
+
+pkgname = python-userpath


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 _pkgname=userpath
 pkgname=python-$_pkgname
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc='Cross-platform tool for adding locations to the user PATH, no 
elevated privileges required!'
 arch=('any')
@@ -13,7 +13,7 @@ depends=('python' 'python-click' 'python-distro')
 makedepends=('python-build' 'python-installer' 'python-hatchling' 
'python-wheel')
 checkdepends=('python-pytest')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('a98b000a0968f81131eb5a91822fda72bc38e6aa2b2a85be43974c37155cbf23aa2698dac1969f078bcca1ebcbc9bd5ef71e4437eae691b7358610bcc74859d5')
+sha512sums=('8016ae08eb01526cd256cd3bf12eedc3abcaad225570d08c8ca051657a84ee7c75d9a8a07bcf229896fd450bd3577b1d81442d9af7fe4c1061a82d0cdfbcfad3')
 
 build() {
   cd $_pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-userpath/-/commit/9e9dabc6526abb003152485da4905b02223786da

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


Reply via email to