python3-pytest-xdist: update to 3.6.0.
This commit is contained in:
parent
0dee29f591
commit
a6d1a158f8
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pytest-xdist'
|
||||
pkgname=python3-pytest-xdist
|
||||
version=3.5.0
|
||||
version=3.6.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||
|
@ -11,8 +11,8 @@ maintainer="classabbyamp <void@placeviolette.net>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/pytest-dev/pytest-xdist"
|
||||
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-xdist/master/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/p/pytest-xdist/pytest-xdist-${version}.tar.gz"
|
||||
checksum=cbb36f3d67e0c478baa57fa4edc8843887e0f6cfc42d677530a36d7472b32d8a
|
||||
distfiles="${PYPI_SITE}/p/pytest-xdist/pytest_xdist-${version}.tar.gz"
|
||||
checksum=2bf346fb1f1481c8d255750f80bc1dfb9fb18b9ad5286ead0b741b6fd56d15b7
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue