python3-pytest-localserver: update to 0.7.1.
Ignore pre-release updates.
This commit is contained in:
parent
d549809b18
commit
0e68785f3f
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pytest-localserver'
|
||||
pkgname=python3-pytest-localserver
|
||||
version=0.7.0
|
||||
version=0.7.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
|
@ -12,7 +12,7 @@ license="MIT"
|
|||
homepage="https://pypi.org/project/pytest-localserver/"
|
||||
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-localserver/master/CHANGES"
|
||||
distfiles="${PYPI_SITE}/p/pytest-localserver/pytest-localserver-${version}.tar.gz"
|
||||
checksum=f19b490c7ca1ed05bfe4bc6b490811805a61e7271f0424d3c0fa4d43893a5dcd
|
||||
checksum=e77b46555cb438931d219c54bcf9f5953c0407d645436a602b5730babfd3fe3b
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ignore="*a* *b* *rc*"
|
Loading…
Reference in New Issue