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


Commits:
c32ea400 by Caleb Maclennan at 2024-04-20T00:21:50+03:00
upgpkg: 2.22.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-fakeredis
        pkgdesc = Fake implementation of redis API (redis-py) for testing 
purposes
-       pkgver = 2.21.3
-       pkgrel = 2
+       pkgver = 2.22.0
+       pkgrel = 1
        url = https://github.com/dsoftwareinc/fakeredis-py
        arch = any
        license = BSD
@@ -21,7 +21,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.21.3.tar.gz
-       sha256sums = 
e9e1c309d49d83c4ce1ab6f3ee2e56787f6a5573a305109017bf140334dd396d
+       source = 
https://files.pythonhosted.org/packages/source/f/fakeredis/fakeredis-2.22.0.tar.gz
+       sha256sums = 
d063085fe962d16637cfe21044f277cfc54d6fb456d12a7c87514990c3fac98e
 
 pkgname = python-fakeredis


=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@ BUILDENV+=(!check)
 
 _pyname=fakeredis
 pkgname=python-fakeredis
-pkgver=2.21.3
-pkgrel=2
+pkgver=2.22.0
+pkgrel=1
 pkgdesc='Fake implementation of redis API (redis-py) for testing purposes'
 arch=(any)
 url="https://github.com/dsoftwareinc/${_pyname}-py";
@@ -29,7 +29,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=('e9e1c309d49d83c4ce1ab6f3ee2e56787f6a5573a305109017bf140334dd396d')
+sha256sums=('d063085fe962d16637cfe21044f277cfc54d6fb456d12a7c87514990c3fac98e')
 
 build(){
        cd "$_archive"



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fakeredis/-/commit/c32ea400d0bf606ba4b812e96b9351819ae194ce
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to