From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fakeredis/
Date: Wed, 08 Oct 2025 06:26:05 +0000 (UTC) [thread overview]
Message-ID: <1759904753.4bfdb5f8006e6d3ed5de2ce82d9cbe152734abd4.mgorny@gentoo> (raw)
commit: 4bfdb5f8006e6d3ed5de2ce82d9cbe152734abd4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 8 05:00:51 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 8 06:25:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfdb5f8
dev-python/fakeredis: Bump to 2.32.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fakeredis/Manifest | 1 +
dev-python/fakeredis/fakeredis-2.32.0.ebuild | 95 ++++++++++++++++++++++++++++
2 files changed, 96 insertions(+)
diff --git a/dev-python/fakeredis/Manifest b/dev-python/fakeredis/Manifest
index f8f7e7f71fbc..8cd53f8fb86d 100644
--- a/dev-python/fakeredis/Manifest
+++ b/dev-python/fakeredis/Manifest
@@ -1,3 +1,4 @@
DIST fakeredis-2.31.0.tar.gz 170163 BLAKE2B 1d850e11166208a1c6437b7bc496c16f99f9ffd4497155a6ab5a6304db05ac16fa2b7f616c416e9f3986c7e95a48e21e55a5cbee76234025c2c3536a139eb55e SHA512 e79bd841b9cf0a7ef0ea922c97b813a0666f9b282a223ccb64411727229bff21efd06a7573e223cb93472566b7a07d8a03d6f184218eb781fcd04cd9573f9320
DIST fakeredis-2.31.1.tar.gz 170681 BLAKE2B c6aa71f27342521293275dfe997dc82bcd51b26e2d7a35e85d710361301c7ecd698cbaf8f78b276edea97cf45303d4840fa836005ed022515c563f6a9c18a525 SHA512 aa4a7bc4199fed02ff71b329ee0280574339a3d259b237cbf279f0825fc450415afb6e460babfb95c26b04ee4eb001b7e79ea434ed4720ff2bd74a76e59385e9
DIST fakeredis-2.31.3.tar.gz 170984 BLAKE2B 0a85f0f27945e883c1f0510bc1f91e52b0fe65755f508b90f887d4fc2915bc97f37935193dc378f738b59cd82228e04b9ca6ad9f263b7b4ed4e26b1d38c9f097 SHA512 e10a107e6486c949ef597bdd68c3a8ebbbf2eace0d3437af390ee9a356aab426a617a623125c8713d47c63489ba4c2fce3d63eeea663c6f8c49d48387b79fbe3
+DIST fakeredis-2.32.0.tar.gz 171097 BLAKE2B 4afc483f12994b91a7d8582600e25f63c8542bb54c2bdfcd6a62a7db263fc90c4f480bc2a28660b98d2a65f4902922505fb1fef5a3c440e361c5e586007e82b6 SHA512 d6bd1832fc69df5b59d75209090db77c06da15c5e327e030ca508940bd9848b4b43d83d95d37476232077f1868919223c72f1196bae9b4c55f0ec2c11aafd12d
diff --git a/dev-python/fakeredis/fakeredis-2.32.0.ebuild b/dev-python/fakeredis/fakeredis-2.32.0.ebuild
new file mode 100644
index 000000000000..6192a055360a
--- /dev/null
+++ b/dev-python/fakeredis/fakeredis-2.32.0.ebuild
@@ -0,0 +1,95 @@
+# Copyright 2020-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Fake implementation of redis API for testing purposes"
+HOMEPAGE="
+ https://github.com/cunla/fakeredis-py/
+ https://pypi.org/project/fakeredis/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/redis-4.3[${PYTHON_USEDEP}]
+ <dev-python/sortedcontainers-3[${PYTHON_USEDEP}]
+ >=dev-python/sortedcontainers-2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-db/redis
+ dev-python/packaging[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=( pytest-{asyncio,mock} )
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # TODO
+ "test/test_mixins/test_pubsub_commands.py::test_pubsub_channels[StrictRedis2]"
+ "test/test_mixins/test_pubsub_commands.py::test_pubsub_channels[StrictRedis3]"
+ "test/test_mixins/test_pubsub_commands.py::test_published_message_to_shard_channel[StrictRedis3]"
+ test/test_mixins/test_set_commands.py::test_smismember_wrong_type
+ "test/test_mixins/test_pubsub_commands.py::test_pubsub_shardnumsub[StrictRedis2]"
+ "test/test_mixins/test_pubsub_commands.py::test_pubsub_shardnumsub[StrictRedis3]"
+ "test/test_mixins/test_streams_commands.py::test_xgroup_setid_redis7[StrictRedis2]"
+ "test/test_mixins/test_streams_commands.py::test_xgroup_setid_redis7[StrictRedis3]"
+ # json ext
+ test/test_json/test_json.py
+ test/test_json/test_json_arr_commands.py
+ # incompatible with xdist, not worth extra effort
+ test/test_tcp_server/test_connectivity.py
+ # flaky
+ test/test_mixins/test_server_commands.py::test_bgsave
+)
+EPYTEST_IGNORE=(
+ # these tests fail a lot...
+ test/test_hypothesis
+ test/test_hypothesis_joint.py
+ # require valkey package
+ test/test_valkey
+)
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ # do not install duplicate license
+ sed -i -e '\@fakeredis/LICENSE@d' pyproject.toml || die
+}
+
+src_test() {
+ local redis_pid="${T}"/redis.pid
+ local redis_port=6390
+
+ einfo "Spawning Redis"
+ einfo "NOTE: Port ${redis_port} must be free"
+ "${EPREFIX}"/usr/sbin/redis-server - <<- EOF || die "Unable to start redis server"
+ daemonize yes
+ pidfile ${redis_pid}
+ port ${redis_port}
+ bind 127.0.0.1
+ EOF
+
+ # Run the tests
+ distutils-r1_src_test
+
+ # Clean up afterwards
+ kill "$(<"${redis_pid}")" || die
+}
+
+python_test() {
+ # we can run "fake" tests in parallel, but "real" seem to share
+ # the same connection
+ epytest -m "not real"
+ EPYTEST_XDIST= epytest -m "real"
+}
next reply other threads:[~2025-10-08 6:26 UTC|newest]
Thread overview: 191+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-08 6:26 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-08 6:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/fakeredis/ Michał Górny
2025-09-27 18:28 Arthur Zamarin
2025-09-23 5:55 Michał Górny
2025-09-16 19:59 Sam James
2025-09-04 23:16 Sam James
2025-09-01 3:19 Michał Górny
2025-07-30 6:00 Michał Górny
2025-07-05 10:00 Arthur Zamarin
2025-06-20 5:02 Michał Górny
2025-06-18 7:11 Michał Górny
2025-06-17 13:33 Michał Górny
2025-06-17 13:01 Michał Górny
2025-06-17 3:40 Michał Górny
2025-05-24 9:18 Michał Górny
2025-05-24 9:16 Michał Górny
2025-05-12 10:29 Michał Górny
2025-05-07 2:07 Michał Górny
2025-04-19 18:39 Arthur Zamarin
2025-04-03 7:59 Michał Górny
2025-03-30 2:37 Michał Górny
2025-03-01 11:57 Michał Górny
2025-02-12 4:16 Michał Górny
2025-01-04 15:00 Michał Górny
2025-01-04 13:28 Arthur Zamarin
2024-12-18 7:27 Michał Górny
2024-11-16 9:21 Michał Górny
2024-11-16 9:20 Michał Górny
2024-10-28 18:15 Michał Górny
2024-10-25 4:04 Michał Górny
2024-10-19 8:44 Michał Górny
2024-10-19 8:41 Arthur Zamarin
2024-10-01 3:46 Michał Górny
2024-09-29 3:01 Michał Górny
2024-09-14 12:32 Michał Górny
2024-09-14 12:06 Arthur Zamarin
2024-08-27 7:39 Michał Górny
2024-08-25 12:33 Michał Górny
2024-08-24 13:06 Michał Górny
2024-08-24 8:15 Sam James
2024-08-04 2:48 Michał Górny
2024-07-31 5:52 Michał Górny
2024-07-20 13:27 Michał Górny
2024-06-30 2:52 Michał Górny
2024-06-05 9:13 Michał Górny
2024-06-05 6:48 Arthur Zamarin
2024-05-19 6:02 Michał Górny
2024-05-18 16:10 Michał Górny
2024-05-13 2:12 Michał Górny
2024-05-07 17:45 Michał Górny
2024-05-04 11:32 Michał Górny
2024-05-04 7:51 Arthur Zamarin
2024-04-20 5:40 Michał Górny
2024-03-30 14:34 Michał Górny
2024-03-12 17:51 Michał Górny
2024-03-11 3:53 Michał Górny
2024-03-02 11:44 Michał Górny
2024-03-02 11:18 Arthur Zamarin
2024-02-16 5:40 Michał Górny
2024-02-14 12:36 Michał Górny
2024-02-14 12:26 Michał Górny
2024-01-31 6:42 Michał Górny
2023-12-30 14:40 Michał Górny
2023-12-14 13:58 Michał Górny
2023-11-22 11:59 Michał Górny
2023-11-22 11:11 Sam James
2023-10-22 6:55 Michał Górny
2023-10-14 18:49 Michał Górny
2023-10-14 16:59 Arthur Zamarin
2023-09-26 4:42 Michał Górny
2023-09-17 11:26 Michał Górny
2023-09-09 3:22 Michał Górny
2023-08-19 16:07 Michał Górny
2023-08-19 16:02 Arthur Zamarin
2023-08-15 2:39 Michał Górny
2023-07-24 11:09 Michał Górny
2023-07-19 6:57 Michał Górny
2023-07-05 6:19 Michał Górny
2023-06-27 11:52 Michał Górny
2023-06-27 5:19 Jakov Smolić
2023-06-20 5:38 Michał Górny
2023-06-07 5:09 Michał Górny
2023-06-06 5:43 Michał Górny
2023-05-31 16:05 Michał Górny
2023-05-23 16:15 Michał Górny
2023-05-23 15:50 Arthur Zamarin
2023-05-22 5:53 Michał Górny
2023-05-11 17:58 Michał Górny
2023-05-08 3:55 Michał Górny
2023-04-30 3:55 Michał Górny
2023-04-26 5:36 Michał Górny
2023-04-23 19:30 Michał Górny
2023-04-05 9:14 Michał Górny
2023-04-05 8:32 Arthur Zamarin
2023-04-04 4:48 Michał Górny
2023-03-22 6:05 Michał Górny
2023-03-16 3:33 Michał Górny
2023-03-11 16:17 Michał Górny
2023-03-11 16:00 Sam James
2023-03-04 18:16 Michał Górny
2023-02-21 7:41 Michał Górny
2023-02-20 15:22 Michał Górny
2023-02-15 19:51 Michał Górny
2023-02-15 19:21 Arthur Zamarin
2023-02-15 7:25 Michał Górny
2023-02-15 7:16 Michał Górny
2023-02-11 19:11 Michał Górny
2023-02-05 17:07 Michał Górny
2023-02-04 4:48 Michał Górny
2023-01-28 7:39 Michał Górny
2023-01-26 19:11 Michał Górny
2023-01-26 18:42 Arthur Zamarin
2023-01-23 7:34 Michał Górny
2022-12-25 17:33 Michał Górny
2022-12-25 8:09 Michał Górny
2022-12-16 11:32 Michał Górny
2022-12-06 6:02 Michał Górny
2022-12-01 7:09 Michał Górny
2022-11-25 14:04 Michał Górny
2022-11-25 13:58 Arthur Zamarin
2022-11-19 9:42 Michał Górny
2022-11-09 8:38 Michał Górny
2022-11-03 19:27 Arthur Zamarin
2022-11-03 19:22 Arthur Zamarin
2022-10-25 20:30 Arthur Zamarin
2022-10-16 5:41 Arthur Zamarin
2022-09-28 18:34 Michał Górny
2022-09-27 18:25 Arthur Zamarin
2022-09-20 8:08 Michał Górny
2022-09-20 7:45 Jakov Smolić
2022-09-04 16:22 Michał Górny
2022-08-27 6:24 Michał Górny
2022-08-27 6:24 Michał Górny
2022-08-26 23:29 Sam James
2022-08-25 13:03 Jakov Smolić
2022-07-31 18:20 Arthur Zamarin
2022-07-25 7:12 Michał Górny
2022-07-10 19:09 Michał Górny
2022-07-10 18:04 Arthur Zamarin
2022-06-09 20:13 Michał Górny
2022-06-09 20:13 Michał Górny
2022-06-09 19:19 Michał Górny
2022-06-06 11:33 Michał Górny
2022-05-28 5:00 Michał Górny
2022-05-26 8:07 Michał Górny
2022-05-15 6:39 Michał Górny
2022-05-08 8:47 Michał Górny
2022-04-09 18:41 Michał Górny
2022-04-09 16:32 Arthur Zamarin
2022-03-08 17:11 Jakov Smolić
2022-02-14 21:37 Michał Górny
2021-12-30 21:30 Michał Górny
2021-12-30 20:06 Arthur Zamarin
2021-12-03 8:31 Michał Górny
2021-12-03 7:34 Arthur Zamarin
2021-11-29 7:49 Sam James
2021-11-28 22:02 Michał Górny
2021-11-25 18:09 Arthur Zamarin
2021-11-19 8:37 Arthur Zamarin
2021-11-19 7:59 Arthur Zamarin
2021-09-16 8:43 Arthur Zamarin
2021-09-07 18:59 Sam James
2021-09-07 18:56 Sam James
2021-09-07 2:47 Sam James
2021-09-06 21:26 Sam James
2021-08-19 11:38 Sam James
2021-08-17 5:40 Arthur Zamarin
2021-08-16 19:09 Arthur Zamarin
2021-07-03 6:32 Michał Górny
2021-07-03 6:17 Agostino Sarubbo
2021-05-27 23:18 Michał Górny
2021-04-27 18:22 Michał Górny
2021-03-24 18:38 Michał Górny
2021-01-18 14:52 Sam James
2020-12-24 8:45 Michał Górny
2020-12-24 1:21 Sam James
2020-11-26 8:53 Michał Górny
2020-11-26 8:36 Sam James
2020-11-25 9:46 Michał Górny
2020-11-24 14:36 Sam James
2020-11-20 13:42 Sam James
2020-11-18 10:45 Sam James
2020-11-14 19:00 Sam James
2020-10-20 2:50 Michał Górny
2020-10-19 20:13 Sam James
2020-09-18 23:58 Sam James
2020-09-16 3:01 Sam James
2020-09-14 11:33 Louis Sautier
2020-09-13 9:04 Sam James
2020-09-13 8:59 Sam James
2020-09-10 22:03 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1759904753.4bfdb5f8006e6d3ed5de2ce82d9cbe152734abd4.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox