Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest
Commits:
74da15e4 by Daniel M. Capella at 2024-05-20T00:46:49-04:00
upgpkg: 1:8.2.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytest
pkgdesc = Simple powerful testing with Python
- pkgver = 8.1.2
- pkgrel = 2
+ pkgver = 8.2.1
+ pkgrel = 1
epoch = 1
url = https://pytest.org/
arch = any
@@ -29,7 +29,7 @@ pkgbase = python-pytest
depends = python-iniconfig
depends = python-packaging
depends = python-pluggy
- source = git+https://github.com/pytest-dev/pytest.git#tag=8.1.2
- b2sums =
74f95f0db4530db4a1a7bfa7e9a00ba1ca85de225c6e67015beff37de217ff3f69037c8fccc863a6f500d9e19d1ab61ba552175324e42148afb5d22696ede2cd
+ source = git+https://github.com/pytest-dev/pytest.git#tag=8.2.1
+ b2sums =
15e2a2c215616ccc142d1faf03cd07027bd6f79b4b75c6439842749429a94e4a175498b9364a25e390dc63ebad00e05c0eafe09acf9e25410d7d940856fc02b1
pkgname = python-pytest
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
pkgname=python-pytest
_name=${pkgname#python-}
-pkgver=8.1.2
-pkgrel=2
+pkgver=8.2.1
+pkgrel=1
epoch=1
pkgdesc="Simple powerful testing with Python"
arch=('any')
@@ -38,7 +38,7 @@ checkdepends=(
'python-twisted'
)
source=("git+https://github.com/$_name-dev/$_name.git#tag=$pkgver")
-b2sums=('74f95f0db4530db4a1a7bfa7e9a00ba1ca85de225c6e67015beff37de217ff3f69037c8fccc863a6f500d9e19d1ab61ba552175324e42148afb5d22696ede2cd')
+b2sums=('15e2a2c215616ccc142d1faf03cd07027bd6f79b4b75c6439842749429a94e4a175498b9364a25e390dc63ebad00e05c0eafe09acf9e25410d7d940856fc02b1')
build() {
cd "$_name"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest/-/commit/74da15e42adfc7c36fa5200e5cd2f6ce1da6adf6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest/-/commit/74da15e42adfc7c36fa5200e5cd2f6ce1da6adf6
You're receiving this email because of your account on gitlab.archlinux.org.