[arch-commits] Commit in python-anyio/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Tue May 11 14:20:40 UTC 2021
Date: Tuesday, May 11, 2021 @ 14:20:40
Author: yan12125
Revision: 930090
upgpkg: python-anyio 3.0.1-1
Compatibility notes:
* python-httpcore: compatible since 0.13.1 https://github.com/encode/httpcore/commit/341320fbaf7cac93c7b626076c03ae834d65763b.
check() in PKGBUILD passed with the updated anyio package as well.
* jupyter-server: compatible since 1.7.0 https://github.com/jupyter-server/jupyter_server/commit/678878f4585e65d4f3fea74562517b8c914e474c
Modified:
python-anyio/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-11 14:20:30 UTC (rev 930089)
+++ PKGBUILD 2021-05-11 14:20:40 UTC (rev 930090)
@@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
pkgname=python-anyio
-pkgver=2.2.0
+pkgver=3.0.1
pkgrel=1
pkgdesc='High level compatibility layer for multiple asynchronous event loop implementations'
arch=(any)
@@ -16,7 +16,7 @@
'python-trio: trio backend'
)
source=(https://github.com/agronholm/anyio/archive/$pkgver/anyio-$pkgver.tar.gz)
-sha256sums=('c1b748c399cc1051af7663d9765777d695534c17943285403c5bce993a34cd20')
+sha256sums=('45f4169148897135b3e4471a803acea443edc3e18654861dcbacd9faa182f49b')
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
More information about the arch-commits
mailing list