Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2023 00:48:31 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 691e243c7d45 - main - databases/py-fakeredis: Update to 2.19.0
Message-ID:  <202309300048.38U0mVgx006523@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=691e243c7d4520c9d40858f2ddd233377a7a954e

commit 691e243c7d4520c9d40858f2ddd233377a7a954e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-30 00:21:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-30 00:44:28 +0000

    databases/py-fakeredis: Update to 2.19.0
    
    Changes:        https://github.com/cunla/fakeredis-py/releases
---
 databases/py-fakeredis/Makefile                   |  2 +-
 databases/py-fakeredis/distinfo                   |  6 +++---
 databases/py-fakeredis/files/patch-pyproject.toml | 18 ++++++++++++++++++
 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
++]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309300048.38U0mVgx006523>