Skip to content

Commit

Permalink
databases/py-fakeredis: Update to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Oct 3, 2022
1 parent 604e5ab commit b441ac1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions databases/py-fakeredis/Makefile
@@ -1,5 +1,5 @@
PORTNAME= fakeredis
PORTVERSION= 1.9.1
PORTVERSION= 1.9.3
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=0<4.3.1:databases/py-redis@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=0<4.4:databases/py-redis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.16<2.0.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.3.0<3.0.0:devel/py-sortedcontainers@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioredis>=1.3.1<3.0.0:databases/py-aioredis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \
Expand Down
6 changes: 3 additions & 3 deletions databases/py-fakeredis/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1662558016
SHA256 (fakeredis-1.9.1.tar.gz) = e884776d7d0216e9c6c514527718259cfbd555777b36ba403ae680bd1489f7a1
SIZE (fakeredis-1.9.1.tar.gz) = 39191
TIMESTAMP = 1664767890
SHA256 (fakeredis-1.9.3.tar.gz) = ea7e4ed076def2eea36188662586a9f2271946ae56ebc2de6a998c82b33df776
SIZE (fakeredis-1.9.3.tar.gz) = 39422
6 changes: 3 additions & 3 deletions databases/py-fakeredis/files/patch-setup.py
@@ -1,11 +1,11 @@
--- setup.py.orig 2022-06-09 12:46:18 UTC
--- setup.py.orig 1970-01-01 00:00:00 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']
-['redis<4.4', 'sortedcontainers>=2.4.0,<3.0.0']
+['redis<4.4', 'sortedcontainers>=2.3.0,<3.0.0']

extras_require = \
-{'aioredis': ['aioredis>=2.0.1,<3.0.0'], 'lua': ['lupa>=1.13,<2.0']}
Expand Down

0 comments on commit b441ac1

Please sign in to comment.