Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-fakeredis
Commits:
5a5d486d by Caleb Maclennan at 2024-09-29T01:10:15+03:00
upgpkg: 2.25.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.24.1
+ pkgver = 2.25.0
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.1.tar.gz
- sha256sums =
4a52ab0edad53543ac5e3a41d761f91012613ed583344da54ae6473e05b0f6d0
+ source =
https://files.pythonhosted.org/packages/source/f/fakeredis/fakeredis-2.25.0.tar.gz
+ sha256sums =
d1f972b8d7ac14d3e93ab3673d4a628d7836a7abb9cf2d3c10fb0b08258f3b85
pkgname = python-fakeredis
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pyname=fakeredis
pkgname=python-fakeredis
-pkgver=2.24.1
+pkgver=2.25.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=('4a52ab0edad53543ac5e3a41d761f91012613ed583344da54ae6473e05b0f6d0')
+sha256sums=('d1f972b8d7ac14d3e93ab3673d4a628d7836a7abb9cf2d3c10fb0b08258f3b85')
build(){
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fakeredis/-/commit/5a5d486de9f47f684b35dd8078e622df31939d5e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fakeredis/-/commit/5a5d486de9f47f684b35dd8078e622df31939d5e
You're receiving this email because of your account on gitlab.archlinux.org.