public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
Date: Wed, 06 Aug 2025 05:30:22 +0000 (UTC)	[thread overview]
Message-ID: <1754458217.8016a4d6a0358e4324a798cb1e721713de653e8d.mgorny@gentoo> (raw)

commit:     8016a4d6a0358e4324a798cb1e721713de653e8d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  6 04:46:05 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug  6 05:30:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8016a4d6

dev-python/time-machine: Bump to 2.17.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/time-machine/Manifest                   |  1 +
 dev-python/time-machine/time-machine-2.17.0.ebuild | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
index 4029cd618dd3..5b85f573390e 100644
--- a/dev-python/time-machine/Manifest
+++ b/dev-python/time-machine/Manifest
@@ -1 +1,2 @@
 DIST time-machine-2.16.0.gh.tar.gz 30522 BLAKE2B 71b1d2848bd0a72d193b262299976da4aeac3deb52776ebcc855dfc9e6eabc8d9459c123980d7b0b9e29bc2df66193f287a4817ec351ae43994b969731da7bc9 SHA512 19b764cccdff07056a7d42841da576d90037661a9f124e3fbab408bfa61dccf4b51b88a7e0741c87b03e7a8cc3306bb0ed32bd66588e45c9ab7e9d9cb5ba44ae
+DIST time-machine-2.17.0.gh.tar.gz 72389 BLAKE2B b1c926c691086bddfefec77b101a0f99404c4d48907ae07e380a4dea2dee42b04543efc357759c10758bd8b2ee1f8989af21fb024d9e4534f4d76d7394a4b582 SHA512 adf7236588daf3362abce6034c1ee3ed60c0533b4340010ad62d83d2480c9082a17653ae1efd2db6bd04b233e33a9fd7e6fc2e8d2fea6fca05c31543e9447c35

diff --git a/dev-python/time-machine/time-machine-2.17.0.ebuild b/dev-python/time-machine/time-machine-2.17.0.ebuild
new file mode 100644
index 000000000000..8fa8e80ffa6a
--- /dev/null
+++ b/dev-python/time-machine/time-machine-2.17.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Travel through time in your tests"
+HOMEPAGE="
+	https://github.com/adamchainz/time-machine/
+	https://pypi.org/project/time-machine/
+"
+SRC_URI="
+	https://github.com/adamchainz/time-machine/archive/${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/tokenize-rt[${PYTHON_USEDEP}]
+	)
+"
+
+EPYTEST_PLUGINS=( "${PN}" )
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+	# https://github.com/adamchainz/time-machine/pull/529
+	tests/test_cli.py::TestMain::test_main_help_subprocess
+	tests/test_cli.py::TestMain::test_no_subcommand
+)


             reply	other threads:[~2025-08-06  5:30 UTC|newest]

Thread overview: 120+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-06  5:30 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-26 12:34 [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/ Arthur Zamarin
2025-09-26 12:27 Arthur Zamarin
2025-09-26 12:26 Arthur Zamarin
2025-09-26 12:26 Arthur Zamarin
2025-09-26 11:17 Arthur Zamarin
2025-09-26 11:17 Arthur Zamarin
2025-09-16 21:17 James Le Cuirot
2025-08-22 12:49 WANG Xuerui
2025-08-20  6:05 Michał Górny
2025-08-19  2:41 Michał Górny
2025-08-10 14:14 Jakov Smolić
2025-08-06  6:07 Sam James
2025-08-06  5:38 Sam James
2025-05-12 18:36 Sam James
2024-11-20 11:13 Michał Górny
2024-11-20 10:51 Sam James
2024-10-27  6:50 Arthur Zamarin
2024-10-26 15:16 Arthur Zamarin
2024-10-26 14:47 Arthur Zamarin
2024-10-26 14:47 Arthur Zamarin
2024-10-26 12:48 Arthur Zamarin
2024-10-26 12:48 Arthur Zamarin
2024-10-09  6:31 Michał Górny
2024-08-31  4:48 Sam James
2024-08-24 13:12 Michał Górny
2024-08-24  9:24 Arthur Zamarin
2024-08-24  9:05 Arthur Zamarin
2024-08-24  9:05 Arthur Zamarin
2024-08-24  8:18 Sam James
2024-08-07 14:10 Michał Górny
2024-07-20 12:50 Arthur Zamarin
2024-07-20 11:14 Arthur Zamarin
2024-07-20 11:14 Arthur Zamarin
2024-07-20 11:14 Arthur Zamarin
2024-07-20 11:14 Arthur Zamarin
2024-07-20 11:14 Arthur Zamarin
2024-07-20  8:17 Arthur Zamarin
2024-06-30  2:52 Michał Górny
2024-05-09 17:32 Michał Górny
2024-04-09 18:35 Arthur Zamarin
2024-04-06 10:02 Arthur Zamarin
2024-04-06 10:02 Arthur Zamarin
2024-04-06 10:02 Arthur Zamarin
2024-04-06 10:02 Arthur Zamarin
2024-04-06  9:41 Arthur Zamarin
2024-04-06  9:37 Arthur Zamarin
2024-03-23  6:41 Michał Górny
2024-03-22  6:14 Arthur Zamarin
2024-03-22  6:14 Arthur Zamarin
2024-03-22  3:58 Sam James
2024-03-22  3:58 Sam James
2024-03-21 20:45 Arthur Zamarin
2024-03-21 20:41 Arthur Zamarin
2024-03-21 17:47 Arthur Zamarin
2024-03-04  6:31 Michał Górny
2023-11-30  5:48 Michał Górny
2023-11-25 12:26 Arthur Zamarin
2023-11-14  7:47 Joonas Niilola
2023-10-26 16:17 Arthur Zamarin
2023-10-24  9:28 Arthur Zamarin
2023-10-23 20:12 Sam James
2023-10-23 18:50 Sam James
2023-10-23 18:50 Sam James
2023-10-23 18:50 Sam James
2023-09-26  4:42 Michał Górny
2023-09-25 19:17 Arthur Zamarin
2023-09-25 19:17 Arthur Zamarin
2023-09-25 19:17 Arthur Zamarin
2023-09-25 17:03 Arthur Zamarin
2023-09-25 16:57 Arthur Zamarin
2023-09-25 16:54 Arthur Zamarin
2023-09-25 16:54 Arthur Zamarin
2023-09-25 16:54 Arthur Zamarin
2023-09-19 15:43 Arthur Zamarin
2023-08-21  1:51 Michał Górny
2023-08-20 18:06 Arthur Zamarin
2023-08-20 18:06 Arthur Zamarin
2023-08-20 18:02 Arthur Zamarin
2023-08-19 18:56 Arthur Zamarin
2023-08-19 18:56 Arthur Zamarin
2023-08-19 17:53 Arthur Zamarin
2023-08-19 17:53 Arthur Zamarin
2023-08-19 16:44 Arthur Zamarin
2023-08-14 14:55 Michał Górny
2023-08-04 20:20 Arthur Zamarin
2023-07-11  5:52 Michał Górny
2023-07-09 19:36 Arthur Zamarin
2023-07-09 17:57 Arthur Zamarin
2023-07-09 17:55 Arthur Zamarin
2023-07-09 17:29 Arthur Zamarin
2023-07-09 16:51 Arthur Zamarin
2023-06-17  5:59 Michał Górny
2023-06-03  7:09 WANG Xuerui
2023-05-30 13:16 James Le Cuirot
2023-05-25 15:47 Michał Górny
2023-05-04 16:56 Michał Górny
2023-04-16  3:39 Sam James
2023-03-05  7:39 Arthur Zamarin
2023-03-04 17:31 Arthur Zamarin
2023-03-04 17:31 Arthur Zamarin
2023-03-04  6:08 Arthur Zamarin
2023-03-04  5:29 Arthur Zamarin
2023-03-03 18:22 Arthur Zamarin
2023-03-03 17:51 Arthur Zamarin
2023-03-03 17:50 Arthur Zamarin
2023-02-01  6:57 Arthur Zamarin
2023-02-01  6:49 Arthur Zamarin
2023-02-01  6:49 Arthur Zamarin
2023-02-01  6:49 Arthur Zamarin
2023-02-01  6:43 Arthur Zamarin
2023-02-01  6:43 Arthur Zamarin
2023-02-01  6:43 Arthur Zamarin
2023-01-27 20:10 Michał Górny
2023-01-14 11:16 David Seifert
2023-01-13 12:37 Arthur Zamarin
2023-01-04  5:14 Yixun Lan
2023-01-01  7:26 Michał Górny
2022-12-26  7:52 Sam James
2022-11-30 19:21 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=1754458217.8016a4d6a0358e4324a798cb1e721713de653e8d.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