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


Commits:
88d8eb07 by Caleb Maclennan at 2026-05-30T10:56:07+03:00
upgpkg: 2.36.0-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.35.1
+       pkgver = 2.36.0
        pkgrel = 1
        url = https://github.com/dsoftwareinc/fakeredis-py
        arch = any
@@ -19,7 +19,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.35.1.tar.gz
-       sha256sums = 
5bae5eba7b9d93cb968944ac40936373cf2397ff71667d4b595df65c3d2e413f
+       source = 
https://files.pythonhosted.org/packages/source/f/fakeredis/fakeredis-2.36.0.tar.gz
+       sha256sums = 
66d00953c9bfd3e345266ded342a2e54c611417344f43ad1467cb68f30bc8354
 
 pkgname = python-fakeredis


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 _pyname=fakeredis
 pkgname=python-fakeredis
-pkgver=2.35.1
+pkgver=2.36.0
 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=('5bae5eba7b9d93cb968944ac40936373cf2397ff71667d4b595df65c3d2e413f')
+sha256sums=('66d00953c9bfd3e345266ded342a2e54c611417344f43ad1467cb68f30bc8354')
 
 build(){
        cd "$_archive"



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fakeredis/-/commit/88d8eb07040f2f541d7cbfd461aca277b2382c69
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to