git: 941ac9bc2493 - main - databases/py-fakeredis: Update to 1.10.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:09:44 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=941ac9bc2493db4b261fa6be6454fccd94b9bf4c commit 941ac9bc2493db4b261fa6be6454fccd94b9bf4c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:41:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:04:25 +0000 databases/py-fakeredis: Update to 1.10.1 Changes: https://github.com/cunla/fakeredis-py/releases --- databases/py-fakeredis/Makefile | 4 ++-- databases/py-fakeredis/distinfo | 6 +++--- databases/py-fakeredis/files/patch-setup.py | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/databases/py-fakeredis/Makefile b/databases/py-fakeredis/Makefile index 5afdb2441643..30025db4b4c4 100644 --- a/databases/py-fakeredis/Makefile +++ b/databases/py-fakeredis/Makefile @@ -1,5 +1,5 @@ PORTNAME= fakeredis -PORTVERSION= 1.9.3 +PORTVERSION= 1.10.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE_COMB= multi 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} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=0<4.5:databases/py-redis@${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} \ diff --git a/databases/py-fakeredis/distinfo b/databases/py-fakeredis/distinfo index 416f3094a183..a6f2310df6d3 100644 --- a/databases/py-fakeredis/distinfo +++ b/databases/py-fakeredis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664767890 -SHA256 (fakeredis-1.9.3.tar.gz) = ea7e4ed076def2eea36188662586a9f2271946ae56ebc2de6a998c82b33df776 -SIZE (fakeredis-1.9.3.tar.gz) = 39422 +TIMESTAMP = 1669057655 +SHA256 (fakeredis-1.10.1.tar.gz) = 2d0d9163ce9ea7e3eae44c65d2e4ed168a8a3827a1d3ba430ca6f31ab0e762ff +SIZE (fakeredis-1.10.1.tar.gz) = 42555 diff --git a/databases/py-fakeredis/files/patch-setup.py b/databases/py-fakeredis/files/patch-setup.py index a5d1c92d3a52..7775d625f117 100644 --- a/databases/py-fakeredis/files/patch-setup.py +++ b/databases/py-fakeredis/files/patch-setup.py @@ -4,8 +4,8 @@ {'': ['*']} install_requires = \ --['redis<4.4', 'sortedcontainers>=2.4.0,<3.0.0'] -+['redis<4.4', 'sortedcontainers>=2.3.0,<3.0.0'] +-['redis<4.5', 'sortedcontainers>=2.4.0,<3.0.0'] ++['redis<4.5', 'sortedcontainers>=2.3.0,<3.0.0'] extras_require = \ -{'aioredis': ['aioredis>=2.0.1,<3.0.0'], 'lua': ['lupa>=1.13,<2.0']}