python-pytest: update to 3.2.4.
This commit is contained in:
parent
7cf028cf2e
commit
8dbf8076e7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-pytest'
|
# Template file for 'python-pytest'
|
||||||
pkgname=python-pytest
|
pkgname=python-pytest
|
||||||
version=3.2.3
|
version=3.2.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname/python-//}-${version}"
|
wrksrc="${pkgname/python-//}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -12,7 +12,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://docs.pytest.org/en/latest/"
|
homepage="https://docs.pytest.org/en/latest/"
|
||||||
distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
|
||||||
checksum=27fa6617efc2869d3e969a3e75ec060375bfb28831ade8b5cdd68da3a741dc3c
|
checksum=f50c9d0e07f0b028f6046448cd7b66bd48ff4ed004641db3ea2898af3b9eaeee
|
||||||
alternatives="python-pytest:pytest:/usr/bin/pytest2"
|
alternatives="python-pytest:pytest:/usr/bin/pytest2"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue