Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-anyio
Commits: 047b2b45 by Carl Smedstad at 2026-01-06T13:15:40+01:00 upgpkg: 4.12.1-1: Upstream release https://github.com/agronholm/anyio/releases/tag/4.12.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-anyio pkgdesc = High level compatibility layer for multiple asynchronous event loop implementations - pkgver = 4.12.0 - pkgrel = 2 + pkgver = 4.12.1 + pkgrel = 1 url = https://github.com/agronholm/anyio arch = any license = MIT @@ -26,7 +26,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.12.0 - sha256sums = d72605fbda08c81ea55dcb0a9f432aa43376094cc5ce7b1f329f18efae13a7c8 + source = git+https://github.com/agronholm/anyio.git#tag=4.12.1 + sha256sums = 7caacd3c9240bc7bbccb82fa66621094812e73ae39d364d80ac3173030a0c190 pkgname = python-anyio ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ pkgname=python-anyio # https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst -pkgver=4.12.0 -pkgrel=2 +pkgver=4.12.1 +pkgrel=1 pkgdesc='High level compatibility layer for multiple asynchronous event loop implementations' arch=(any) url='https://github.com/agronholm/anyio' @@ -20,7 +20,7 @@ optdepends=( 'python-pytest: pytest plugin' ) source=("git+https://github.com/agronholm/anyio.git#tag=$pkgver") -sha256sums=('d72605fbda08c81ea55dcb0a9f432aa43376094cc5ce7b1f329f18efae13a7c8') +sha256sums=('7caacd3c9240bc7bbccb82fa66621094812e73ae39d364d80ac3173030a0c190') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-anyio/-/commit/047b2b45b5c04aae5b74f04dbb9877a6119f25d3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-anyio/-/commit/047b2b45b5c04aae5b74f04dbb9877a6119f25d3 You're receiving this email because of your account on gitlab.archlinux.org.
