Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-anyio
Commits:
7deda326 by Chih-Hsuan Yen at 2025-08-06T08:29:04+08:00
upgpkg: 4.10.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-anyio
pkgdesc = High level compatibility layer for multiple asynchronous
event loop implementations
- pkgver = 4.9.0
+ pkgver = 4.10.0
pkgrel = 1
url = https://github.com/agronholm/anyio
arch = any
@@ -27,7 +27,7 @@ pkgbase = python-anyio
optdepends = python-outcome: trio backend
optdepends = python-uvloop: use uvloop for asyncio backend
optdepends = python-pytest: pytest plugin
- source = git+https://github.com/agronholm/anyio.git#tag=4.9.0
- sha256sums =
9a5a9a12ad2a3e1487a2031f390f184d8c8e71a8d1dd7dbb0ceef4bfade4bcd9
+ source = git+https://github.com/agronholm/anyio.git#tag=4.10.0
+ sha256sums =
6af53158598cabf0cef7719cf6b0b1bf65b7724dfad8f0d39974878b06e5b61d
pkgname = python-anyio
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-anyio
# https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst
-pkgver=4.9.0
+pkgver=4.10.0
pkgrel=1
pkgdesc='High level compatibility layer for multiple asynchronous event loop
implementations'
arch=(any)
@@ -20,14 +20,12 @@ optdepends=(
'python-pytest: pytest plugin'
)
source=("git+https://github.com/agronholm/anyio.git#tag=$pkgver")
-sha256sums=('9a5a9a12ad2a3e1487a2031f390f184d8c8e71a8d1dd7dbb0ceef4bfade4bcd9')
+sha256sums=('6af53158598cabf0cef7719cf6b0b1bf65b7724dfad8f0d39974878b06e5b61d')
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
prepare() {
cd anyio
- # cherry-pick a commit that makes blockbuster optional
- git cherry-pick -n 71081fbeb0576c9cbcbc69bab0a66e6a3d06e5ac
# Remove "error" from pytest filterwarnings
sed -i '/"error"/d' pyproject.toml
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-anyio/-/commit/7deda3267c1c5b9140450e7bb28682f250124477
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-anyio/-/commit/7deda3267c1c5b9140450e7bb28682f250124477
You're receiving this email because of your account on gitlab.archlinux.org.