python3-responses: update to 0.16.0.

This commit is contained in:
Joel Beckmeyer 2021-12-02 07:28:08 -05:00 committed by Andrew J. Hesford
parent fcee9dac25
commit e4e7fe4643

View file

@ -1,6 +1,6 @@
# Template file for 'python3-responses'
pkgname=python3-responses
version=0.14.0
version=0.16.0
revision=1
wrksrc="responses-${version}"
build_style=python3-module
@ -10,7 +10,8 @@ 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=93f774a762ee0e27c0d9d7e06227aeda9ff9f5f69392f72bb6c6b73f8763563e
checksum=a2e3aca2a8277e61257cd3b1c154b1dd0d782b1ae3d38b7fa37cbe3feb531791
# testing requires unpackaged plugin pytest-localserver
make_check=no