Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest
Commits:
e6d181bb by Daniel M. Capella at 2024-06-04T15:04:18-04:00
upgpkg: 1:8.2.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pytest
pkgdesc = Simple powerful testing with Python
- pkgver = 8.2.1
+ pkgver = 8.2.2
pkgrel = 1
epoch = 1
url = https://pytest.org/
@@ -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.2.1
- b2sums =
15e2a2c215616ccc142d1faf03cd07027bd6f79b4b75c6439842749429a94e4a175498b9364a25e390dc63ebad00e05c0eafe09acf9e25410d7d940856fc02b1
+ source = git+https://github.com/pytest-dev/pytest.git#tag=8.2.2
+ b2sums =
e56362156e3e752872c63cf8df01744b09e35a38f65a58fa44f88b824dc51186274187834ad9667a79b3b3601761fdee4e1a82e0cfd7862f35fe82802e6f57d7
pkgname = python-pytest
=====================================
PKGBUILD
=====================================
@@ -4,14 +4,18 @@
pkgname=python-pytest
_name=${pkgname#python-}
-pkgver=8.2.1
+pkgver=8.2.2
pkgrel=1
epoch=1
pkgdesc="Simple powerful testing with Python"
arch=('any')
url="https://pytest.org/"
license=('MIT')
-depends=('python-iniconfig' 'python-packaging' 'python-pluggy')
+depends=(
+ 'python-iniconfig'
+ 'python-packaging'
+ 'python-pluggy'
+)
makedepends=(
'git'
'python-build'
@@ -38,7 +42,7 @@ checkdepends=(
'python-twisted'
)
source=("git+https://github.com/$_name-dev/$_name.git#tag=$pkgver")
-b2sums=('15e2a2c215616ccc142d1faf03cd07027bd6f79b4b75c6439842749429a94e4a175498b9364a25e390dc63ebad00e05c0eafe09acf9e25410d7d940856fc02b1')
+b2sums=('e56362156e3e752872c63cf8df01744b09e35a38f65a58fa44f88b824dc51186274187834ad9667a79b3b3601761fdee4e1a82e0cfd7862f35fe82802e6f57d7')
build() {
cd "$_name"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest/-/commit/e6d181bb4525361ca8d33f71e1911c44d56575bd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest/-/commit/e6d181bb4525361ca8d33f71e1911c44d56575bd
You're receiving this email because of your account on gitlab.archlinux.org.