pytest-runner: Update to 5.3.2

This commit is contained in:
Christoph Reiter
2022-07-03 09:28:51 +02:00
parent 1c70af3831
commit ebbca8db7f

View File

@@ -3,8 +3,8 @@
_realname=pytest-runner
pkgbase=python-${_realname}
pkgname=("python-${_realname}")
pkgver=5.2
pkgrel=4
pkgver=5.3.2
pkgrel=1
pkgdesc="Invoke py.test as distutils command with dependency resolution"
arch=('any')
license=('MIT')
@@ -14,8 +14,8 @@ makedepends=('python-setuptools-scm')
provides=("python3-${_realname}")
replaces=("python3-${_realname}")
conflicts=("python3-${_realname}")
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-runner/archive/${pkgver}.tar.gz")
sha512sums=('0ce9c191481ab97795d0f45bdea7669cb61c3ac6aac476954d34c3e09e6fb08fd6bf73f192c014cb7ff2bd90dbfeb0f01d9a9ba7a9c6caeb371e40b42b558d63')
source=("https://pypi.org/packages/source/p/pytest-runner/pytest-runner-$pkgver.tar.gz")
sha512sums=('477a307233667be56a5df2c8094eb6ac9235939ee78bbaea79e5d132888774705167cf4cef980c67939a6bfdbaf17396b8f76646aad8b07bb200e200a81440c2')
prepare() {
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver