summaryrefslogtreecommitdiff
path: root/databases/py-redis/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-05-20 03:08:42 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-05-20 03:58:08 +0800
commit13198d4b64de295fc232f3e15e55ac3cb12af203 (patch)
tree8076a87a0b7863a0812177003521523409ed4e18 /databases/py-redis/files/patch-setup.py
parentdatabases/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.py13
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",