python3-socks: update to 2.7.1.

This commit is contained in:
Gonzalo Tornaría 2025-05-04 20:41:25 -03:00 committed by Andrew J. Hesford
parent 2c87d677dd
commit 8d3de4bb58

View file

@ -1,6 +1,6 @@
# Template file for 'python3-socks' # Template file for 'python3-socks'
pkgname=python3-socks pkgname=python3-socks
version=2.6.1 version=2.7.1
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel" hostmakedepends="python3-setuptools python3-wheel"
@ -15,5 +15,5 @@ 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=9743929aab6ffe0bab640ecfbbee7130af92408ad86e4aa2984789f742f3ec9e checksum=f1a0bb603830fe81e332442eada96757b8f8dec02bd22d1d6f5c99a79704c550
make_check_pre="env SKIP_IPV6_TESTS=True" make_check_pre="env SKIP_IPV6_TESTS=True"