Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest
Commits:
2a696d5d by Daniel M. Capella at 2024-07-20T14:03:38-04:00
upgpkg: 1:8.3.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,9 +1,9 @@
pkgbase = python-pytest
pkgdesc = Simple powerful testing with Python
- pkgver = 8.2.2
+ pkgver = 8.3.1
pkgrel = 1
epoch = 1
- url = https://pytest.org/
+ url = https://docs.pytest.org
arch = any
license = MIT
checkdepends = python-argcomplete
@@ -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.2
- b2sums =
e56362156e3e752872c63cf8df01744b09e35a38f65a58fa44f88b824dc51186274187834ad9667a79b3b3601761fdee4e1a82e0cfd7862f35fe82802e6f57d7
+ source = git+https://github.com/pytest-dev/pytest.git#tag=8.3.1
+ b2sums =
2c43a9f409e70232d25a0448ce454f39669c49eb399572bb7c532babeaeb5e55c219e4c16e45120fdfd71f6257dddce7699449a39ee996dab3544d9a4d2b6050
pkgname = python-pytest
=====================================
PKGBUILD
=====================================
@@ -1,48 +1,48 @@
-# Maintainer: Felix Yan <[email protected]>
# Maintainer: Daniel M. Capella <[email protected]>
+# Contributor: Felix Yan <[email protected]>
# Contributor: Felix Kaiser <[email protected]>
pkgname=python-pytest
_name=${pkgname#python-}
-pkgver=8.2.2
+pkgver=8.3.1
pkgrel=1
epoch=1
pkgdesc="Simple powerful testing with Python"
-arch=('any')
-url="https://pytest.org/"
-license=('MIT')
+arch=(any)
+url=https://docs.pytest.org
+license=(MIT)
depends=(
- 'python-iniconfig'
- 'python-packaging'
- 'python-pluggy'
+ python-iniconfig
+ python-packaging
+ python-pluggy
)
makedepends=(
- 'git'
- 'python-build'
- 'python-installer'
- 'python-setuptools'
- 'python-setuptools-scm'
- 'python-wheel'
+ git
+ python-build
+ python-installer
+ python-setuptools
+ python-setuptools-scm
+ python-wheel
)
checkdepends=(
- 'python-argcomplete'
- 'python-attrs'
- 'python-hypothesis'
- 'python-pygments'
- 'python-requests'
- 'python-xmlschema'
+ python-argcomplete
+ python-attrs
+ python-hypothesis
+ python-pygments
+ python-requests
+ python-xmlschema
# Unlisted, but actually used. Check again after a while:
- 'lsof'
- 'python-decorator'
- 'python-docutils'
- 'python-jinja'
- 'python-numpy'
- 'python-pexpect'
- 'python-pytest-xdist'
- 'python-twisted'
+ lsof
+ python-decorator
+ python-docutils
+ python-jinja
+ python-numpy
+ python-pexpect
+ python-pytest-xdist
+ python-twisted
)
source=("git+https://github.com/$_name-dev/$_name.git#tag=$pkgver")
-b2sums=('e56362156e3e752872c63cf8df01744b09e35a38f65a58fa44f88b824dc51186274187834ad9667a79b3b3601761fdee4e1a82e0cfd7862f35fe82802e6f57d7')
+b2sums=('2c43a9f409e70232d25a0448ce454f39669c49eb399572bb7c532babeaeb5e55c219e4c16e45120fdfd71f6257dddce7699449a39ee996dab3544d9a4d2b6050')
build() {
cd "$_name"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest/-/commit/2a696d5dd1f5ab67b0979369ac5a07871c12a197
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest/-/commit/2a696d5dd1f5ab67b0979369ac5a07871c12a197
You're receiving this email because of your account on gitlab.archlinux.org.