[arch-commits] Commit in python-redis/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Feb 14 16:38:17 UTC 2022
Date: Monday, February 14, 2022 @ 16:38:17
Author: felixonmars
Revision: 1133183
upgpkg: python-redis 4.0.0-1
Modified:
python-redis/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-14 16:34:14 UTC (rev 1133182)
+++ PKGBUILD 2022-02-14 16:38:17 UTC (rev 1133183)
@@ -3,17 +3,17 @@
# Contributor: Pierre Gueth <pierre.gueth at gmail.com>
pkgname=python-redis
-pkgver=3.5.3
-pkgrel=5
+pkgver=4.0.0
+pkgrel=1
pkgdesc='The Python interface to the Redis key-value store'
arch=('any')
url="https://github.com/andymccurdy/redis-py"
license=('MIT')
-depends=('python')
+depends=('python-deprecated')
makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-mock' 'pifpaf' 'redis')
+checkdepends=('python-pytest' 'pifpaf' 'redis')
source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz")
-sha512sums=('eae6ac6b3e0f1366a9c29e5e2d9a5210e4627e62e3006159b1c290f36cd9c1c2c12cafe0944f7a010e04632b517874f230aa9411491993b7ecf2080546217206')
+sha512sums=('5975407b427d9edc87903aeb015e3f62a88bcc417be9fc91de56f852eed7d1bad9cd865ba40540a7c950b1a4e9bdfde20d6d7c4616ed859b6520adcca8085ea9')
build() {
cd "$srcdir"/redis-$pkgver
More information about the arch-commits
mailing list