notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-fakeredis Fake version of databases/py-redis for unit testing
2.21.3 databases on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.20.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-01-07 12:27:55
Last Update: 2024-03-23 14:31:04
Commit Hash: 2430d12
Also Listed In: python
License: BSD3CLAUSE MIT
WWW:
https://github.com/cunla/fakeredis-py
Description:
fakeredis is a pure Python implementation of the redis-py python client that simulates talking to a redis server. This was created for a single purpose: to 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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}fakeredis>0:databases/py-fakeredis@${PY_FLAVOR}
To install the port:
cd /usr/ports/databases/py-fakeredis/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/py-fakeredis
  • pkg install py39-fakeredis
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-fakeredis listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-fakeredis
Package flavors (<flavor>: <package>)
  • py39: py39-fakeredis
distinfo:
TIMESTAMP = 1710712394 SHA256 (fakeredis-2.21.3.tar.gz) = e9e1c309d49d83c4ce1ab6f3ee2e56787f6a5573a305109017bf140334dd396d SIZE (fakeredis-2.21.3.tar.gz) = 129013

Packages (timestamps in pop-ups are UTC):
py37-fakeredis
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.4.5---1.4.5-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-fakeredis
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.21.12.21.3-2.21.12.21.1---
FreeBSD:13:quarterly2.20.12.20.12.14.12.20.12.20.12.20.12.20.12.20.1
FreeBSD:14:latest2.21.12.21.11.10.12.21.12.21.12.13.0-2.13.0
FreeBSD:14:quarterly2.20.12.20.1-2.20.12.20.12.20.12.20.12.20.1
FreeBSD:15:latest2.21.12.21.1n/a2.20.1n/a2.20.12.20.12.21.1
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-poetry-core>=0 : devel/py-poetry-core@py39
  2. python3.9 : lang/python39
  3. py39-build>=0 : devel/py-build@py39
  4. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. py39-hypothesis>=0 : devel/py-hypothesis@py39
  2. py39-jsonpath-ng>=1.5<2 : devel/py-jsonpath-ng@py39
  3. py39-lupa>=1.14<2 : lang/py-lupa@py39
  4. py39-pytest-asyncio>=0 : devel/py-pytest-asyncio@py39
  5. py39-pytest-cov>=0 : devel/py-pytest-cov@py39
  6. py39-pytest-mock>=0 : devel/py-pytest-mock@py39
  7. py39-pytest>=7,1 : devel/py-pytest@py39
  8. python3.9 : lang/python39
Runtime dependencies:
  1. py39-redis>=4 : databases/py-redis@py39
  2. py39-sortedcontainers>=2<3 : devel/py-sortedcontainers@py39
  3. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py39-fakeredis-2.21.3: JSON=off: JSON file/format/parser support LUA=off: Lua support PROBABILISTIC=off: Probabilistic data structure support ===> Use 'make config' to modify these settings
Options name:
databases_py-fakeredis
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/f/fakeredis/
  2. https://pypi.org/packages/source/f/fakeredis/
Collapse this list.

Number of commits found: 76

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.21.3
23 Mar 2024 14:31:04
commit hash: 2430d125bc8a2ca8a250da3201c498b89ab11231commit hash: 2430d125bc8a2ca8a250da3201c498b89ab11231commit hash: 2430d125bc8a2ca8a250da3201c498b89ab11231commit hash: 2430d125bc8a2ca8a250da3201c498b89ab11231 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.21.3

Changes:	https://github.com/cunla/fakeredis-py/releases
2.21.1
21 Feb 2024 15:07:06
commit hash: ff0c646cf747737248b076d0e1dee4aa8e8a9a90commit hash: ff0c646cf747737248b076d0e1dee4aa8e8a9a90commit hash: ff0c646cf747737248b076d0e1dee4aa8e8a9a90commit hash: ff0c646cf747737248b076d0e1dee4aa8e8a9a90 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.21.1

- Add PROBABILISTIC option

Changes:	https://github.com/cunla/fakeredis-py/releases
2.20.1
14 Dec 2023 20:45:06
commit hash: 12e1cbabbe403d6c8a6597edfe42f82b8dad6462commit hash: 12e1cbabbe403d6c8a6597edfe42f82b8dad6462commit hash: 12e1cbabbe403d6c8a6597edfe42f82b8dad6462commit hash: 12e1cbabbe403d6c8a6597edfe42f82b8dad6462 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.20.1

Changes:	https://github.com/cunla/fakeredis-py/releases
2.20.0
01 Nov 2023 01:57:05
commit hash: ff32b13c736a086d39f73d458575fbb7ef0167dacommit hash: ff32b13c736a086d39f73d458575fbb7ef0167dacommit hash: ff32b13c736a086d39f73d458575fbb7ef0167dacommit hash: ff32b13c736a086d39f73d458575fbb7ef0167da files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.20.0

Changes:	https://github.com/cunla/fakeredis-py/releases
2.19.0
30 Sep 2023 00:44:28
commit hash: 691e243c7d4520c9d40858f2ddd233377a7a954ecommit hash: 691e243c7d4520c9d40858f2ddd233377a7a954ecommit hash: 691e243c7d4520c9d40858f2ddd233377a7a954ecommit hash: 691e243c7d4520c9d40858f2ddd233377a7a954e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.19.0

Changes:	https://github.com/cunla/fakeredis-py/releases
2.18.1
11 Sep 2023 03:08:07
commit hash: 515f98e9f5175f195981e65beb5773101e097b0ccommit hash: 515f98e9f5175f195981e65beb5773101e097b0ccommit hash: 515f98e9f5175f195981e65beb5773101e097b0ccommit hash: 515f98e9f5175f195981e65beb5773101e097b0c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.18.1

Changes:	https://github.com/cunla/fakeredis-py/releases
2.18.0
21 Aug 2023 17:03:40
commit hash: 6650e5cbcdc5e1e516319579dc8f20059207ea7bcommit hash: 6650e5cbcdc5e1e516319579dc8f20059207ea7bcommit hash: 6650e5cbcdc5e1e516319579dc8f20059207ea7bcommit hash: 6650e5cbcdc5e1e516319579dc8f20059207ea7b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.18.0

Changes:	https://github.com/cunla/fakeredis-py/releases
2.17.0
16 Aug 2023 18:25:20
commit hash: 9458bb2f34945337bd0e57ec13534a6e785dd583commit hash: 9458bb2f34945337bd0e57ec13534a6e785dd583commit hash: 9458bb2f34945337bd0e57ec13534a6e785dd583commit hash: 9458bb2f34945337bd0e57ec13534a6e785dd583 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.17.0

Changes:	https://github.com/cunla/fakeredis-py/releases
2.16.0
09 Jul 2023 21:34:27
commit hash: d2b671fdc2c35bf9a7649cc48ca4e3cbb7f7328dcommit hash: d2b671fdc2c35bf9a7649cc48ca4e3cbb7f7328dcommit hash: d2b671fdc2c35bf9a7649cc48ca4e3cbb7f7328dcommit hash: d2b671fdc2c35bf9a7649cc48ca4e3cbb7f7328d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.16.0

Changes:	https://github.com/cunla/fakeredis-py/releases
2.15.0
09 Jul 2023 10:18:42
commit hash: eb2ec95fbb02e8ca5b52e61d3c8c01db409dd8a5commit hash: eb2ec95fbb02e8ca5b52e61d3c8c01db409dd8a5commit hash: eb2ec95fbb02e8ca5b52e61d3c8c01db409dd8a5commit hash: eb2ec95fbb02e8ca5b52e61d3c8c01db409dd8a5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.15.0

Changes:	https://github.com/cunla/fakeredis-py/releases
2.14.1
30 Jun 2023 07:03:00
commit hash: 9336195a82725c7858267adf277dc3f588129aa4commit hash: 9336195a82725c7858267adf277dc3f588129aa4commit hash: 9336195a82725c7858267adf277dc3f588129aa4commit hash: 9336195a82725c7858267adf277dc3f588129aa4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.14.1

Changes:	https://github.com/cunla/fakeredis-py/releases
2.13.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2.13.0
27 May 2023 23:43:51
commit hash: b2d42f29a3ddb30665c7a03b9c2bca8f43c34acdcommit hash: b2d42f29a3ddb30665c7a03b9c2bca8f43c34acdcommit hash: b2d42f29a3ddb30665c7a03b9c2bca8f43c34acdcommit hash: b2d42f29a3ddb30665c7a03b9c2bca8f43c34acd files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.13.0

Changes:	https://github.com/cunla/fakeredis-py/releases
2.12.1
27 May 2023 04:08:19
commit hash: b5cac60374dbd832c4fad892a40ea60cc8caa22dcommit hash: b5cac60374dbd832c4fad892a40ea60cc8caa22dcommit hash: b5cac60374dbd832c4fad892a40ea60cc8caa22dcommit hash: b5cac60374dbd832c4fad892a40ea60cc8caa22d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.12.1

Changes:	https://github.com/cunla/fakeredis-py/releases
2.11.2
02 May 2023 16:19:58
commit hash: a014a2679597e31fd951c9817ee6c419ab9610cccommit hash: a014a2679597e31fd951c9817ee6c419ab9610cccommit hash: a014a2679597e31fd951c9817ee6c419ab9610cccommit hash: a014a2679597e31fd951c9817ee6c419ab9610cc files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.11.2

Changes:	https://github.com/cunla/fakeredis-py/releases
2.11.1
27 Apr 2023 23:58:31
commit hash: 89f5f06ed71adde767378be65bfd505ae42bdc99commit hash: 89f5f06ed71adde767378be65bfd505ae42bdc99commit hash: 89f5f06ed71adde767378be65bfd505ae42bdc99commit hash: 89f5f06ed71adde767378be65bfd505ae42bdc99 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.11.1

Changes:	https://github.com/cunla/fakeredis-py/releases
2.11.0
27 Apr 2023 15:46:05
commit hash: 04d772e94f78e029ac7c9ade20d62a7f94c57b1fcommit hash: 04d772e94f78e029ac7c9ade20d62a7f94c57b1fcommit hash: 04d772e94f78e029ac7c9ade20d62a7f94c57b1fcommit hash: 04d772e94f78e029ac7c9ade20d62a7f94c57b1f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.11.0

Changes:	https://github.com/cunla/fakeredis-py/releases
2.10.3
09 Apr 2023 20:40:05
commit hash: f104ac61030613eff4295045a39c1bd939010f87commit hash: f104ac61030613eff4295045a39c1bd939010f87commit hash: f104ac61030613eff4295045a39c1bd939010f87commit hash: f104ac61030613eff4295045a39c1bd939010f87 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 2.10.3

- Remove AIOREDIS option
- Add JSON option

Changes:	https://github.com/cunla/fakeredis-py/releases
1.10.2
09 Apr 2023 13:36:42
commit hash: 47fdc64f4a91997e5a73253cc48148aa1ec39121commit hash: 47fdc64f4a91997e5a73253cc48148aa1ec39121commit hash: 47fdc64f4a91997e5a73253cc48148aa1ec39121commit hash: 47fdc64f4a91997e5a73253cc48148aa1ec39121 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 1.10.2

Changes:	https://github.com/cunla/fakeredis-py/releases
1.10.1_1
05 Apr 2023 17:30:11
commit hash: 74ecd6fddb98eb9b6f638468c8f439c6f0454765commit hash: 74ecd6fddb98eb9b6f638468c8f439c6f0454765commit hash: 74ecd6fddb98eb9b6f638468c8f439c6f0454765commit hash: 74ecd6fddb98eb9b6f638468c8f439c6f0454765 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
1.10.1
30 Jan 2023 12:59:35
commit hash: 43ad8992f6cb6579fce25daf7423b2bbd8f2417ccommit hash: 43ad8992f6cb6579fce25daf7423b2bbd8f2417ccommit hash: 43ad8992f6cb6579fce25daf7423b2bbd8f2417ccommit hash: 43ad8992f6cb6579fce25daf7423b2bbd8f2417c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Fix daa672509a99430426efe7f370248defd58bf2f3

- Remove duplicate RUN_DEPENDS
1.10.1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
1.10.1
30 Dec 2022 09:04:25
commit hash: 941ac9bc2493db4b261fa6be6454fccd94b9bf4ccommit hash: 941ac9bc2493db4b261fa6be6454fccd94b9bf4ccommit hash: 941ac9bc2493db4b261fa6be6454fccd94b9bf4ccommit hash: 941ac9bc2493db4b261fa6be6454fccd94b9bf4c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 1.10.1

Changes:	https://github.com/cunla/fakeredis-py/releases
1.9.3
03 Oct 2022 17:10:26
commit hash: b441ac1f9ea603fab685dccde16168156ff05a7bcommit hash: b441ac1f9ea603fab685dccde16168156ff05a7bcommit hash: b441ac1f9ea603fab685dccde16168156ff05a7bcommit hash: b441ac1f9ea603fab685dccde16168156ff05a7b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 1.9.3

Changes:	https://github.com/cunla/fakeredis-py/releases
1.9.1
10 Sep 2022 13:02:41
commit hash: e8f2ec69a9962d8d10b5a08e3daea516a7b9c6f1commit hash: e8f2ec69a9962d8d10b5a08e3daea516a7b9c6f1commit hash: e8f2ec69a9962d8d10b5a08e3daea516a7b9c6f1commit hash: e8f2ec69a9962d8d10b5a08e3daea516a7b9c6f1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 1.9.1

Changes:	https://github.com/cunla/fakeredis-py/releases
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.9.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.9.0
27 Aug 2022 10:24:14
commit hash: 11c544eb3808dc68178e47df9f51b6b49372fd38commit hash: 11c544eb3808dc68178e47df9f51b6b49372fd38commit hash: 11c544eb3808dc68178e47df9f51b6b49372fd38commit hash: 11c544eb3808dc68178e47df9f51b6b49372fd38 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 1.9.0

- Update WWW

Changes:	https://github.com/cunla/fakeredis-py/releases
1.8.2
30 Jul 2022 19:24:33
commit hash: b5c6faeab4e81f2e1535ba09ebd710b488b05ff7commit hash: b5c6faeab4e81f2e1535ba09ebd710b488b05ff7commit hash: b5c6faeab4e81f2e1535ba09ebd710b488b05ff7commit hash: b5c6faeab4e81f2e1535ba09ebd710b488b05ff7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 1.8.2

Changes:	https://github.com/dsoftwareinc/fakeredis-py/releases
1.8.1
16 Jun 2022 13:59:31
commit hash: daa672509a99430426efe7f370248defd58bf2f3commit hash: daa672509a99430426efe7f370248defd58bf2f3commit hash: daa672509a99430426efe7f370248defd58bf2f3commit hash: daa672509a99430426efe7f370248defd58bf2f3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 1.8.1

Changes:	https://github.com/dsoftwareinc/fakeredis-py/releases
1.7.5
09 Jun 2022 23:16:02
commit hash: 2461c11050e80b2bff2b7e02532d360e2d6343c8commit hash: 2461c11050e80b2bff2b7e02532d360e2d6343c8commit hash: 2461c11050e80b2bff2b7e02532d360e2d6343c8commit hash: 2461c11050e80b2bff2b7e02532d360e2d6343c8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 1.7.5

- Update LICENSE
- Update WWW

Changes:	https://github.com/dsoftwareinc/fakeredis-py/releases
1.7.1
03 Jun 2022 16:57:14
commit hash: f863f492935caa8e14e2884067fd2c8a697c4402commit hash: f863f492935caa8e14e2884067fd2c8a697c4402commit hash: f863f492935caa8e14e2884067fd2c8a697c4402commit hash: f863f492935caa8e14e2884067fd2c8a697c4402 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Convert to USE_PYTHON=pytest
1.7.1
26 Apr 2022 16:45:59
commit hash: 0f1527691c040392ef55aeb6a3f92f0fd70b2c90commit hash: 0f1527691c040392ef55aeb6a3f92f0fd70b2c90commit hash: 0f1527691c040392ef55aeb6a3f92f0fd70b2c90commit hash: 0f1527691c040392ef55aeb6a3f92f0fd70b2c90 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Sort TEST_DEPENDS

- Update version requirement of TEST_DEPENDS
1.7.1
21 Apr 2022 10:58:40
commit hash: 930867e807d0e7c292363a10662eaa03728ac2d1commit hash: 930867e807d0e7c292363a10662eaa03728ac2d1commit hash: 930867e807d0e7c292363a10662eaa03728ac2d1commit hash: 930867e807d0e7c292363a10662eaa03728ac2d1 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
databases/py-fakeredis: fix tests

- Switch to recent pytest
- Switch to USES=pytest
- Add missing depends
- Fix incorrect way of running tests

Approved by:	portmgr blanket
1.7.1
28 Mar 2022 12:38:27
commit hash: aec4847321880fd6c01576ca577050a9d114b282commit hash: aec4847321880fd6c01576ca577050a9d114b282commit hash: aec4847321880fd6c01576ca577050a9d114b282commit hash: aec4847321880fd6c01576ca577050a9d114b282 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
databases/py-fakeredis: switch to pytest4

- Switch to pytest4 to avoid test failures after updating pytest to 7.x
- Don't forget epoch when limiting pytest version

PR:		256624
1.7.1
07 Mar 2022 18:11:01
commit hash: 062986d547aa298feef0d78d50c6a54559000577commit hash: 062986d547aa298feef0d78d50c6a54559000577commit hash: 062986d547aa298feef0d78d50c6a54559000577commit hash: 062986d547aa298feef0d78d50c6a54559000577 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 1.7.1

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.7.0
21 Dec 2021 18:47:56
commit hash: 3985630c3355d54eec8dbe447940e94b531259c5commit hash: 3985630c3355d54eec8dbe447940e94b531259c5commit hash: 3985630c3355d54eec8dbe447940e94b531259c5commit hash: 3985630c3355d54eec8dbe447940e94b531259c5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 1.7.0

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.6.1
21 Sep 2021 03:44:17
commit hash: 228077f325f23c1f12cde469b7fbf0cd2a484ad5commit hash: 228077f325f23c1f12cde469b7fbf0cd2a484ad5commit hash: 228077f325f23c1f12cde469b7fbf0cd2a484ad5commit hash: 228077f325f23c1f12cde469b7fbf0cd2a484ad5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 1.6.1

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.5.2
14 Jun 2021 17:39:45
commit hash: 4913e44e4b76a2d883f30b092da654fc881ba187commit hash: 4913e44e4b76a2d883f30b092da654fc881ba187commit hash: 4913e44e4b76a2d883f30b092da654fc881ba187commit hash: 4913e44e4b76a2d883f30b092da654fc881ba187 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 1.5.2

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.5.1
30 May 2021 19:52:21
commit hash: feda146ba20eb154d4c411dcd026ca47cf489007commit hash: feda146ba20eb154d4c411dcd026ca47cf489007commit hash: feda146ba20eb154d4c411dcd026ca47cf489007commit hash: feda146ba20eb154d4c411dcd026ca47cf489007 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 1.5.1

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.5.0
29 Apr 2021 14:23:44
commit hash: aa4144cf85ac5502125f810ea77fb31e00e1fbd8commit hash: aa4144cf85ac5502125f810ea77fb31e00e1fbd8commit hash: aa4144cf85ac5502125f810ea77fb31e00e1fbd8commit hash: aa4144cf85ac5502125f810ea77fb31e00e1fbd8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Add CATEGORIES=python
1.5.0
18 Apr 2021 05:43:01
commit hash: c3d7af05a36e87d7f345d9cde83270daff770d0fcommit hash: c3d7af05a36e87d7f345d9cde83270daff770d0fcommit hash: c3d7af05a36e87d7f345d9cde83270daff770d0fcommit hash: c3d7af05a36e87d7f345d9cde83270daff770d0f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-fakeredis: Update to 1.5.0

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.4.5
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.4.5
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.4.5
10 Dec 2020 21:33:12
Revision:557513Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.5

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.4.4
22 Oct 2020 17:38:07
Revision:553003Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.4

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.4.3
21 Aug 2020 21:23:34
Revision:545652Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.3

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.4.2
15 Aug 2020 16:30:51
Revision:544979Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.2

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.4.1
06 May 2020 05:12:30
Revision:534119Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.1

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.4.0
06 Apr 2020 17:33:21
Revision:530901Original commit files touched by this commit
sunpoet search for other commits by this committer
Add AIOREDIS and LUA options
1.4.0
04 Apr 2020 07:24:44
Revision:530574Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.4.0

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.3.1
02 Apr 2020 12:03:10
Revision:530303Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.3.1

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.3.0
28 Mar 2020 12:51:22
Revision:529384Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.3.0

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.2.1
16 Feb 2020 18:01:02
Revision:526279Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.2.1

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.2.0
05 Feb 2020 18:23:00
Revision:525293Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.2.0

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.1.1
04 Feb 2020 17:54:19
Revision:525193Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.1.1

Changes:	https://github.com/jamesls/fakeredis/blob/master/README.rst#revision-history
1.1.0
18 Jan 2020 19:01:53
Revision:523483Original commit files touched by this commit
sunpoet search for other commits by this committer
Take maintainership
1.1.0
18 Jan 2020 16:46:29
Revision:523425Original commit files touched by this commit
rene search for other commits by this committer
Return a few ports to the pool.
1.1.0
30 Nov 2019 22:28:06
Revision:518736Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to version 1.1.0

This version switches from nose to pytest-cov for its self-tests.

Reported by:	portscout
1.0.5
05 Sep 2019 19:13:41
Revision:511262Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to 1.0.5
1.0.4
15 Aug 2019 12:00:49
Revision:508992Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to 1.0.4

Reported by:	portscout
1.0.3
08 Apr 2019 20:30:17
Revision:498427Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to 1.0.3

Highlights:
- Now supports py3-redis
- Better support when called from Lua
- Fixed some race conditions

Reported by:	https://repology.org/projects/?maintainer=rene%40freebsd.org
0.16.0
29 Nov 2018 12:33:15
Revision:486169Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to 0.16.0 and limit to py-redis < 3.

Reported by:	portscout
0.15.0
09 Nov 2018 19:50:57
Revision:484544Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to 0.15.0

Reported by:	portscout
0.14.0
26 Sep 2018 10:09:46
Revision:480727Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to 0.14.0

Reported by:	portscout
0.13.1
10 Sep 2018 19:28:28
Revision:479442Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to 0.13.1, add 'test' target to Makefile
0.13.0.1
20 Aug 2018 21:45:03
Revision:477676Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to 0.13.0.1
0.12.0
03 Aug 2018 13:03:49
Revision:476291Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to version 0.12.0

Reported by:	portscout
0.11.0
23 Jun 2018 11:40:40
Revision:473126Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to 0.11.0

Reported by:	portscout
0.10.3
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.10.3
12 May 2018 10:38:41
Revision:469727Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to 0.10.3

Submitted by:	portscout
0.10.2
06 Apr 2018 17:30:42
Revision:466682Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to 0.10.2

Changelog:	https://github.com/jamesls/fakeredis#0102
Reported by:	portscout
MFH:		2018Q2
0.10.1
24 Mar 2018 13:14:27
Revision:465450Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to 0.10.1

Changelog:	https://github.com/jamesls/fakeredis#revision-history
Reported by:	portscout
0.9.0
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9.0
14 Oct 2017 13:20:35
Revision:452065Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to 0.9.0

Submitted by:	portscout
0.8.2
07 Jan 2017 12:27:45
Revision:430782Original commit files touched by this commit
rene search for other commits by this committer
fakeredis is a pure python implementation of the redis-py python client that
simulates talking to a redis server. This was created for a single purpose:
to 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/jamesls/fakeredis

Number of commits found: 76