Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-async-lru
Commits:
f111a5b2 by Antonio Rojas at 2026-02-20T23:06:58+01:00
upgpkg: 2.2.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-async-lru
pkgdesc = Simple LRU cache for asyncio
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/aio-libs/async-lru
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-async-lru
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source = git+https://github.com/aio-libs/async-lru#tag=v2.1.0
- sha256sums =
2e57de233463005d659902a4557be4d4e5519496ceb9859641a60822ffebbe97
+ source = git+https://github.com/aio-libs/async-lru#tag=v2.2.0
+ sha256sums =
3de24fc7af22657e0f4a26479e464fd383c49074c4696034ffec9017936d2009
pkgname = python-async-lru
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=async-lru
pkgname=python-$_pyname
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc='Simple LRU cache for asyncio'
arch=(any)
@@ -18,7 +18,7 @@ checkdepends=(python-pytest-asyncio
python-pytest-cov
python-pytest-timeout)
source=(git+https://github.com/aio-libs/async-lru#tag=v$pkgver)
-sha256sums=('2e57de233463005d659902a4557be4d4e5519496ceb9859641a60822ffebbe97')
+sha256sums=('3de24fc7af22657e0f4a26479e464fd383c49074c4696034ffec9017936d2009')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-async-lru/-/commit/f111a5b2c894e7cca66aa3c061400041f9893805
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-async-lru/-/commit/f111a5b2c894e7cca66aa3c061400041f9893805
You're receiving this email because of your account on gitlab.archlinux.org.