diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 21:59:31 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 21:59:31 +0800 |
commit | daa672509a99430426efe7f370248defd58bf2f3 (patch) | |
tree | 9585ad85536756ca26d60c9ea5e4aba55c652fd7 /databases/py-fakeredis/files/patch-setup.py | |
parent | converters/py-zfec: Update to 1.5.7.2 (diff) |
databases/py-fakeredis: Update to 1.8.1
Changes: https://github.com/dsoftwareinc/fakeredis-py/releases
Diffstat (limited to 'databases/py-fakeredis/files/patch-setup.py')
-rw-r--r-- | databases/py-fakeredis/files/patch-setup.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/py-fakeredis/files/patch-setup.py b/databases/py-fakeredis/files/patch-setup.py new file mode 100644 index 000000000000..7154245857b1 --- /dev/null +++ b/databases/py-fakeredis/files/patch-setup.py @@ -0,0 +1,15 @@ +--- setup.py.orig 2022-06-09 12:46:18 UTC ++++ setup.py +@@ -8,10 +8,10 @@ package_data = \ + {'': ['*']} + + install_requires = \ +-['redis<4.4', 'six>=1.16.0,<2.0.0', 'sortedcontainers>=2.4.0,<3.0.0'] ++['redis<4.4', 'six>=1.16.0,<2.0.0', 'sortedcontainers>=2.3.0,<3.0.0'] + + extras_require = \ +-{'aioredis': ['aioredis>=2.0.1,<3.0.0'], 'lua': ['lupa>=1.13,<2.0']} ++{'aioredis': ['aioredis>=1.3.1,<3.0.0'], 'lua': ['lupa>=1.13,<2.0']} + + setup_kwargs = { + 'name': 'fakeredis', |