python3-anyio: update to 4.4.0.
This commit is contained in:
parent
9bf8f76e8d
commit
ee906febb6
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-anyio'
|
||||
pkgname=python3-anyio
|
||||
version=4.3.0
|
||||
version=4.4.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
# This file needs python module `exceptiongroup`
|
||||
|
@ -15,7 +15,18 @@ license="MIT"
|
|||
homepage="https://github.com/agronholm/anyio"
|
||||
changelog="https://raw.githubusercontent.com/agronholm/anyio/master/docs/versionhistory.rst"
|
||||
distfiles="${PYPI_SITE}/a/anyio/anyio-${version}.tar.gz"
|
||||
checksum=f75253795a87df48568485fd18cdd2a3fa5c4f7c5be8e5e36637733fce06fed6
|
||||
checksum=5aadc6a1bbb7cdb0bede386cac5e2940f5e2ff3aa20277e991cf028e0585ce94
|
||||
|
||||
if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
|
||||
# these tests fail on CI
|
||||
_test1="(TestTCPListener)and(-ipv6)"
|
||||
_test2="(test_iterate)or(test_extra)or(test_reuse)or(test_send_receive)"
|
||||
_test2="(TestUDPSocket)and($_test2)and(-ipv6)"
|
||||
_test3="(test_iterate)or(test_receive)or(test_reuse)or(test_send)"
|
||||
_test3="(TestConnectedUDPSocket)and($_test3)and(-ipv6)"
|
||||
_test4="test_bind_link_local"
|
||||
make_check_args+=" -k not(($_test1)or($_test2)or($_test3)or($_test4))"
|
||||
fi
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
# getaddrinfo() always returns canonname in musl 1.1
|
||||
|
|
Loading…
Reference in New Issue