aboutsummaryrefslogtreecommitdiff
path: root/databases/py-fakeredis
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-30 00:21:49 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-30 00:44:28 +0000
commit691e243c7d4520c9d40858f2ddd233377a7a954e (patch)
tree2dace3fe4399b9da899c5f210862317c91234379 /databases/py-fakeredis
parent538a35cc746d25570753d713fdff0221f7d1e8bb (diff)
downloadports-691e243c7d4520c9d40858f2ddd233377a7a954e.tar.gz
ports-691e243c7d4520c9d40858f2ddd233377a7a954e.zip
databases/py-fakeredis: Update to 2.19.0
Diffstat (limited to 'databases/py-fakeredis')
-rw-r--r--databases/py-fakeredis/Makefile2
-rw-r--r--databases/py-fakeredis/distinfo6
-rw-r--r--databases/py-fakeredis/files/patch-pyproject.toml18
3 files changed, 22 insertions, 4 deletions
diff --git a/databases/py-fakeredis/Makefile b/databases/py-fakeredis/Makefile
index 7fe0899d7759..6d447b29ee0d 100644
--- a/databases/py-fakeredis/Makefile
+++ b/databases/py-fakeredis/Makefile
@@ -1,5 +1,5 @@
PORTNAME= fakeredis
-PORTVERSION= 2.18.1
+PORTVERSION= 2.19.0
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/databases/py-fakeredis/distinfo b/databases/py-fakeredis/distinfo
index eb6083dd5809..1c82b29e95c3 100644
--- a/databases/py-fakeredis/distinfo
+++ b/databases/py-fakeredis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1694348260
-SHA256 (fakeredis-2.18.1.tar.gz) = 9742d6d4673df0f5f6ade4e4eee763b7f3517178ffa82508310325a6305651ec
-SIZE (fakeredis-2.18.1.tar.gz) = 113919
+TIMESTAMP = 1696001326
+SHA256 (fakeredis-2.19.0.tar.gz) = e136cd13bddd7e7f71270cc7c4693d14f975d929135eb0f8625ef55f204eee25
+SIZE (fakeredis-2.19.0.tar.gz) = 117030
diff --git a/databases/py-fakeredis/files/patch-pyproject.toml b/databases/py-fakeredis/files/patch-pyproject.toml
new file mode 100644
index 000000000000..ea9c0c5061b3
--- /dev/null
+++ b/databases/py-fakeredis/files/patch-pyproject.toml
@@ -0,0 +1,18 @@
+--- pyproject.toml.orig 2023-09-25 21:51:17 UTC
++++ pyproject.toml
+@@ -46,7 +46,7 @@ python = "^3.7"
+ redis = ">=4"
+ sortedcontainers = "^2"
+ lupa = { version = ">=1.14,<3.0", optional = true }
+-jsonpath-ng = { version = "^1.6", optional = true }
++jsonpath-ng = { version = "^1.5", optional = true }
+ pybloom-live = { version = "^4.0", optional = true }
+
+ [tool.poetry.extras]
+@@ -104,4 +104,4 @@ exclude = [
+ '.venv',
+ '.github',
+ '__pycache__',
+-]
+\ No newline at end of file
++]