forked from Lainports/freebsd-ports
databases/py-fakeredis: Update to 2.16.0
Changes: https://github.com/cunla/fakeredis-py/releases
This commit is contained in:
parent
a95080a54c
commit
d2b671fdc2
3 changed files with 5 additions and 16 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= fakeredis
|
||||
PORTVERSION= 2.15.0
|
||||
PORTVERSION= 2.16.0
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=4:databases/py-redis@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.3<3:devel/py-sortedcontainers@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2<3:devel/py-sortedcontainers@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jsonpath-ng>=1.5<2:devel/py-jsonpath-ng@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}lupa>=1.14<2:lang/py-lupa@${PY_FLAVOR} \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1688166152
|
||||
SHA256 (fakeredis-2.15.0.tar.gz) = 519ab3585ac0c652f04836209b9d835f33879560c7451c2abfc59a663cfaffbc
|
||||
SIZE (fakeredis-2.15.0.tar.gz) = 108160
|
||||
TIMESTAMP = 1688902073
|
||||
SHA256 (fakeredis-2.16.0.tar.gz) = 5abdd734de4ead9d6c7acbd3add1c4aa9b3ab35219339530472d9dd2bdf13057
|
||||
SIZE (fakeredis-2.16.0.tar.gz) = 108416
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- pyproject.toml.orig 2023-04-03 23:14:58 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -44,7 +44,7 @@ include = [
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
redis = ">=4"
|
||||
-sortedcontainers = "^2.4"
|
||||
+sortedcontainers = "^2.3"
|
||||
lupa = { version = "^1.14", optional = true }
|
||||
jsonpath-ng = { version = "^1.5", optional = true }
|
||||
|
||||
Loading…
Add table
Reference in a new issue