George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
python-redis


Commits:
e4a53e33 by George Rawlinson at 2023-11-03T20:30:38+13:00
upgpkg: 5.0.1-1

* New upstream release.

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,30 @@
+pkgbase = python-redis
+       pkgdesc = The Python interface to the Redis key-value store
+       pkgver = 5.0.1
+       pkgrel = 1
+       url = https://github.com/redis/redis-py
+       arch = any
+       license = MIT
+       checkdepends = pifpaf
+       checkdepends = redis
+       checkdepends = python-pytest
+       checkdepends = python-pytest-asyncio
+       checkdepends = python-hiredis
+       checkdepends = python-cryptography
+       checkdepends = python-pyopenssl
+       checkdepends = python-requests
+       makedepends = git
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-wheel
+       makedepends = python-setuptools
+       depends = python
+       depends = python-async-timeout
+       optdepends = python-hiredis: faster performance via hiredis
+       optdepends = python-cryptography: OCSP certificate validation
+       optdepends = python-pyopenssl: OCSP certificate validation
+       optdepends = python-requests: OCSP certificate validation
+       source = 
python-redis::git+https://github.com/redis/redis-py#commit=cc4bc1a544d1030aec1696baef2861064fa8dd1c
+       b2sums = SKIP
+
+pkgname = python-redis


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Pierre Gueth <[email protected]>
 
 pkgname=python-redis
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -37,7 +37,7 @@ checkdepends=(
   'python-pyopenssl'
   'python-requests'
 )
-_commit='28cc65c18cc4fb37ef14497c963eb181dba8d25d'
+_commit='cc4bc1a544d1030aec1696baef2861064fa8dd1c'
 source=("$pkgname::git+$url#commit=$_commit")
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-redis/-/commit/e4a53e33cbae4a7e7a7012aa7140ad1ac6b1bfe6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-redis/-/commit/e4a53e33cbae4a7e7a7012aa7140ad1ac6b1bfe6
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to