Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-fakeredis


Commits:
c48bdf3b by Caleb Maclennan at 2024-07-31T02:23:31+03:00
upgpkg: 2.23.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-fakeredis
        pkgdesc = Fake implementation of redis API (redis-py) for testing 
purposes
-       pkgver = 2.23.3
+       pkgver = 2.23.4
        pkgrel = 1
        url = https://github.com/dsoftwareinc/fakeredis-py
        arch = any
@@ -20,7 +20,7 @@ pkgbase = python-fakeredis
        depends = python-sortedcontainers
        optdepends = python-packaging: for aioredis support
        optdepends = python-lupa: for lua scripting support
-       source = 
https://files.pythonhosted.org/packages/source/f/fakeredis/fakeredis-2.23.3.tar.gz
-       sha256sums = 
0c67caa31530114f451f012eca920338c5eb83fa7f1f461dd41b8d2488a99cba
+       source = 
https://files.pythonhosted.org/packages/source/f/fakeredis/fakeredis-2.23.4.tar.gz
+       sha256sums = 
fabfa9ce940f568ee2f1a7cb222c3f45f05035b335fd5979523bbab4c10ff4a0
 
 pkgname = python-fakeredis


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 _pyname=fakeredis
 pkgname=python-fakeredis
-pkgver=2.23.3
+pkgver=2.23.4
 pkgrel=1
 pkgdesc='Fake implementation of redis API (redis-py) for testing purposes'
 arch=(any)
@@ -25,7 +25,7 @@ optdepends=('python-packaging: for aioredis support'
 # source=("$url/archive/v$pkgver/$_archive.tar.gz")
 _archive="$_pyname-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz";)
-sha256sums=('0c67caa31530114f451f012eca920338c5eb83fa7f1f461dd41b8d2488a99cba')
+sha256sums=('fabfa9ce940f568ee2f1a7cb222c3f45f05035b335fd5979523bbab4c10ff4a0')
 
 build(){
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fakeredis/-/commit/c48bdf3b5269bda074dc87be912e5a8ee97ea454

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


Reply via email to