python3-pytest-localserver: update to 0.8.1.
This commit is contained in:
parent
f358f35262
commit
e29e71007e
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pytest-localserver'
|
# Template file for 'python3-pytest-localserver'
|
||||||
pkgname=python3-pytest-localserver
|
pkgname=python3-pytest-localserver
|
||||||
version=0.8.0
|
version=0.8.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
depends="python3-Werkzeug"
|
depends="python3-Werkzeug"
|
||||||
|
@ -12,7 +12,7 @@ license="MIT"
|
||||||
homepage="https://pypi.org/project/pytest-localserver/"
|
homepage="https://pypi.org/project/pytest-localserver/"
|
||||||
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-localserver/master/CHANGES"
|
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-localserver/master/CHANGES"
|
||||||
distfiles="${PYPI_SITE}/p/pytest-localserver/pytest-localserver-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pytest-localserver/pytest-localserver-${version}.tar.gz"
|
||||||
checksum=5d90ce7d085d741e759fa854dbd2e7c5b557321d695179894eb40e210ea2ff30
|
checksum=66569c34fef31a5750b16effd1cd1288a7a90b59155d005e7f916accd3dee4f1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue