mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-requests-unixsocket: update to 0.4.1.
This commit is contained in:
parent
99ce53ae9c
commit
9d36043776
1 changed files with 6 additions and 6 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'python3-requests-unixsocket'
|
# Template file for 'python3-requests-unixsocket'
|
||||||
pkgname=python3-requests-unixsocket
|
pkgname=python3-requests-unixsocket
|
||||||
version=0.3.0
|
version=0.4.1
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-pbr"
|
hostmakedepends="python3-poetry-core python3-setuptools_scm python3-pbr"
|
||||||
depends="python3-requests python3-urllib3"
|
depends="python3-requests python3-urllib3"
|
||||||
checkdepends="$depends python3-waitress python3-pytest"
|
checkdepends="$depends python3-waitress python3-pytest"
|
||||||
short_desc="Use requests to talk HTTP via a UNIX domain socket"
|
short_desc="Use requests to talk HTTP via a UNIX domain socket"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/msabramo/requests-unixsocket"
|
homepage="https://github.com/msabramo/requests-unixsocket"
|
||||||
distfiles="${PYPI_SITE}/r/requests-unixsocket/requests-unixsocket-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/requests-unixsocket/requests_unixsocket-${version}.tar.gz"
|
||||||
checksum=28304283ea9357d45fff58ad5b11e47708cfbf5806817aa59b2a363228ee971e
|
checksum=b2596158c356ecee68d27ba469a52211230ac6fb0cde8b66afb19f0ed47a1995
|
||||||
|
|
Loading…
Add table
Reference in a new issue