Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
python-lru-dict


Commits:
623a01ed by Maxime Gauduin at 2023-11-20T14:27:25+01:00
upgpkg: 1.3.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,14 @@
+pkgbase = python-lru-dict
+       pkgdesc = A fast and memory efficient LRU cache for Python
+       pkgver = 1.3.0
+       pkgrel = 1
+       url = https://github.com/amitdev/lru-dict
+       arch = x86_64
+       license = MIT
+       makedepends = git
+       makedepends = python-setuptools
+       depends = python
+       source = 
git+https://github.com/amitdev/lru-dict.git#tag=51c2761d94fd6fc85faea550240814938d1594f9
+       b2sums = SKIP
+
+pkgname = python-lru-dict


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Guillaume Horel <[email protected]>
 
 pkgname=python-lru-dict
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc='A fast and memory efficient LRU cache for Python'
 arch=(x86_64)
@@ -13,7 +13,7 @@ makedepends=(
   git
   python-setuptools
 )
-_tag=b5ec33e5bb338dd815d2ec8fc6819626ef667821
+_tag=51c2761d94fd6fc85faea550240814938d1594f9
 source=(git+https://github.com/amitdev/lru-dict.git#tag=${_tag})
 b2sums=(SKIP)
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lru-dict/-/commit/623a01ed78340c9ab57bed3041a1bb0872aba829

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lru-dict/-/commit/623a01ed78340c9ab57bed3041a1bb0872aba829
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to