git: 11c544eb3808 - main - databases/py-fakeredis: Update to 1.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Aug 2022 10:31:48 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=11c544eb3808dc68178e47df9f51b6b49372fd38 commit 11c544eb3808dc68178e47df9f51b6b49372fd38 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-27 10:24:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-27 10:24:14 +0000 databases/py-fakeredis: Update to 1.9.0 - Update WWW Changes: https://github.com/cunla/fakeredis-py/releases --- databases/py-fakeredis/Makefile | 2 +- databases/py-fakeredis/distinfo | 6 +++--- databases/py-fakeredis/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/py-fakeredis/Makefile b/databases/py-fakeredis/Makefile index 33194c3f2ac0..8f8cf65bc34c 100644 --- a/databases/py-fakeredis/Makefile +++ b/databases/py-fakeredis/Makefile @@ -1,5 +1,5 @@ PORTNAME= fakeredis -PORTVERSION= 1.8.2 +PORTVERSION= 1.9.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-fakeredis/distinfo b/databases/py-fakeredis/distinfo index 94f2ac94edb0..b290224ae505 100644 --- a/databases/py-fakeredis/distinfo +++ b/databases/py-fakeredis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659161149 -SHA256 (fakeredis-1.8.2.tar.gz) = 3564fbaed1eaec890eff96ee9088c1d30ee5fba2b81c97c72143f809d9c60c74 -SIZE (fakeredis-1.8.2.tar.gz) = 37796 +TIMESTAMP = 1660576770 +SHA256 (fakeredis-1.9.0.tar.gz) = 60639946e3bb1274c30416f539f01f9d73b4ea68c244c1442f5524e45f51e882 +SIZE (fakeredis-1.9.0.tar.gz) = 38595 diff --git a/databases/py-fakeredis/pkg-descr b/databases/py-fakeredis/pkg-descr index a3c924f1bb05..73e0193d0e1a 100644 --- a/databases/py-fakeredis/pkg-descr +++ b/databases/py-fakeredis/pkg-descr @@ -4,4 +4,4 @@ write unittests. Setting up redis is not hard, but many times you want to write unittests that do not talk to an external server (such as redis). This module now allows tests to simply use this module as a reasonable substitute for redis. -WWW: https://github.com/dsoftwareinc/fakeredis-py +WWW: https://github.com/cunla/fakeredis-py