Date: Saturday, May 14, 2022 @ 06:38:19 Author: yan12125 Revision: 1203271
upgpkg: python-anyio 3.6.1-1; update deps uvloop support has been there for a long time, and curio support was dropped as of anyio 3.0 [1] [1] https://anyio.readthedocs.io/en/stable/faq.html#why-is-curio-not-supported-as-a-backend Modified: python-anyio/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-14 06:16:42 UTC (rev 1203270) +++ PKGBUILD 2022-05-14 06:38:19 UTC (rev 1203271) @@ -2,7 +2,7 @@ pkgname=python-anyio # https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst -pkgver=3.5.0 +pkgver=3.6.1 pkgrel=1 pkgdesc='High level compatibility layer for multiple asynchronous event loop implementations' arch=(any) @@ -11,13 +11,13 @@ depends=(python python-idna python-sniffio) makedepends=(python-setuptools python-setuptools-scm) checkdepends=(python-pytest python-trustme python-hypothesis python-uvloop - python-curio python-trio python-pytest-mock) + python-trio python-pytest-mock) optdepends=( - 'python-curio: curio backend' 'python-trio: trio backend' + 'python-uvloop: use uvloop for asyncio backend' ) source=(https://github.com/agronholm/anyio/archive/$pkgver/anyio-$pkgver.tar.gz) -sha256sums=('55a37ea9eb2092d435af148b42a10005ee62ec7eb7d7a12d73c88e2b8aca5e38') +sha256sums=('8e09cf634e7877741fa760b93fb46c352f888d7d3b5a8c9f2d60ca1031f03e42') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
