* update python-fakeredis to 2.24.1-1
This commit is contained in:
parent
c4144d5305
commit
5c36234f49
@ -1,6 +1,6 @@
|
||||
pkgbase = python-fakeredis
|
||||
pkgdesc = Fake implementation of redis API (redis-py) for testing purposes
|
||||
pkgver = 2.23.3
|
||||
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.23.3.tar.gz
|
||||
sha256sums = 0c67caa31530114f451f012eca920338c5eb83fa7f1f461dd41b8d2488a99cba
|
||||
source = https://files.pythonhosted.org/packages/source/f/fakeredis/fakeredis-2.24.1.tar.gz
|
||||
sha256sums = 4a52ab0edad53543ac5e3a41d761f91012613ed583344da54ae6473e05b0f6d0
|
||||
|
||||
pkgname = python-fakeredis
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
_pyname=fakeredis
|
||||
pkgname=python-fakeredis
|
||||
pkgver=2.23.3
|
||||
pkgver=2.24.1
|
||||
pkgrel=1
|
||||
pkgdesc='Fake implementation of redis API (redis-py) for testing purposes'
|
||||
arch=(any)
|
||||
@ -26,7 +26,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=('0c67caa31530114f451f012eca920338c5eb83fa7f1f461dd41b8d2488a99cba')
|
||||
sha256sums=('4a52ab0edad53543ac5e3a41d761f91012613ed583344da54ae6473e05b0f6d0')
|
||||
|
||||
build(){
|
||||
cd "$_archive"
|
||||
|
Loading…
x
Reference in New Issue
Block a user