kpcyrd pushed to branch main at Arch Linux / Packaging / Packages /
python-plumbum
Commits:
ab04bab4 by kpcyrd at 2024-10-05T13:49:32+02:00
upgpkg: 1.9.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-plumbum
pkgdesc = A small yet feature-rich Python library for shell script-like
programs, and more
- pkgver = 1.8.3
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/tomerfiliba/plumbum
arch = any
@@ -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.3.tar.gz
- sha512sums =
e59dd98939739636c3f1541e24f3c5a4b0c9bbe54b77d378875a57f167ca1916adbca6b33c7779d37e5daebd949c9a9d77bfffc404e55d319027658b5a504088
- b2sums =
7c3df70e5bcaf5dfd9c6898f0d2044c647f08a4eaa0eb6bcb616c9971edfc20aa7651dc70a193e06c1d1f97b155a86a6d93d14622ff40da1328b1aa0e6534e6b
+ source =
https://files.pythonhosted.org/packages/source/p/plumbum/plumbum-1.9.0.tar.gz
+ sha512sums =
afa0436e19ddea192ac7d33a3cdede6a86c801288d6678c9d9daa110ea049b14bc388fe4eb27e172d66595de282648b966043bed8f4c282350753afdf38e14de
+ b2sums =
eb155511c3726b7b7e564da05ab58294ffdbe9806599d8adbd0a05ffc9cf096a6c551f5d1ef0b9a781a13435e47a6598c90c04d90c852f8536c665d2bfbb58d9
pkgname = python-plumbum
=====================================
PKGBUILD
=====================================
@@ -2,17 +2,24 @@
pkgname=python-plumbum
_name=plumbum
-pkgver=1.8.3
+pkgver=1.9.0
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')
license=('MIT')
-depends=('python')
-makedepends=('python-build' 'python-hatch-vcs' 'python-hatchling'
'python-installer')
+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=('e59dd98939739636c3f1541e24f3c5a4b0c9bbe54b77d378875a57f167ca1916adbca6b33c7779d37e5daebd949c9a9d77bfffc404e55d319027658b5a504088')
-b2sums=('7c3df70e5bcaf5dfd9c6898f0d2044c647f08a4eaa0eb6bcb616c9971edfc20aa7651dc70a193e06c1d1f97b155a86a6d93d14622ff40da1328b1aa0e6534e6b')
+sha512sums=('afa0436e19ddea192ac7d33a3cdede6a86c801288d6678c9d9daa110ea049b14bc388fe4eb27e172d66595de282648b966043bed8f4c282350753afdf38e14de')
+b2sums=('eb155511c3726b7b7e564da05ab58294ffdbe9806599d8adbd0a05ffc9cf096a6c551f5d1ef0b9a781a13435e47a6598c90c04d90c852f8536c665d2bfbb58d9')
build() {
cd "${_name}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-plumbum/-/commit/ab04bab441e04157a3e46202409015cc0fe7218f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-plumbum/-/commit/ab04bab441e04157a3e46202409015cc0fe7218f
You're receiving this email because of your account on gitlab.archlinux.org.