Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-async-lru
Commits:
3f8e3ae3 by Antonio Rojas at 2026-01-18T10:49:33+01:00
upgpkg: 2.1.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-async-lru
pkgdesc = Simple LRU cache for asyncio
- pkgver = 2.0.5
- pkgrel = 2
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://github.com/aio-libs/async-lru
arch = any
license = MIT
@@ -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.0.5
- sha256sums =
b4dfdbab0e308ed940f5ad0ebff184f9e2beb0fa1c8fce35c6d71b39fafa7d9d
+ source = git+https://github.com/aio-libs/async-lru#tag=v2.1.0
+ sha256sums =
2e57de233463005d659902a4557be4d4e5519496ceb9859641a60822ffebbe97
pkgname = python-async-lru
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pyname=async-lru
pkgname=python-$_pyname
-pkgver=2.0.5
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
pkgdesc='Simple LRU cache for asyncio'
arch=(any)
url='https://github.com/aio-libs/async-lru'
@@ -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=('b4dfdbab0e308ed940f5ad0ebff184f9e2beb0fa1c8fce35c6d71b39fafa7d9d')
+sha256sums=('2e57de233463005d659902a4557be4d4e5519496ceb9859641a60822ffebbe97')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-async-lru/-/commit/3f8e3ae38b6b033c65dc8e6ef63559975c11d4af
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-async-lru/-/commit/3f8e3ae38b6b033c65dc8e6ef63559975c11d4af
You're receiving this email because of your account on gitlab.archlinux.org.