python3-requests-mock: update to 1.5.0.
Closes #14440. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
06e7ac4af3
commit
4c4ba6a980
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'python3-requests-mock'
|
||||
pkgname=python3-requests-mock
|
||||
version=1.4.0
|
||||
version=1.5.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="requests-mock-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_modules="requests_mock"
|
||||
|
@ -13,7 +14,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/jamielennox/requests-mock"
|
||||
distfiles="${PYPI_SITE}/r/requests-mock/requests-mock-${version}.tar.gz"
|
||||
checksum=2931887853c42e1d73879983d5bf03041109472991c5b4b8dba5d11ed23b9d0b
|
||||
checksum=a029fe6c5244963ef042c6224ff787049bfc5bab958a1b7e5b632ef0bbb05de4
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
|
|
Loading…
Reference in New Issue