mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-requests-mock: update to 1.5.2.
This commit is contained in:
parent
52abe1c73a
commit
a4f5a1d936
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-requests-mock'
|
# Template file for 'python-requests-mock'
|
||||||
pkgname=python-requests-mock
|
pkgname=python-requests-mock
|
||||||
version=1.5.0
|
version=1.5.2
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="requests-mock-${version}"
|
wrksrc="requests-mock-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -9,11 +9,11 @@ pycompile_modules="requests_mock"
|
||||||
hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"
|
hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr"
|
||||||
depends="python-requests python-six"
|
depends="python-requests python-six"
|
||||||
short_desc="Python2 module to test mocked responses from requests"
|
short_desc="Python2 module to test mocked responses from requests"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/jamielennox/requests-mock"
|
homepage="https://github.com/jamielennox/requests-mock"
|
||||||
distfiles="${PYPI_SITE}/r/requests-mock/requests-mock-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/requests-mock/requests-mock-${version}.tar.gz"
|
||||||
checksum=a029fe6c5244963ef042c6224ff787049bfc5bab958a1b7e5b632ef0bbb05de4
|
checksum=7a5fa99db5e3a2a961b6f20ed40ee6baeff73503cf0a553cc4d679409e6170fb
|
||||||
|
|
||||||
python3-requests-mock_package() {
|
python3-requests-mock_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue