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


Commits:
230305d2 by George Rawlinson at 2026-02-09T23:12:58+00:00
reuse: simplify conf

- - - - -
cda04cc2 by George Rawlinson at 2026-02-09T23:20:28+00:00
upgpkg: 7.1.1-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-redis
        pkgdesc = The Python interface to the Redis key-value store
-       pkgver = 7.1.0
-       pkgrel = 2
+       pkgver = 7.1.1
+       pkgrel = 1
        url = https://github.com/redis/redis-py
        arch = any
        license = MIT
@@ -26,8 +26,8 @@ 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=v7.1.0
-       sha512sums = 
d6291f63b62bbe5f52f4eb021a6c2ac3b610bee221cc72c15091b540dcca15d91966bc2e56004e6c029822e685f10d51b6a3d79482e1dfe094060f395ed55a9d
-       b2sums = 
4767c1a0b1111fa8a890166523d0e17954b504a22a76b72b21d400c72c9e911c1e0e294653533edfe22f283586d849c4f7801ed53acb509ce2e8882e10cd8eb8
+       source = python-redis::git+https://github.com/redis/redis-py#tag=v7.1.1
+       sha512sums = 
b4710be3822804e9a0f21320778a6feef9c6b56f01630b2ad07c5d6c445d82f9278a57d4b2f56921ff1c64bbbdbd3e14eac69e5f09c4b37e6ca911344f6306ed
+       b2sums = 
1baac39c9fb321f7a6e2c9989f358d87651ec2358486b33accf947064b1177b28725452a2a24d36de56a63153fafafb09ecb8c54ebac4b34ce5dd33aa6fd0ac9
 
 pkgname = python-redis


=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
 # Contributor: Pierre Gueth <[email protected]>
 
 pkgname=python-redis
-pkgver=7.1.0
-pkgrel=2
+pkgver=7.1.1
+pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=(any)
 url='https://github.com/redis/redis-py'
@@ -41,8 +41,8 @@ optdepends=(
   'python-requests: OCSP certificate validation'
 )
 source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('d6291f63b62bbe5f52f4eb021a6c2ac3b610bee221cc72c15091b540dcca15d91966bc2e56004e6c029822e685f10d51b6a3d79482e1dfe094060f395ed55a9d')
-b2sums=('4767c1a0b1111fa8a890166523d0e17954b504a22a76b72b21d400c72c9e911c1e0e294653533edfe22f283586d849c4f7801ed53acb509ce2e8882e10cd8eb8')
+sha512sums=('b4710be3822804e9a0f21320778a6feef9c6b56f01630b2ad07c5d6c445d82f9278a57d4b2f56921ff1c64bbbdbd3e14eac69e5f09c4b37e6ca911344f6306ed')
+b2sums=('1baac39c9fb321f7a6e2c9989f358d87651ec2358486b33accf947064b1177b28725452a2a24d36de56a63153fafafb09ecb8c54ebac4b34ce5dd33aa6fd0ac9')
 
 prepare() {
   cd "$pkgname"


=====================================
REUSE.toml
=====================================
@@ -3,20 +3,8 @@ version = 1
 [[annotations]]
 path = [
     "PKGBUILD",
-    "README.md",
-    "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
-    "*.install",
-    "*.sysusers",
-    "*.tmpfiles",
-    "*.logrotate",
-    "*.pam",
-    "*.service",
-    "*.socket",
-    "*.timer",
-    "*.desktop",
-    "*.hook",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-redis/-/compare/4a9f8515110924205f3ac04eb3716237b6bfacdc...cda04cc22756c2db05b85faba221edf8b91ee396

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


Reply via email to