diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-05-20 03:08:42 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-05-20 03:58:08 +0800 |
commit | 13198d4b64de295fc232f3e15e55ac3cb12af203 (patch) | |
tree | 8076a87a0b7863a0812177003521523409ed4e18 /databases/py-redis/files/patch-setup.py | |
parent | databases/py-psycopg-c: Update to 3.2.7 (diff) |
databases/py-redis: Update to 5.3.0
Changes: https://github.com/redis/redis-py/releases
Diffstat (limited to '')
-rw-r--r-- | databases/py-redis/files/patch-setup.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/py-redis/files/patch-setup.py b/databases/py-redis/files/patch-setup.py new file mode 100644 index 000000000000..a91867d1562f --- /dev/null +++ b/databases/py-redis/files/patch-setup.py @@ -0,0 +1,13 @@ +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", |