python3-responses: update to 0.21.0.
This commit is contained in:
parent
f878d27467
commit
46c2749925
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-responses'
|
# Template file for 'python3-responses'
|
||||||
pkgname=python3-responses
|
pkgname=python3-responses
|
||||||
version=0.16.0
|
version=0.21.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="responses-${version}"
|
wrksrc="responses-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-requests python3-urllib3 python3-six"
|
depends="python3-requests python3-urllib3"
|
||||||
short_desc="Utility for mocking out the Python Requests library"
|
short_desc="Utility for mocking out the Python Requests library"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/getsentry/responses"
|
homepage="https://github.com/getsentry/responses"
|
||||||
changelog="https://raw.githubusercontent.com/getsentry/responses/master/CHANGES"
|
changelog="https://raw.githubusercontent.com/getsentry/responses/master/CHANGES"
|
||||||
distfiles="${PYPI_SITE}/r/responses/responses-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/responses/responses-${version}.tar.gz"
|
||||||
checksum=a2e3aca2a8277e61257cd3b1c154b1dd0d782b1ae3d38b7fa37cbe3feb531791
|
checksum=b82502eb5f09a0289d8e209e7bad71ef3978334f56d09b444253d5ad67bf5253
|
||||||
# testing requires unpackaged plugin pytest-localserver
|
# testing requires unpackaged plugin pytest-localserver
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
Loading…
Reference in New Issue