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


Commits:
f4120fce by Caleb Maclennan at 2024-08-27T17:26:32+03:00
upgpkg: 2.24.1-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.24.0
+       pkgver = 2.24.1
        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.24.0.tar.gz
-       sha256sums = 
bd798c2e53600c009f60e6cc8efb77751c9df713ecb47aa88fa1001c6ab8452a
+       source = 
https://files.pythonhosted.org/packages/source/f/fakeredis/fakeredis-2.24.1.tar.gz
+       sha256sums = 
4a52ab0edad53543ac5e3a41d761f91012613ed583344da54ae6473e05b0f6d0
 
 pkgname = python-fakeredis


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 _pyname=fakeredis
 pkgname=python-fakeredis
-pkgver=2.24.0
+pkgver=2.24.1
 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=('bd798c2e53600c009f60e6cc8efb77751c9df713ecb47aa88fa1001c6ab8452a')
+sha256sums=('4a52ab0edad53543ac5e3a41d761f91012613ed583344da54ae6473e05b0f6d0')
 
 build(){
        cd "$_archive"



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

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


Reply via email to