Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-redis


Commits:
4e338f38 by Carl Smedstad at 2024-10-26T10:14:30+02:00
upgpkg: 5.2.0-1: Upstream release

https://github.com/redis/redis-py/releases/tag/v5.2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-redis
        pkgdesc = The Python interface to the Redis key-value store
-       pkgver = 5.1.1
+       pkgver = 5.2.0
        pkgrel = 1
        url = https://github.com/redis/redis-py
        arch = any
@@ -25,7 +25,7 @@ pkgbase = python-redis
        optdepends = python-hiredis: faster performance via hiredis
        optdepends = python-pyopenssl: OCSP certificate validation
        optdepends = python-requests: OCSP certificate validation
-       source = python-redis::git+https://github.com/redis/redis-py#tag=v5.1.1
-       b2sums = 
41397df2ed7652b8c279aa9f7f20c93383283037e4b845d2a015c8427d2348fc6bd570bca42d4fa4105c190e857eea99ead317027549eb5e94bde753c7ab2d1b
+       source = python-redis::git+https://github.com/redis/redis-py#tag=v5.2.0
+       b2sums = 
2a7cd4348c11814cdd7076e26dad94970c0106e0a6d207350d7fac19a32ab5e6e4f28860a12fdf4bb83a7f3438d6753c1989f195a4cd5b87ceaaa0cc02e26a24
 
 pkgname = python-redis


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 # Contributor: Pierre Gueth <[email protected]>
 
 pkgname=python-redis
-pkgver=5.1.1
+pkgver=5.2.0
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -40,7 +40,7 @@ optdepends=(
   'python-requests: OCSP certificate validation'
 )
 source=("$pkgname::git+$url#tag=v$pkgver")
-b2sums=('41397df2ed7652b8c279aa9f7f20c93383283037e4b845d2a015c8427d2348fc6bd570bca42d4fa4105c190e857eea99ead317027549eb5e94bde753c7ab2d1b')
+b2sums=('2a7cd4348c11814cdd7076e26dad94970c0106e0a6d207350d7fac19a32ab5e6e4f28860a12fdf4bb83a7f3438d6753c1989f195a4cd5b87ceaaa0cc02e26a24')
 
 prepare() {
   cd "$pkgname"



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

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


Reply via email to