[arch-commits] Commit in python-redis/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Mar 24 23:56:33 UTC 2022


    Date: Thursday, March 24, 2022 @ 23:56:32
  Author: felixonmars
Revision: 1176114

upgpkg: python-redis 4.0.1-1

Modified:
  python-redis/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-24 23:51:36 UTC (rev 1176113)
+++ PKGBUILD	2022-03-24 23:56:32 UTC (rev 1176114)
@@ -3,17 +3,17 @@
 # Contributor: Pierre Gueth <pierre.gueth at gmail.com>
 
 pkgname=python-redis
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
-url="https://github.com/andymccurdy/redis-py"
+url="https://github.com/redis/redis-py"
 license=('MIT')
 depends=('python-deprecated')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz")
-sha512sums=('5975407b427d9edc87903aeb015e3f62a88bcc417be9fc91de56f852eed7d1bad9cd865ba40540a7c950b1a4e9bdfde20d6d7c4616ed859b6520adcca8085ea9')
+sha512sums=('cecb6c961ece5d6793e8800404ae0b0e79dedbf0f77affcb45975ea8c2a4be5fdf9981e399b1a11d9326396c27cef1256d36f2a5fff30d34b505de7b8742628d')
 
 build() {
   cd "$srcdir"/redis-$pkgver



More information about the arch-commits mailing list