git: 70135bbf0814 - main - databases/py-redis5: Update to 5.3.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Aug 2025 18:17:39 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=70135bbf0814f90f24192eb5f79798304c03f247
commit 70135bbf0814f90f24192eb5f79798304c03f247
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-08-12 17:57:58 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-08-12 18:15:37 +0000
databases/py-redis5: Update to 5.3.1
Changes: https://github.com/redis/redis-py/releases
---
databases/py-redis5/Makefile | 2 +-
databases/py-redis5/distinfo | 6 +++---
databases/py-redis5/files/patch-setup.py | 13 -------------
3 files changed, 4 insertions(+), 17 deletions(-)
diff --git a/databases/py-redis5/Makefile b/databases/py-redis5/Makefile
index 88256b039057..e804c1d6a173 100644
--- a/databases/py-redis5/Makefile
+++ b/databases/py-redis5/Makefile
@@ -1,5 +1,5 @@
PORTNAME= redis
-PORTVERSION= 5.3.0
+PORTVERSION= 5.3.1
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/databases/py-redis5/distinfo b/databases/py-redis5/distinfo
index 5f2887a5fdd9..072656f35a2a 100644
--- a/databases/py-redis5/distinfo
+++ b/databases/py-redis5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747546484
-SHA256 (redis-5.3.0.tar.gz) = 8d69d2dde11a12dc85d0dbf5c45577a5af048e2456f7077d87ad35c1c81c310e
-SIZE (redis-5.3.0.tar.gz) = 4626288
+TIMESTAMP = 1753796036
+SHA256 (redis-5.3.1.tar.gz) = ca49577a531ea64039b5a36db3d6cd1a0c7a60c34124d46924a45b956e8cf14c
+SIZE (redis-5.3.1.tar.gz) = 4626200
diff --git a/databases/py-redis5/files/patch-setup.py b/databases/py-redis5/files/patch-setup.py
deleted file mode 100644
index a91867d1562f..000000000000
--- a/databases/py-redis5/files/patch-setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
-Obtained from: https://github.com/redis/redis-py/commit/fdfc0d2ff41687e7b77c794101114f47d9d5a560
-
---- setup.py.orig 2025-04-30 14:54:05 UTC
-+++ setup.py
-@@ -38,7 +38,7 @@ setup(
- python_requires=">=3.8",
- install_requires=[
- 'async-timeout>=4.0.3; python_full_version<"3.11.3"',
-- "PyJWT~=2.9.0",
-+ "PyJWT>=2.9.0",
- ],
- classifiers=[
- "Development Status :: 5 - Production/Stable",