mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
python3-anyio: update to 4.3.0.
This commit is contained in:
parent
b38710d0e4
commit
305de9c983
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-anyio'
|
||||
pkgname=python3-anyio
|
||||
version=4.2.0
|
||||
version=4.3.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
# This file needs python module `exceptiongroup`
|
||||
|
@ -10,12 +10,12 @@ depends="python3-sniffio python3-idna"
|
|||
checkdepends="$depends python3-pytest-mock python3-hypothesis
|
||||
python3-psutil python3-trio python3-trustme python3-uvloop"
|
||||
short_desc="High level asynchronous concurrency and networking framework"
|
||||
maintainer="dkwo <npiazza@disroot.org>"
|
||||
maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
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=e1875bb4b4e2de1669f4bc7869b6d3f54231cdced71605e6e64c9be77e3be50f
|
||||
checksum=f75253795a87df48568485fd18cdd2a3fa5c4f7c5be8e5e36637733fce06fed6
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
# getaddrinfo() always returns canonname in musl 1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue