author | Daniel M. Capella
<polyzen@archlinux.org> 2024-07-20 18:03:38 UTC |
committer | Daniel M. Capella
<polyzen@archlinux.org> 2024-07-20 18:03:38 UTC |
parent | e6d181bb4525361ca8d33f71e1911c44d56575bd |
.SRCINFO | +4 | -4 |
PKGBUILD | +29 | -29 |
diff --git a/.SRCINFO b/.SRCINFO index 9f08574..6ade319 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 7e8bad1..a12bbb1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,48 +1,48 @@ -# Maintainer: Felix Yan <felixonmars@archlinux.org> # Maintainer: Daniel M. Capella <polyzen@archlinux.org> +# Contributor: Felix Yan <felixonmars@archlinux.org> # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> 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"