Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-fakeredis
Commits:
90c07b7a by Caleb Maclennan at 2023-12-13T16:28:52+03:00
upgpkg: 2.20.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.20.0
+ pkgver = 2.20.1
pkgrel = 1
url = https://github.com/dsoftwareinc/fakeredis-py
arch = any
@@ -22,7 +22,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.20.0.tar.gz
- sha256sums =
69987928d719d1ae1665ae8ebb16199d22a5ebae0b7d0d0d6586fc3a1a67428c
+ source =
https://files.pythonhosted.org/packages/source/f/fakeredis/fakeredis-2.20.1.tar.gz
+ sha256sums =
a2a5ccfcd72dc90435c18cde284f8cdd0cb032eb67d59f3fed907cde1cbffbbd
pkgname = python-fakeredis
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ BUILDENV+=(!check)
_pyname=fakeredis
pkgname=python-fakeredis
-pkgver=2.20.0
+pkgver=2.20.1
pkgrel=1
pkgdesc='Fake implementation of redis API (redis-py) for testing purposes'
arch=(any)
@@ -30,7 +30,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=('69987928d719d1ae1665ae8ebb16199d22a5ebae0b7d0d0d6586fc3a1a67428c')
+sha256sums=('a2a5ccfcd72dc90435c18cde284f8cdd0cb032eb67d59f3fed907cde1cbffbbd')
build(){
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fakeredis/-/commit/90c07b7a4c45fe95ae757d95d8a070101cac9eb3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fakeredis/-/commit/90c07b7a4c45fe95ae757d95d8a070101cac9eb3
You're receiving this email because of your account on gitlab.archlinux.org.