kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / 
python-plumbum


Commits:
a9cca460 by kpcyrd at 2024-04-29T11:13:51+02:00
upgpkg: 1.8.3-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-plumbum
        pkgdesc = A small yet feature-rich Python library for shell script-like 
programs, and more
-       pkgver = 1.8.2
-       pkgrel = 2
+       pkgver = 1.8.3
+       pkgrel = 1
        url = https://github.com/tomerfiliba/plumbum
        arch = any
        license = MIT
@@ -10,8 +10,8 @@ pkgbase = python-plumbum
        makedepends = python-hatchling
        makedepends = python-installer
        depends = python
-       source = 
https://files.pythonhosted.org/packages/source/p/plumbum/plumbum-1.8.2.tar.gz
-       sha512sums = 
636d10ea1c727cb24d4692537f3c0005077f86c3d9d2ae244f86ef5dd9621f8b51e0b5efffaa7acf66d6ba5552fddd641d4a1796c7fd760ac0a27d029f685c20
-       b2sums = 
d21a105d9919f70ad480d5de7ce157f2ae6c56cd248a2b70ad037c83a5e4b56bd8bdb3d9587860db383b04dd6528828426b47895c345f8bf7dc4931310be343d
+       source = 
https://files.pythonhosted.org/packages/source/p/plumbum/plumbum-1.8.3.tar.gz
+       sha512sums = 
e59dd98939739636c3f1541e24f3c5a4b0c9bbe54b77d378875a57f167ca1916adbca6b33c7779d37e5daebd949c9a9d77bfffc404e55d319027658b5a504088
+       b2sums = 
7c3df70e5bcaf5dfd9c6898f0d2044c647f08a4eaa0eb6bcb616c9971edfc20aa7651dc70a193e06c1d1f97b155a86a6d93d14622ff40da1328b1aa0e6534e6b
 
 pkgname = python-plumbum


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,5 @@
+[python-plumbum]
+source = "github"
+github = "tomerfiliba/plumbum"
+prefix = "v"
+use_latest_release = true


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 pkgname=python-plumbum
 _name=plumbum
-pkgver=1.8.2
-pkgrel=2
+pkgver=1.8.3
+pkgrel=1
 pkgdesc='A small yet feature-rich Python library for shell script-like 
programs, and more'
 url='https://github.com/tomerfiliba/plumbum'
 arch=('any')
@@ -11,8 +11,8 @@ license=('MIT')
 depends=('python')
 makedepends=('python-build' 'python-hatch-vcs' 'python-hatchling' 
'python-installer')
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('636d10ea1c727cb24d4692537f3c0005077f86c3d9d2ae244f86ef5dd9621f8b51e0b5efffaa7acf66d6ba5552fddd641d4a1796c7fd760ac0a27d029f685c20')
-b2sums=('d21a105d9919f70ad480d5de7ce157f2ae6c56cd248a2b70ad037c83a5e4b56bd8bdb3d9587860db383b04dd6528828426b47895c345f8bf7dc4931310be343d')
+sha512sums=('e59dd98939739636c3f1541e24f3c5a4b0c9bbe54b77d378875a57f167ca1916adbca6b33c7779d37e5daebd949c9a9d77bfffc404e55d319027658b5a504088')
+b2sums=('7c3df70e5bcaf5dfd9c6898f0d2044c647f08a4eaa0eb6bcb616c9971edfc20aa7651dc70a193e06c1d1f97b155a86a6d93d14622ff40da1328b1aa0e6534e6b')
 
 build() {
   cd "${_name}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-plumbum/-/commit/a9cca460e36ec03838f596d56881cc9ae8f18b02

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


Reply via email to