python3-socks: update to 2.2.0.
This commit is contained in:
parent
32a16c6317
commit
1b9d8cc6c4
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python3-socks'
|
# Template file for 'python3-socks'
|
||||||
pkgname=python3-socks
|
pkgname=python3-socks
|
||||||
version=1.2.4
|
version=2.2.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-async-timeout python3-curio python3-trio python3-attrs
|
checkdepends="python3-async-timeout python3-curio python3-trio python3-attrs
|
||||||
python3-async_generator python3-sniffio python3-sortedcontainers
|
python3-async_generator python3-sniffio python3-sortedcontainers
|
||||||
python3-outcome python3-idna"
|
python3-anyio python3-outcome python3-idna"
|
||||||
# Optional dependencies:
|
# Optional dependencies:
|
||||||
# async-timeout >= 3.0.1
|
# async-timeout >= 3.0.1
|
||||||
# trio >= 0.16.0
|
# trio >= 0.16.0
|
||||||
|
@ -17,4 +17,4 @@ maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/romis2012/python-socks"
|
homepage="https://github.com/romis2012/python-socks"
|
||||||
distfiles="${PYPI_SITE}/p/python-socks/python-socks-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/python-socks/python-socks-${version}.tar.gz"
|
||||||
checksum=7d0ef2578cead9f762b71317d25a6c118fabaf79535555e75b3e102f5158ddd8
|
checksum=81500aca769165660cbbf38500849ffbedd50a8c50b6694f5132da3e21c7b30a
|
||||||
|
|
Loading…
Reference in New Issue