Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-pluggy
Commits:
416c6055 by Daniel M. Capella at 2024-05-20T00:46:11-04:00
upgpkg: 1.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pluggy
pkgdesc = Plugin and hook calling mechanisms for python
- pkgver = 1.4.0
- pkgrel = 4
+ pkgver = 1.5.0
+ pkgrel = 1
url = https://github.com/pytest-dev/pluggy
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-pluggy
makedepends = python-installer
makedepends = python-wheel
depends = python
- source =
git+https://github.com/pytest-dev/pluggy.git#commit=2efd28ef5dcd8b7ad44a41777ce640debbbf9c39
- sha512sums = SKIP
+ source = git+https://github.com/pytest-dev/pluggy.git#tag=1.5.0
+ sha512sums =
101873bef7d3c7dd76df7007e9d0d536670934ee6037214ccff16e4afc656a54bf77fa5394b75094a59fef0f667155ab5a29e5502bcf09ca116c8f719ed199fe
pkgname = python-pluggy
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-pluggy
-pkgver=1.4.0
-_commit=2efd28ef5dcd8b7ad44a41777ce640debbbf9c39
-pkgrel=4
+pkgver=1.5.0
+pkgrel=1
pkgdesc="Plugin and hook calling mechanisms for python"
arch=('any')
url="https://github.com/pytest-dev/pluggy"
@@ -11,8 +10,8 @@ license=('MIT')
depends=('python')
makedepends=('git' 'python-setuptools-scm' 'python-setuptools' 'python-build'
'python-installer' 'python-wheel')
checkdepends=('python-pytest')
-source=("git+https://github.com/pytest-dev/pluggy.git#commit=$_commit")
-sha512sums=('SKIP')
+source=("git+https://github.com/pytest-dev/pluggy.git#tag=$pkgver")
+sha512sums=('101873bef7d3c7dd76df7007e9d0d536670934ee6037214ccff16e4afc656a54bf77fa5394b75094a59fef0f667155ab5a29e5502bcf09ca116c8f719ed199fe')
build() {
cd pluggy
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pluggy/-/commit/416c60551045012c02ec75f53f255e9f4855e0f5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pluggy/-/commit/416c60551045012c02ec75f53f255e9f4855e0f5
You're receiving this email because of your account on gitlab.archlinux.org.