python3-responses: update to 0.21.0.

This commit is contained in:
Joel Beckmeyer 2022-10-04 08:52:45 -04:00 committed by Andrew J. Hesford
parent f878d27467
commit 46c2749925
1 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'python3-responses'
pkgname=python3-responses
version=0.16.0
version=0.21.0
revision=1
wrksrc="responses-${version}"
build_style=python3-module
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"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="Apache-2.0"
homepage="https://github.com/getsentry/responses"
changelog="https://raw.githubusercontent.com/getsentry/responses/master/CHANGES"
distfiles="${PYPI_SITE}/r/responses/responses-${version}.tar.gz"
checksum=a2e3aca2a8277e61257cd3b1c154b1dd0d782b1ae3d38b7fa37cbe3feb531791
checksum=b82502eb5f09a0289d8e209e7bad71ef3978334f56d09b444253d5ad67bf5253
# testing requires unpackaged plugin pytest-localserver
make_check=no