public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2022-11-30 19:21 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2022-11-30 19:21 UTC (permalink / raw
  To: gentoo-commits

commit:     fd33418d5e8d53767590821706faa093eeb095b4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 19:05:30 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 19:18:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd33418d

dev-python/time-machine: New dep of dev-python/tox, v2.8.2

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

 dev-python/time-machine/Manifest                  |  1 +
 dev-python/time-machine/metadata.xml              | 12 ++++++++
 dev-python/time-machine/time-machine-2.8.2.ebuild | 36 +++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
new file mode 100644
index 000000000000..a8fc15ce2551
--- /dev/null
+++ b/dev-python/time-machine/Manifest
@@ -0,0 +1 @@
+DIST time-machine-2.8.2.gh.tar.gz 27856 BLAKE2B 2669bacfc7fb9d10186d6053ee155ca7dd28ec3da688971baa371eb8e095a8694e955797bdf1b556056e79277d46c2382dd06979d8e960da5731c3710018e445 SHA512 f49442fe2b846676abca15a9e7231a4b59e8d520482a4ef2294eac9a4e2c0866836d6bd9bec42202bf5f9e94766e9c2a00d4f7c6eb76d5cbc8a702fceef4294c

diff --git a/dev-python/time-machine/metadata.xml b/dev-python/time-machine/metadata.xml
new file mode 100644
index 000000000000..00899fd664c4
--- /dev/null
+++ b/dev-python/time-machine/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">adamchainz/time-machine</remote-id>
+		<remote-id type="pypi">time-machine</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/time-machine/time-machine-2.8.2.ebuild b/dev-python/time-machine/time-machine-2.8.2.ebuild
new file mode 100644
index 000000000000..5a263e14bd0d
--- /dev/null
+++ b/dev-python/time-machine/time-machine-2.8.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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"
+
+RDEPEND="
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		$(python_gen_cond_dep '
+			dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+		' 3.8)
+	)
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2022-12-26  7:52 Sam James
  0 siblings, 0 replies; 96+ messages in thread
From: Sam James @ 2022-12-26  7:52 UTC (permalink / raw
  To: gentoo-commits

commit:     824a81747c0a7d12fe1efeab8da8d5c81c47389e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 07:52:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 07:52:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824a8174

dev-python/time-machine: Keyword 2.8.2 ppc, #888481

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.8.2.ebuild b/dev-python/time-machine/time-machine-2.8.2.ebuild
index 5a263e14bd0d..e7b8033bcf4c 100644
--- a/dev-python/time-machine/time-machine-2.8.2.ebuild
+++ b/dev-python/time-machine/time-machine-2.8.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-01-01  7:26 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2023-01-01  7:26 UTC (permalink / raw
  To: gentoo-commits

commit:     de3dceec7fd6ea79d60446d6902230a0d5d7a0dd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  1 06:38:21 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan  1 06:38:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3dceec

dev-python/time-machine: Bump to 2.9.0

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

 dev-python/time-machine/Manifest                  |  1 +
 dev-python/time-machine/time-machine-2.9.0.ebuild | 36 +++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
index a8fc15ce2551..a418d0444381 100644
--- a/dev-python/time-machine/Manifest
+++ b/dev-python/time-machine/Manifest
@@ -1 +1,2 @@
 DIST time-machine-2.8.2.gh.tar.gz 27856 BLAKE2B 2669bacfc7fb9d10186d6053ee155ca7dd28ec3da688971baa371eb8e095a8694e955797bdf1b556056e79277d46c2382dd06979d8e960da5731c3710018e445 SHA512 f49442fe2b846676abca15a9e7231a4b59e8d520482a4ef2294eac9a4e2c0866836d6bd9bec42202bf5f9e94766e9c2a00d4f7c6eb76d5cbc8a702fceef4294c
+DIST time-machine-2.9.0.gh.tar.gz 28043 BLAKE2B 9a9a521c94b72a7464853661da791b6f57f5155ddc62ffceeb82f808903f4c337e6bf48fe8300bb4f9f5673fd175fd85038a4e80a39e8f3e096c12c27ee790ec SHA512 ecc780a72d279b49d026a8f3f89210cb4c90e02c5a517c08eadbabcb65216a24c603ace39afd76ea1e6ccdef589d5997581d0db7477bb28fe4d1e0510daf17a0

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
new file mode 100644
index 000000000000..a526c33dc380
--- /dev/null
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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 ~ppc"
+
+RDEPEND="
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		$(python_gen_cond_dep '
+			dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+		' 3.8)
+	)
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-01-04  5:14 Yixun Lan
  0 siblings, 0 replies; 96+ messages in thread
From: Yixun Lan @ 2023-01-04  5:14 UTC (permalink / raw
  To: gentoo-commits

commit:     2039b7b780ce0d2a717ec8dc2f16384481421b13
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 05:12:56 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 05:13:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2039b7b7

dev-python/time-machine: Keyword 2.9.0 riscv, #888481

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index a526c33dc380..482492e7b186 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc ~riscv"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-01-13 12:37 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-01-13 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     a5dd8eaa877c375c9f41e5ee7987a5ab227783be
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 12:36:35 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 12:36:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5dd8eaa

dev-python/time-machine: Keyword 2.9.0 ppc64, #888481

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 482492e7b186..6c033cf82850 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-01-14 11:16 David Seifert
  0 siblings, 0 replies; 96+ messages in thread
From: David Seifert @ 2023-01-14 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     278d7b68a749aadb4687bca812f8780d67f05572
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 11:16:12 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 11:16:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278d7b68

dev-python/time-machine: remove py3.8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.8.2.ebuild | 11 ++---------
 dev-python/time-machine/time-machine-2.9.0.ebuild |  9 +--------
 2 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/dev-python/time-machine/time-machine-2.8.2.ebuild b/dev-python/time-machine/time-machine-2.8.2.ebuild
index e7b8033bcf4c..4f651ae7e543 100644
--- a/dev-python/time-machine/time-machine-2.8.2.ebuild
+++ b/dev-python/time-machine/time-machine-2.8.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
@@ -25,12 +25,5 @@ KEYWORDS="~amd64 ~ppc"
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]
 "
-BDEPEND="
-	test? (
-		$(python_gen_cond_dep '
-			dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-		' 3.8)
-	)
-"
 
 distutils_enable_tests pytest

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 6c033cf82850..0f892d6ef9fc 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
@@ -25,12 +25,5 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv"
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]
 "
-BDEPEND="
-	test? (
-		$(python_gen_cond_dep '
-			dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-		' 3.8)
-	)
-"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-01-27 20:10 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2023-01-27 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     73134687efe6ce48f4653ee3cf63526c008bed79
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 20:06:20 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 20:09:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73134687

dev-python/time-machine: Remove old

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

 dev-python/time-machine/Manifest                  |  1 -
 dev-python/time-machine/time-machine-2.8.2.ebuild | 29 -----------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
index a418d0444381..fe3c9dbbdccc 100644
--- a/dev-python/time-machine/Manifest
+++ b/dev-python/time-machine/Manifest
@@ -1,2 +1 @@
-DIST time-machine-2.8.2.gh.tar.gz 27856 BLAKE2B 2669bacfc7fb9d10186d6053ee155ca7dd28ec3da688971baa371eb8e095a8694e955797bdf1b556056e79277d46c2382dd06979d8e960da5731c3710018e445 SHA512 f49442fe2b846676abca15a9e7231a4b59e8d520482a4ef2294eac9a4e2c0866836d6bd9bec42202bf5f9e94766e9c2a00d4f7c6eb76d5cbc8a702fceef4294c
 DIST time-machine-2.9.0.gh.tar.gz 28043 BLAKE2B 9a9a521c94b72a7464853661da791b6f57f5155ddc62ffceeb82f808903f4c337e6bf48fe8300bb4f9f5673fd175fd85038a4e80a39e8f3e096c12c27ee790ec SHA512 ecc780a72d279b49d026a8f3f89210cb4c90e02c5a517c08eadbabcb65216a24c603ace39afd76ea1e6ccdef589d5997581d0db7477bb28fe4d1e0510daf17a0

diff --git a/dev-python/time-machine/time-machine-2.8.2.ebuild b/dev-python/time-machine/time-machine-2.8.2.ebuild
deleted file mode 100644
index 4f651ae7e543..000000000000
--- a/dev-python/time-machine/time-machine-2.8.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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 ~ppc"
-
-RDEPEND="
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-02-01  6:43 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-02-01  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1d0b631fcb9b884438e98a69ad9d8a1f8adcb8db
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 06:42:50 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 06:42:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0b631f

dev-python/time-machine: Keyword 2.9.0 x86, #888481

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 0f892d6ef9fc..b08af7bf6f4c 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-02-01  6:43 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-02-01  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b6a220d5525f9d4b0186596358379d85737cbe24
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 06:42:54 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 06:42:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a220d5

dev-python/time-machine: Keyword 2.9.0 arm, #888481

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index b08af7bf6f4c..15764d1acc55 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-02-01  6:43 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-02-01  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     28918bdccd7292299f5d7679192c11aa469363de
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 06:43:22 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 06:43:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28918bdc

dev-python/time-machine: Keyword 2.9.0 sparc, #888481

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 15764d1acc55..73d8f1f8e414 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-02-01  6:49 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-02-01  6:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b91123c7d5e5cd94d5f868a56420b43d743f1e8d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 06:48:54 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 06:48:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91123c7

dev-python/time-machine: Keyword 2.9.0 arm64, #888481

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 73d8f1f8e414..6ae61bcd7f04 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-02-01  6:49 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-02-01  6:49 UTC (permalink / raw
  To: gentoo-commits

commit:     519bc817dff094bcae4881cabe033a3b32746a2d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 06:49:15 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 06:49:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519bc817

dev-python/time-machine: Keyword 2.9.0 s390, #888481

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 6ae61bcd7f04..8494a5d5f348 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-02-01  6:49 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-02-01  6:49 UTC (permalink / raw
  To: gentoo-commits

commit:     499f0fab010c8cd5864c01ddffc0aea0b7068fee
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 06:49:35 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 06:49:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499f0fab

dev-python/time-machine: Keyword 2.9.0 ia64, #888481

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 8494a5d5f348..a3663eac93b3 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-02-01  6:57 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-02-01  6:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9a5f45f525649204d7aa0757502b4d7dfbf65174
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 06:57:14 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 06:57:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5f45f5

dev-python/time-machine: Keyword 2.9.0 hppa, #888481

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index a3663eac93b3..788061ba7be1 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-03-03 17:50 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-03-03 17:50 UTC (permalink / raw
  To: gentoo-commits

commit:     80ac390495219850ee3869863375a86e05924ef4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 17:50:24 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  3 17:50:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ac3904

dev-python/time-machine: Stabilize 2.9.0 arm64, #899148

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 788061ba7be1..d433bcc9c754 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-03-03 17:51 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-03-03 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     44429026c9ef1fae29b7547b1aef3204f293837a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 17:50:44 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  3 17:50:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44429026

dev-python/time-machine: Stabilize 2.9.0 arm, #899148

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index d433bcc9c754..c0e71265a6a9 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-03-03 18:22 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-03-03 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b2a7bb47cb016e079beb66d06f7731162ff20133
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 18:22:45 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  3 18:22:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a7bb47

dev-python/time-machine: Stabilize 2.9.0 hppa, #899148

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index c0e71265a6a9..40f1322519ea 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-03-04  5:29 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-03-04  5:29 UTC (permalink / raw
  To: gentoo-commits

commit:     3dcf58920b657799a099a6d3bfbc59ca1b39eedf
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 05:28:50 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 05:28:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dcf5892

dev-python/time-machine: Stabilize 2.9.0 sparc, #899148

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 40f1322519ea..f8522364ee0a 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-03-04  6:08 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-03-04  6:08 UTC (permalink / raw
  To: gentoo-commits

commit:     bfe1fea145464fea8864b92bba16354a0fbb0bfd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 06:08:13 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 06:08:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe1fea1

dev-python/time-machine: Stabilize 2.9.0 ppc64, #899148

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index f8522364ee0a..5218fda4dced 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 arm arm64 hppa ~ia64 ~ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-03-04 17:31 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-03-04 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e01e6da096d52a29ff4cf72e16a06eea164f239d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 17:31:02 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 17:31:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e01e6da0

dev-python/time-machine: Stabilize 2.9.0 x86, #899148

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 5218fda4dced..5402870df98f 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 hppa ~ia64 ~ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 arm arm64 hppa ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-03-04 17:31 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-03-04 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     7e7220edee487e6a14feeff63226bc356357dfdf
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 17:31:06 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 17:31:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e7220ed

dev-python/time-machine: Stabilize 2.9.0 amd64, #899148

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 5402870df98f..5c883aba8760 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 hppa ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-03-05  7:39 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-03-05  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     233d65f8dba6a53b74053b8505f05f2288487300
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 07:39:39 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 07:39:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233d65f8

dev-python/time-machine: Stabilize 2.9.0 ppc, #899148

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 5c883aba8760..c06dd68ae916 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-04-16  3:39 Sam James
  0 siblings, 0 replies; 96+ messages in thread
From: Sam James @ 2023-04-16  3:39 UTC (permalink / raw
  To: gentoo-commits

commit:     464b6af819a67e1f7943352d0f4c1a921b9e52ec
Author:     Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sat Apr 15 20:52:36 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 03:37:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464b6af8

dev-python/time-machine: Keyword 2.9.0 mips, #888481

Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index c06dd68ae916..5bbb3670c1c0 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-05-04 16:56 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2023-05-04 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     db6f60f747944962d8903b690c03e1b25abe9bda
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 16:54:36 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  4 16:56:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6f60f7

dev-python/time-machine: Set DISTUTILS_EXT=1

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

 dev-python/time-machine/time-machine-2.9.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 5bbb3670c1c0..0c5e891b9b4a 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-05-25 15:47 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2023-05-25 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     2c90857dbb457cf80a028537e879c157d04a6656
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 25 15:42:29 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 25 15:47:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c90857d

dev-python/time-machine: Enable py3.12

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

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 0c5e891b9b4a..a9c1e18963e2 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-05-30 13:16 James Le Cuirot
  0 siblings, 0 replies; 96+ messages in thread
From: James Le Cuirot @ 2023-05-30 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     064c929e832a53b5ce30806dd24069a0cbdc5c0f
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 13:15:23 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue May 30 13:16:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064c929e

dev-python/time-machine: Keyword 2.9.0 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index a9c1e18963e2..700135178265 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-06-03  7:09 WANG Xuerui
  0 siblings, 0 replies; 96+ messages in thread
From: WANG Xuerui @ 2023-06-03  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     9285df9741ffc4be12c4c9de180c537654e2fa86
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 06:45:28 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 07:02:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9285df97

dev-python/time-machine: keyword 2.9.0 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 700135178265..13b35cb02156 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-06-17  5:59 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2023-06-17  5:59 UTC (permalink / raw
  To: gentoo-commits

commit:     b23148c2659b58d8ed517ff918c3724a91c04020
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 05:20:23 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 05:58:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23148c2

dev-python/time-machine: Bump to 2.10.0

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

 dev-python/time-machine/Manifest                   |  1 +
 dev-python/time-machine/time-machine-2.10.0.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
index fe3c9dbbdccc..94f6241d2342 100644
--- a/dev-python/time-machine/Manifest
+++ b/dev-python/time-machine/Manifest
@@ -1 +1,2 @@
+DIST time-machine-2.10.0.gh.tar.gz 28770 BLAKE2B ba4ff7dd2559530e86e38d23600209f2e860a1541c9ef5536d07092678018c210ec5e0c63bc615e81b62e8179324953d023ba247c501aa94e16beb0345cacf8f SHA512 4a3120432cb6aacb1e022415094a4fb204d2f1b39c378307a0de34505d470982d81e1d2d940d0b9745c3edcd563ff55f9ab1d602bd1dea720a474fee5fa1e4af
 DIST time-machine-2.9.0.gh.tar.gz 28043 BLAKE2B 9a9a521c94b72a7464853661da791b6f57f5155ddc62ffceeb82f808903f4c337e6bf48fe8300bb4f9f5673fd175fd85038a4e80a39e8f3e096c12c27ee790ec SHA512 ecc780a72d279b49d026a8f3f89210cb4c90e02c5a517c08eadbabcb65216a24c603ace39afd76ea1e6ccdef589d5997581d0db7477bb28fe4d1e0510daf17a0

diff --git a/dev-python/time-machine/time-machine-2.10.0.ebuild b/dev-python/time-machine/time-machine-2.10.0.ebuild
new file mode 100644
index 000000000000..d6f96f71fc73
--- /dev/null
+++ b/dev-python/time-machine/time-machine-2.10.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2023 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_{10..12} )
+
+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 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-07-09 16:51 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-07-09 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     df7c4a7380e5a03577720c84e9cb89d8bd9d946d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  9 16:49:54 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 16:49:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7c4a73

dev-python/time-machine: Stabilize 2.10.0 sparc, #910155

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.10.0.ebuild b/dev-python/time-machine/time-machine-2.10.0.ebuild
index 46e8631ca5c1..7c2d4947b86c 100644
--- a/dev-python/time-machine/time-machine-2.10.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.10.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-07-09 17:29 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-07-09 17:29 UTC (permalink / raw
  To: gentoo-commits

commit:     15acf0dd36014e351058c5be0b8938dc47fca703
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  9 17:29:00 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 17:29:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15acf0dd

dev-python/time-machine: Stabilize 2.10.0 x86, #910155

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.10.0.ebuild b/dev-python/time-machine/time-machine-2.10.0.ebuild
index 7c2d4947b86c..269e21766f39 100644
--- a/dev-python/time-machine/time-machine-2.10.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.10.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-07-09 17:55 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-07-09 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0735c4fcf9a3eb0ed42f93d011ee5ef7598bdba4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  9 17:55:22 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 17:55:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0735c4fc

dev-python/time-machine: Stabilize 2.10.0 ppc64, #910155

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.10.0.ebuild b/dev-python/time-machine/time-machine-2.10.0.ebuild
index 269e21766f39..acf58f50b49f 100644
--- a/dev-python/time-machine/time-machine-2.10.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.10.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-07-09 17:57 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-07-09 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     6d57b6f24c3c2f6d80c0d8604a9bf04811c2db0f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  9 17:56:56 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 17:56:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d57b6f2

dev-python/time-machine: Stabilize 2.10.0 arm, #910155

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.10.0.ebuild b/dev-python/time-machine/time-machine-2.10.0.ebuild
index acf58f50b49f..72110e8b6fe2 100644
--- a/dev-python/time-machine/time-machine-2.10.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.10.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-07-09 19:36 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-07-09 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     9457959f4c6562112ecfa589becd894b20160133
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  9 19:35:56 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 19:35:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9457959f

dev-python/time-machine: Stabilize 2.10.0 amd64, #910155

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.10.0.ebuild b/dev-python/time-machine/time-machine-2.10.0.ebuild
index 72110e8b6fe2..e009b9349c16 100644
--- a/dev-python/time-machine/time-machine-2.10.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.10.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-07-11  5:52 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2023-07-11  5:52 UTC (permalink / raw
  To: gentoo-commits

commit:     3da1a35f02e60662c2c8db5de38843d702f79f3f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 11 05:18:48 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 11 05:51:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da1a35f

dev-python/time-machine: Bump to 2.11.0

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

 dev-python/time-machine/Manifest                   |  1 +
 dev-python/time-machine/time-machine-2.11.0.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
index 94f6241d2342..17a7be6d693b 100644
--- a/dev-python/time-machine/Manifest
+++ b/dev-python/time-machine/Manifest
@@ -1,2 +1,3 @@
 DIST time-machine-2.10.0.gh.tar.gz 28770 BLAKE2B ba4ff7dd2559530e86e38d23600209f2e860a1541c9ef5536d07092678018c210ec5e0c63bc615e81b62e8179324953d023ba247c501aa94e16beb0345cacf8f SHA512 4a3120432cb6aacb1e022415094a4fb204d2f1b39c378307a0de34505d470982d81e1d2d940d0b9745c3edcd563ff55f9ab1d602bd1dea720a474fee5fa1e4af
+DIST time-machine-2.11.0.gh.tar.gz 28075 BLAKE2B 2eb07ac60d4014e5796fefcf5cb846d60fef1887fe01459d906a2118eddc924d60642131530f76e131080e2989f60263bda2fbcc0cc917e0f9452d16a4f640a6 SHA512 5bd5d76e2ecc392c249e86e2cfe54ee94a99a4e1cd1dd7e00b240e1299426d87a284ec270ae36aeb82acfe06d974d5aeca27ae977a480441e4daa5b852d00198
 DIST time-machine-2.9.0.gh.tar.gz 28043 BLAKE2B 9a9a521c94b72a7464853661da791b6f57f5155ddc62ffceeb82f808903f4c337e6bf48fe8300bb4f9f5673fd175fd85038a4e80a39e8f3e096c12c27ee790ec SHA512 ecc780a72d279b49d026a8f3f89210cb4c90e02c5a517c08eadbabcb65216a24c603ace39afd76ea1e6ccdef589d5997581d0db7477bb28fe4d1e0510daf17a0

diff --git a/dev-python/time-machine/time-machine-2.11.0.ebuild b/dev-python/time-machine/time-machine-2.11.0.ebuild
new file mode 100644
index 000000000000..d6f96f71fc73
--- /dev/null
+++ b/dev-python/time-machine/time-machine-2.11.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2023 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_{10..12} )
+
+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 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-08-04 20:20 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-08-04 20:20 UTC (permalink / raw
  To: gentoo-commits

commit:     24dc9bcafe2bcbfaa3b7f3a681206c6c88a24264
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  4 20:20:17 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  4 20:20:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24dc9bca

dev-python/time-machine: Stabilize 2.10.0 ppc, #910155

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.10.0.ebuild b/dev-python/time-machine/time-machine-2.10.0.ebuild
index e009b9349c16..3a7e24696360 100644
--- a/dev-python/time-machine/time-machine-2.10.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.10.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-08-14 14:55 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2023-08-14 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     2ecd63df8e6b47e63a92a5d4711674b3a689b9b4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 14:37:16 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 14:55:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ecd63df

dev-python/time-machine: Bump to 2.12.0

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

 dev-python/time-machine/Manifest                   |  1 +
 dev-python/time-machine/time-machine-2.12.0.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
index 17a7be6d693b..1ef833da566c 100644
--- a/dev-python/time-machine/Manifest
+++ b/dev-python/time-machine/Manifest
@@ -1,3 +1,4 @@
 DIST time-machine-2.10.0.gh.tar.gz 28770 BLAKE2B ba4ff7dd2559530e86e38d23600209f2e860a1541c9ef5536d07092678018c210ec5e0c63bc615e81b62e8179324953d023ba247c501aa94e16beb0345cacf8f SHA512 4a3120432cb6aacb1e022415094a4fb204d2f1b39c378307a0de34505d470982d81e1d2d940d0b9745c3edcd563ff55f9ab1d602bd1dea720a474fee5fa1e4af
 DIST time-machine-2.11.0.gh.tar.gz 28075 BLAKE2B 2eb07ac60d4014e5796fefcf5cb846d60fef1887fe01459d906a2118eddc924d60642131530f76e131080e2989f60263bda2fbcc0cc917e0f9452d16a4f640a6 SHA512 5bd5d76e2ecc392c249e86e2cfe54ee94a99a4e1cd1dd7e00b240e1299426d87a284ec270ae36aeb82acfe06d974d5aeca27ae977a480441e4daa5b852d00198
+DIST time-machine-2.12.0.gh.tar.gz 27743 BLAKE2B 4ed0c9901edb9c698b8bbba6df80d12b06f344ad6ee8f9e89577264da1f0211774c2d227d02dc1ab0ceb5b905094168d19cdebc00a91a955d216729082ecbc28 SHA512 4708cdc3aa0ec06907d0ee1219ceb074947fc962ab6f0d3606e5273f3d64ca278bb43254d924c04364b967301cf69229ced70d7b1db92b0b6dff1523cccb2f82
 DIST time-machine-2.9.0.gh.tar.gz 28043 BLAKE2B 9a9a521c94b72a7464853661da791b6f57f5155ddc62ffceeb82f808903f4c337e6bf48fe8300bb4f9f5673fd175fd85038a4e80a39e8f3e096c12c27ee790ec SHA512 ecc780a72d279b49d026a8f3f89210cb4c90e02c5a517c08eadbabcb65216a24c603ace39afd76ea1e6ccdef589d5997581d0db7477bb28fe4d1e0510daf17a0

diff --git a/dev-python/time-machine/time-machine-2.12.0.ebuild b/dev-python/time-machine/time-machine-2.12.0.ebuild
new file mode 100644
index 000000000000..d6f96f71fc73
--- /dev/null
+++ b/dev-python/time-machine/time-machine-2.12.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2023 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_{10..12} )
+
+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 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-08-19 16:44 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-08-19 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     46dbceca3a0ca7143b793f5a59ff967bc2d0d4be
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 16:43:58 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 16:43:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46dbceca

dev-python/time-machine: Stabilize 2.11.0 arm64, #912640

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.11.0.ebuild b/dev-python/time-machine/time-machine-2.11.0.ebuild
index d6f96f71fc73..46e8631ca5c1 100644
--- a/dev-python/time-machine/time-machine-2.11.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.11.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-08-19 17:53 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-08-19 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b52e425ea1ec9fec56ccce3d6b711374563b9d85
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 17:52:26 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 17:52:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52e425e

dev-python/time-machine: Stabilize 2.11.0 x86, #912640

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.11.0.ebuild b/dev-python/time-machine/time-machine-2.11.0.ebuild
index 46e8631ca5c1..01e39dbdba7e 100644
--- a/dev-python/time-machine/time-machine-2.11.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.11.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-08-19 17:53 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-08-19 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     193763741cde3a99a5d93acedc0d95151318df98
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 17:52:27 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 17:52:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19376374

dev-python/time-machine: Stabilize 2.11.0 sparc, #912640

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.11.0.ebuild b/dev-python/time-machine/time-machine-2.11.0.ebuild
index 01e39dbdba7e..269e21766f39 100644
--- a/dev-python/time-machine/time-machine-2.11.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.11.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-08-19 18:56 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-08-19 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     77dc3a143b0e5760c4b74dd367a4fe67de57540f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 18:55:45 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 18:55:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77dc3a14

dev-python/time-machine: Stabilize 2.11.0 ppc64, #912640

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.11.0.ebuild b/dev-python/time-machine/time-machine-2.11.0.ebuild
index 269e21766f39..acf58f50b49f 100644
--- a/dev-python/time-machine/time-machine-2.11.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.11.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-08-19 18:56 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-08-19 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     9664db8b236084f403177d56682862d517270859
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 18:55:45 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 18:55:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9664db8b

dev-python/time-machine: Stabilize 2.11.0 ppc, #912640

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.11.0.ebuild b/dev-python/time-machine/time-machine-2.11.0.ebuild
index acf58f50b49f..9019358637fa 100644
--- a/dev-python/time-machine/time-machine-2.11.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.11.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-08-20 18:02 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-08-20 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     af4b2373c72caff4e7ae7bc457d76747968c3175
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 18:02:38 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 18:02:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4b2373

dev-python/time-machine: Stabilize 2.11.0 arm, #912640

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.11.0.ebuild b/dev-python/time-machine/time-machine-2.11.0.ebuild
index 9019358637fa..62b8826aba4d 100644
--- a/dev-python/time-machine/time-machine-2.11.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.11.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-08-20 18:06 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-08-20 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     012183c8c0a609e4c8cb0d0555ad1bd10c568a94
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 18:06:10 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 18:06:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012183c8

dev-python/time-machine: Stabilize 2.11.0 amd64, #912640

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.11.0.ebuild b/dev-python/time-machine/time-machine-2.11.0.ebuild
index 5e253b8b3a79..13b35cb02156 100644
--- a/dev-python/time-machine/time-machine-2.11.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.11.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-08-20 18:06 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-08-20 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     0e043a97820efdc6a05b3bf49747c71ced817899
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 18:05:59 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 18:06:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e043a97

dev-python/time-machine: Stabilize 2.11.0 hppa, #912640

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.11.0.ebuild b/dev-python/time-machine/time-machine-2.11.0.ebuild
index 62b8826aba4d..5e253b8b3a79 100644
--- a/dev-python/time-machine/time-machine-2.11.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.11.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-08-21  1:51 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2023-08-21  1:51 UTC (permalink / raw
  To: gentoo-commits

commit:     8640a6d15a2cc3ec5c0dd609158909be95590bf6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 01:47:36 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 01:47:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8640a6d1

dev-python/time-machine: Remove old

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

 dev-python/time-machine/Manifest                   |  2 --
 dev-python/time-machine/time-machine-2.10.0.ebuild | 30 ----------------------
 dev-python/time-machine/time-machine-2.9.0.ebuild  | 30 ----------------------
 3 files changed, 62 deletions(-)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
index 1ef833da566c..8cae66584abc 100644
--- a/dev-python/time-machine/Manifest
+++ b/dev-python/time-machine/Manifest
@@ -1,4 +1,2 @@
-DIST time-machine-2.10.0.gh.tar.gz 28770 BLAKE2B ba4ff7dd2559530e86e38d23600209f2e860a1541c9ef5536d07092678018c210ec5e0c63bc615e81b62e8179324953d023ba247c501aa94e16beb0345cacf8f SHA512 4a3120432cb6aacb1e022415094a4fb204d2f1b39c378307a0de34505d470982d81e1d2d940d0b9745c3edcd563ff55f9ab1d602bd1dea720a474fee5fa1e4af
 DIST time-machine-2.11.0.gh.tar.gz 28075 BLAKE2B 2eb07ac60d4014e5796fefcf5cb846d60fef1887fe01459d906a2118eddc924d60642131530f76e131080e2989f60263bda2fbcc0cc917e0f9452d16a4f640a6 SHA512 5bd5d76e2ecc392c249e86e2cfe54ee94a99a4e1cd1dd7e00b240e1299426d87a284ec270ae36aeb82acfe06d974d5aeca27ae977a480441e4daa5b852d00198
 DIST time-machine-2.12.0.gh.tar.gz 27743 BLAKE2B 4ed0c9901edb9c698b8bbba6df80d12b06f344ad6ee8f9e89577264da1f0211774c2d227d02dc1ab0ceb5b905094168d19cdebc00a91a955d216729082ecbc28 SHA512 4708cdc3aa0ec06907d0ee1219ceb074947fc962ab6f0d3606e5273f3d64ca278bb43254d924c04364b967301cf69229ced70d7b1db92b0b6dff1523cccb2f82
-DIST time-machine-2.9.0.gh.tar.gz 28043 BLAKE2B 9a9a521c94b72a7464853661da791b6f57f5155ddc62ffceeb82f808903f4c337e6bf48fe8300bb4f9f5673fd175fd85038a4e80a39e8f3e096c12c27ee790ec SHA512 ecc780a72d279b49d026a8f3f89210cb4c90e02c5a517c08eadbabcb65216a24c603ace39afd76ea1e6ccdef589d5997581d0db7477bb28fe4d1e0510daf17a0

diff --git a/dev-python/time-machine/time-machine-2.10.0.ebuild b/dev-python/time-machine/time-machine-2.10.0.ebuild
deleted file mode 100644
index 3a7e24696360..000000000000
--- a/dev-python/time-machine/time-machine-2.10.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2023 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_{10..12} )
-
-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 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
deleted file mode 100644
index 13b35cb02156..000000000000
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2023 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_{10..12} )
-
-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 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-09-19 15:43 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-09-19 15:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c28f44832ed8615b3de7966a3e794a7c5a2d60a9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 15:40:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 15:40:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28f4483

dev-python/time-machine: add 2.13.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/Manifest                   |  1 +
 dev-python/time-machine/time-machine-2.13.0.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
index 8cae66584abc..fd9ed7540f39 100644
--- a/dev-python/time-machine/Manifest
+++ b/dev-python/time-machine/Manifest
@@ -1,2 +1,3 @@
 DIST time-machine-2.11.0.gh.tar.gz 28075 BLAKE2B 2eb07ac60d4014e5796fefcf5cb846d60fef1887fe01459d906a2118eddc924d60642131530f76e131080e2989f60263bda2fbcc0cc917e0f9452d16a4f640a6 SHA512 5bd5d76e2ecc392c249e86e2cfe54ee94a99a4e1cd1dd7e00b240e1299426d87a284ec270ae36aeb82acfe06d974d5aeca27ae977a480441e4daa5b852d00198
 DIST time-machine-2.12.0.gh.tar.gz 27743 BLAKE2B 4ed0c9901edb9c698b8bbba6df80d12b06f344ad6ee8f9e89577264da1f0211774c2d227d02dc1ab0ceb5b905094168d19cdebc00a91a955d216729082ecbc28 SHA512 4708cdc3aa0ec06907d0ee1219ceb074947fc962ab6f0d3606e5273f3d64ca278bb43254d924c04364b967301cf69229ced70d7b1db92b0b6dff1523cccb2f82
+DIST time-machine-2.13.0.gh.tar.gz 28747 BLAKE2B 88836d2b9ad34c8d256b576ab6b2bfe263232fb50d2e95f13049f84dbc838283811ebc54c5bb68493ef966e64777983ab6bcb7fafccda6dc74e00d3bb6a2108f SHA512 26a852d93633e037585ec8fcd563c86af8d977a87633dbeb66cf23c9ca49ca0ae536bdcdcdf809ee2ab423c197610c630d506bc3bf4f13c373d806cee2d8c598

diff --git a/dev-python/time-machine/time-machine-2.13.0.ebuild b/dev-python/time-machine/time-machine-2.13.0.ebuild
new file mode 100644
index 000000000000..d6f96f71fc73
--- /dev/null
+++ b/dev-python/time-machine/time-machine-2.13.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2023 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_{10..12} )
+
+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 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-09-25 16:54 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-09-25 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     bba215adcc11b70e504ef5d6d236b537a3e696f0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 16:53:04 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 16:53:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba215ad

dev-python/time-machine: Stabilize 2.12.0 sparc, #914698

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.12.0.ebuild b/dev-python/time-machine/time-machine-2.12.0.ebuild
index d6f96f71fc73..09255082b4af 100644
--- a/dev-python/time-machine/time-machine-2.12.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.12.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-09-25 16:54 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-09-25 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b3d17b806af139647ddd6efbbe24a828137a9659
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 16:53:04 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 16:53:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d17b80

dev-python/time-machine: Stabilize 2.12.0 ppc64, #914698

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.12.0.ebuild b/dev-python/time-machine/time-machine-2.12.0.ebuild
index 09255082b4af..6a85c78a6335 100644
--- a/dev-python/time-machine/time-machine-2.12.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.12.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-09-25 16:54 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-09-25 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     90f6a5f103f868439bf291ed6700ee5798ae4d9f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 16:53:05 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 16:53:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f6a5f1

dev-python/time-machine: Stabilize 2.12.0 arm64, #914698

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.12.0.ebuild b/dev-python/time-machine/time-machine-2.12.0.ebuild
index 6a85c78a6335..7bb36c72c2c2 100644
--- a/dev-python/time-machine/time-machine-2.12.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.12.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-09-25 16:57 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-09-25 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     123e5eaf2577ad314108473403e68f2ea7e74444
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 16:56:52 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 16:56:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123e5eaf

dev-python/time-machine: Stabilize 2.12.0 arm, #914698

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.12.0.ebuild b/dev-python/time-machine/time-machine-2.12.0.ebuild
index 7bb36c72c2c2..5db5dbdebb06 100644
--- a/dev-python/time-machine/time-machine-2.12.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.12.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-09-25 17:03 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-09-25 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     32cc651903352ec0ab97d54365963886bd826270
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 17:03:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 17:03:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cc6519

dev-python/time-machine: Stabilize 2.12.0 x86, #914698

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.12.0.ebuild b/dev-python/time-machine/time-machine-2.12.0.ebuild
index 5db5dbdebb06..72110e8b6fe2 100644
--- a/dev-python/time-machine/time-machine-2.12.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.12.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-09-25 19:17 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-09-25 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     fc944fa5ed40a4fb83fb8076a1027af1ef5cc45d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 19:17:01 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 19:17:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc944fa5

dev-python/time-machine: Stabilize 2.12.0 amd64, #914698

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.12.0.ebuild b/dev-python/time-machine/time-machine-2.12.0.ebuild
index 72110e8b6fe2..e009b9349c16 100644
--- a/dev-python/time-machine/time-machine-2.12.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.12.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-09-25 19:17 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-09-25 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d587e1308f61f8e4945b2434260072ef85780b56
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 19:17:26 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 19:17:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d587e130

dev-python/time-machine: Stabilize 2.12.0 hppa, #914698

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.12.0.ebuild b/dev-python/time-machine/time-machine-2.12.0.ebuild
index 3a7e24696360..13b35cb02156 100644
--- a/dev-python/time-machine/time-machine-2.12.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.12.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-09-25 19:17 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-09-25 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     54b949110439c428d494dc357cd93cf10af56222
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 19:17:23 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 19:17:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b94911

dev-python/time-machine: Stabilize 2.12.0 ppc, #914698

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.12.0.ebuild b/dev-python/time-machine/time-machine-2.12.0.ebuild
index e009b9349c16..3a7e24696360 100644
--- a/dev-python/time-machine/time-machine-2.12.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.12.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-09-26  4:42 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2023-09-26  4:42 UTC (permalink / raw
  To: gentoo-commits

commit:     eaf54e9dbc6504c1437cfddca0e26863853c1623
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 04:37:38 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 04:42:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf54e9d

dev-python/time-machine: Remove old

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

 dev-python/time-machine/Manifest                   |  1 -
 dev-python/time-machine/time-machine-2.11.0.ebuild | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
index fd9ed7540f39..a886719172ca 100644
--- a/dev-python/time-machine/Manifest
+++ b/dev-python/time-machine/Manifest
@@ -1,3 +1,2 @@
-DIST time-machine-2.11.0.gh.tar.gz 28075 BLAKE2B 2eb07ac60d4014e5796fefcf5cb846d60fef1887fe01459d906a2118eddc924d60642131530f76e131080e2989f60263bda2fbcc0cc917e0f9452d16a4f640a6 SHA512 5bd5d76e2ecc392c249e86e2cfe54ee94a99a4e1cd1dd7e00b240e1299426d87a284ec270ae36aeb82acfe06d974d5aeca27ae977a480441e4daa5b852d00198
 DIST time-machine-2.12.0.gh.tar.gz 27743 BLAKE2B 4ed0c9901edb9c698b8bbba6df80d12b06f344ad6ee8f9e89577264da1f0211774c2d227d02dc1ab0ceb5b905094168d19cdebc00a91a955d216729082ecbc28 SHA512 4708cdc3aa0ec06907d0ee1219ceb074947fc962ab6f0d3606e5273f3d64ca278bb43254d924c04364b967301cf69229ced70d7b1db92b0b6dff1523cccb2f82
 DIST time-machine-2.13.0.gh.tar.gz 28747 BLAKE2B 88836d2b9ad34c8d256b576ab6b2bfe263232fb50d2e95f13049f84dbc838283811ebc54c5bb68493ef966e64777983ab6bcb7fafccda6dc74e00d3bb6a2108f SHA512 26a852d93633e037585ec8fcd563c86af8d977a87633dbeb66cf23c9ca49ca0ae536bdcdcdf809ee2ab423c197610c630d506bc3bf4f13c373d806cee2d8c598

diff --git a/dev-python/time-machine/time-machine-2.11.0.ebuild b/dev-python/time-machine/time-machine-2.11.0.ebuild
deleted file mode 100644
index 13b35cb02156..000000000000
--- a/dev-python/time-machine/time-machine-2.11.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2023 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_{10..12} )
-
-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 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-10-23 18:50 Sam James
  0 siblings, 0 replies; 96+ messages in thread
From: Sam James @ 2023-10-23 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     56449e29bc64d64e9ad3ebc214e1d00b3948cc4a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 18:49:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 18:49:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56449e29

dev-python/time-machine: Stabilize 2.13.0 x86, #916169

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.13.0.ebuild b/dev-python/time-machine/time-machine-2.13.0.ebuild
index 84b18f58e4b9..bf9a1b8298b9 100644
--- a/dev-python/time-machine/time-machine-2.13.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.13.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-10-23 18:50 Sam James
  0 siblings, 0 replies; 96+ messages in thread
From: Sam James @ 2023-10-23 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     38a477338e65284d42079c642d81d524bf101849
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 18:49:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 18:49:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a47733

dev-python/time-machine: Stabilize 2.13.0 amd64, #916169

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.13.0.ebuild b/dev-python/time-machine/time-machine-2.13.0.ebuild
index d6f96f71fc73..f23afab81250 100644
--- a/dev-python/time-machine/time-machine-2.13.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.13.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-10-23 18:50 Sam James
  0 siblings, 0 replies; 96+ messages in thread
From: Sam James @ 2023-10-23 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     44009092be0718952dce58474ca51af19e9a1aae
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 18:49:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 18:49:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44009092

dev-python/time-machine: Stabilize 2.13.0 sparc, #916169

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.13.0.ebuild b/dev-python/time-machine/time-machine-2.13.0.ebuild
index f23afab81250..84b18f58e4b9 100644
--- a/dev-python/time-machine/time-machine-2.13.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.13.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-10-23 20:12 Sam James
  0 siblings, 0 replies; 96+ messages in thread
From: Sam James @ 2023-10-23 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     976ae2e53694c3c7fef8f39d1f61c2353ef8a9f3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 20:12:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 20:12:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976ae2e5

dev-python/time-machine: Stabilize 2.13.0 arm, #916169

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.13.0.ebuild b/dev-python/time-machine/time-machine-2.13.0.ebuild
index bf9a1b8298b9..f292a86c8c8f 100644
--- a/dev-python/time-machine/time-machine-2.13.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.13.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-10-24  9:28 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-10-24  9:28 UTC (permalink / raw
  To: gentoo-commits

commit:     081e8e38d0893c8a03a89cbf4cfe862969ec576c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 09:28:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 09:28:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081e8e38

dev-python/time-machine: Stabilize 2.13.0 ppc, #916169

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.13.0.ebuild b/dev-python/time-machine/time-machine-2.13.0.ebuild
index f292a86c8c8f..e4bc6ef8c5ea 100644
--- a/dev-python/time-machine/time-machine-2.13.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.13.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-10-26 16:17 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-10-26 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5d7e2a5db38333528db2874cca21481320b0c76a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 16:16:36 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 16:16:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7e2a5d

dev-python/time-machine: Stabilize 2.13.0 ppc64, #916169

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.13.0.ebuild b/dev-python/time-machine/time-machine-2.13.0.ebuild
index e4bc6ef8c5ea..b759fd9cf9d8 100644
--- a/dev-python/time-machine/time-machine-2.13.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.13.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-11-14  7:47 Joonas Niilola
  0 siblings, 0 replies; 96+ messages in thread
From: Joonas Niilola @ 2023-11-14  7:47 UTC (permalink / raw
  To: gentoo-commits

commit:     b968eb874a74f50ce9658227c8f6d6bacdb811a1
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Tue Nov 14 07:36:51 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 07:46:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b968eb87

dev-python/time-machine: Keyword 2.13.0 alpha, #910367

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.13.0.ebuild b/dev-python/time-machine/time-machine-2.13.0.ebuild
index 6b03b3926bee..ff193599f65d 100644
--- a/dev-python/time-machine/time-machine-2.13.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.13.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-11-25 12:26 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2023-11-25 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     51ee537b928d4228fb3e8fe3fb22838bb0148514
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 12:26:35 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 12:26:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ee537b

dev-python/time-machine: Stabilize 2.13.0 arm64, #916169

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.13.0.ebuild b/dev-python/time-machine/time-machine-2.13.0.ebuild
index ff193599f65d..e1e0463a2eab 100644
--- a/dev-python/time-machine/time-machine-2.13.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.13.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2023-11-30  5:48 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2023-11-30  5:48 UTC (permalink / raw
  To: gentoo-commits

commit:     3eaf3995955810169bacf4f5dab69e2b82f8d5b5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 04:40:10 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 05:48:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eaf3995

dev-python/time-machine: Remove old

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

 dev-python/time-machine/Manifest                   |  1 -
 dev-python/time-machine/time-machine-2.12.0.ebuild | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
index a886719172ca..42866ec58975 100644
--- a/dev-python/time-machine/Manifest
+++ b/dev-python/time-machine/Manifest
@@ -1,2 +1 @@
-DIST time-machine-2.12.0.gh.tar.gz 27743 BLAKE2B 4ed0c9901edb9c698b8bbba6df80d12b06f344ad6ee8f9e89577264da1f0211774c2d227d02dc1ab0ceb5b905094168d19cdebc00a91a955d216729082ecbc28 SHA512 4708cdc3aa0ec06907d0ee1219ceb074947fc962ab6f0d3606e5273f3d64ca278bb43254d924c04364b967301cf69229ced70d7b1db92b0b6dff1523cccb2f82
 DIST time-machine-2.13.0.gh.tar.gz 28747 BLAKE2B 88836d2b9ad34c8d256b576ab6b2bfe263232fb50d2e95f13049f84dbc838283811ebc54c5bb68493ef966e64777983ab6bcb7fafccda6dc74e00d3bb6a2108f SHA512 26a852d93633e037585ec8fcd563c86af8d977a87633dbeb66cf23c9ca49ca0ae536bdcdcdf809ee2ab423c197610c630d506bc3bf4f13c373d806cee2d8c598

diff --git a/dev-python/time-machine/time-machine-2.12.0.ebuild b/dev-python/time-machine/time-machine-2.12.0.ebuild
deleted file mode 100644
index 13b35cb02156..000000000000
--- a/dev-python/time-machine/time-machine-2.12.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2023 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_{10..12} )
-
-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 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-03-04  6:31 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2024-03-04  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     38c402eb67d91d6130598a7b301ac92e3d3ffc88
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 06:21:46 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar  4 06:31:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c402eb

dev-python/time-machine: Bump to 2.14.0

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

 dev-python/time-machine/Manifest                   |  1 +
 dev-python/time-machine/time-machine-2.14.0.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
index 42866ec58975..505db519d0c1 100644
--- a/dev-python/time-machine/Manifest
+++ b/dev-python/time-machine/Manifest
@@ -1 +1,2 @@
 DIST time-machine-2.13.0.gh.tar.gz 28747 BLAKE2B 88836d2b9ad34c8d256b576ab6b2bfe263232fb50d2e95f13049f84dbc838283811ebc54c5bb68493ef966e64777983ab6bcb7fafccda6dc74e00d3bb6a2108f SHA512 26a852d93633e037585ec8fcd563c86af8d977a87633dbeb66cf23c9ca49ca0ae536bdcdcdf809ee2ab423c197610c630d506bc3bf4f13c373d806cee2d8c598
+DIST time-machine-2.14.0.gh.tar.gz 29270 BLAKE2B 55050879fe221204f14c77a90190c2ef5232e182d281885d60686230365b9249f8e90ec80e7a842d43a2c52b72bf463cd59b4a22fdc8b0cd25c5ad5b0306fc98 SHA512 7bc9d6d53da68c18ccdae1af6282ea482a0758a4fda9acabe9fa39bfe217a57e65b8041ae4436b7cef2c0b39835f3aae9590515d200b9b2962bd0610370e8454

diff --git a/dev-python/time-machine/time-machine-2.14.0.ebuild b/dev-python/time-machine/time-machine-2.14.0.ebuild
new file mode 100644
index 000000000000..6e40b0484718
--- /dev/null
+++ b/dev-python/time-machine/time-machine-2.14.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2024 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_{10..12} )
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-03-21 17:47 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-03-21 17:47 UTC (permalink / raw
  To: gentoo-commits

commit:     e69ea636509ff50ac35d9940363f5734af3da889
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 17:47:00 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 17:47:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69ea636

dev-python/time-machine: Stabilize 2.14.0 arm64, #927426

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.0.ebuild b/dev-python/time-machine/time-machine-2.14.0.ebuild
index 6e40b0484718..f3ab5b65808c 100644
--- a/dev-python/time-machine/time-machine-2.14.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-03-21 20:41 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-03-21 20:41 UTC (permalink / raw
  To: gentoo-commits

commit:     abd736494a8c31ff82ac6559ed97361e3e528fa0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 20:41:22 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 20:41:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd73649

dev-python/time-machine: Stabilize 2.14.0 sparc, #927426

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.0.ebuild b/dev-python/time-machine/time-machine-2.14.0.ebuild
index f3ab5b65808c..e518e0f951ce 100644
--- a/dev-python/time-machine/time-machine-2.14.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-03-21 20:45 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-03-21 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c6694d24c6c5fd656440630d3a6275fba7064851
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 20:45:11 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 20:45:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6694d24

dev-python/time-machine: Stabilize 2.14.0 ppc, #927426

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.0.ebuild b/dev-python/time-machine/time-machine-2.14.0.ebuild
index e518e0f951ce..ad511ee878e7 100644
--- a/dev-python/time-machine/time-machine-2.14.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-03-22  3:58 Sam James
  0 siblings, 0 replies; 96+ messages in thread
From: Sam James @ 2024-03-22  3:58 UTC (permalink / raw
  To: gentoo-commits

commit:     b08b4b546826690cc3cfe90e98c3488af77d4e33
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 03:56:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 03:56:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08b4b54

dev-python/time-machine: Stabilize 2.14.0 arm, #927426

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.0.ebuild b/dev-python/time-machine/time-machine-2.14.0.ebuild
index ad511ee878e7..9044e245fbf7 100644
--- a/dev-python/time-machine/time-machine-2.14.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-03-22  3:58 Sam James
  0 siblings, 0 replies; 96+ messages in thread
From: Sam James @ 2024-03-22  3:58 UTC (permalink / raw
  To: gentoo-commits

commit:     bfa16e659876254fed0c41c338202806af728be2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 03:56:12 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 03:56:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa16e65

dev-python/time-machine: Stabilize 2.14.0 ppc64, #927426

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.0.ebuild b/dev-python/time-machine/time-machine-2.14.0.ebuild
index 9044e245fbf7..cadc6d2bfc0f 100644
--- a/dev-python/time-machine/time-machine-2.14.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-03-22  6:14 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-03-22  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     200573306708326252c7734ad1a713b23b066568
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 06:14:01 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 06:14:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20057330

dev-python/time-machine: Stabilize 2.14.0 amd64, #927426

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.0.ebuild b/dev-python/time-machine/time-machine-2.14.0.ebuild
index 100ab8bc9b62..462fe2809ad3 100644
--- a/dev-python/time-machine/time-machine-2.14.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-03-22  6:14 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-03-22  6:14 UTC (permalink / raw
  To: gentoo-commits

commit:     de4519ed276a9faa930b1c63df8e83cfe42db55d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 06:14:00 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 06:14:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4519ed

dev-python/time-machine: Stabilize 2.14.0 x86, #927426

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.0.ebuild b/dev-python/time-machine/time-machine-2.14.0.ebuild
index cadc6d2bfc0f..100ab8bc9b62 100644
--- a/dev-python/time-machine/time-machine-2.14.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-03-23  6:41 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2024-03-23  6:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d6018958dc77fd8e18831ae0af6b61024fb5b69f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 06:16:55 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 06:41:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6018958

dev-python/time-machine: Bump to 2.14.1

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

 dev-python/time-machine/Manifest                   |  1 +
 dev-python/time-machine/time-machine-2.14.1.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
index 505db519d0c1..c04e351318ca 100644
--- a/dev-python/time-machine/Manifest
+++ b/dev-python/time-machine/Manifest
@@ -1,2 +1,3 @@
 DIST time-machine-2.13.0.gh.tar.gz 28747 BLAKE2B 88836d2b9ad34c8d256b576ab6b2bfe263232fb50d2e95f13049f84dbc838283811ebc54c5bb68493ef966e64777983ab6bcb7fafccda6dc74e00d3bb6a2108f SHA512 26a852d93633e037585ec8fcd563c86af8d977a87633dbeb66cf23c9ca49ca0ae536bdcdcdf809ee2ab423c197610c630d506bc3bf4f13c373d806cee2d8c598
 DIST time-machine-2.14.0.gh.tar.gz 29270 BLAKE2B 55050879fe221204f14c77a90190c2ef5232e182d281885d60686230365b9249f8e90ec80e7a842d43a2c52b72bf463cd59b4a22fdc8b0cd25c5ad5b0306fc98 SHA512 7bc9d6d53da68c18ccdae1af6282ea482a0758a4fda9acabe9fa39bfe217a57e65b8041ae4436b7cef2c0b39835f3aae9590515d200b9b2962bd0610370e8454
+DIST time-machine-2.14.1.gh.tar.gz 29600 BLAKE2B b118e3a2f08f75cc6cd89181a9e533c89bc6e5312a520b2a854fb8aa7ac59f1570e48a85788261f781ef83f9864380318074724f6eadab9cda7a3374b2322e7d SHA512 42a127e2dc5a86e33896010e6d141fc9248fe685d3477ec71ec8a72315914cea99ae4a4d6623a59fd69505d935d2feadcfd831a7fff5617c3f98a93d48652ecf

diff --git a/dev-python/time-machine/time-machine-2.14.1.ebuild b/dev-python/time-machine/time-machine-2.14.1.ebuild
new file mode 100644
index 000000000000..6e40b0484718
--- /dev/null
+++ b/dev-python/time-machine/time-machine-2.14.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2024 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_{10..12} )
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-04-06  9:37 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-04-06  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     1e0fb5103c294a9b48b0ebb9888015724195f017
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  6 09:37:28 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 09:37:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0fb510

dev-python/time-machine: Stabilize 2.14.1 sparc, #928704

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.1.ebuild b/dev-python/time-machine/time-machine-2.14.1.ebuild
index 6e40b0484718..7bf042a9f369 100644
--- a/dev-python/time-machine/time-machine-2.14.1.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-04-06  9:41 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-04-06  9:41 UTC (permalink / raw
  To: gentoo-commits

commit:     377e321bd9efaae4067be5e800caa68e179a44a2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  6 09:41:07 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 09:41:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=377e321b

dev-python/time-machine: Stabilize 2.14.1 arm, #928704

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.1.ebuild b/dev-python/time-machine/time-machine-2.14.1.ebuild
index 7bf042a9f369..d9b82851fcc1 100644
--- a/dev-python/time-machine/time-machine-2.14.1.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-04-06 10:02 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-04-06 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     3c1a101396ade870be26532208b42bf009b312d8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  6 10:02:34 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 10:02:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1a1013

dev-python/time-machine: Stabilize 2.14.1 x86, #928704

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.1.ebuild b/dev-python/time-machine/time-machine-2.14.1.ebuild
index 9885218c5001..ba8c8523fb50 100644
--- a/dev-python/time-machine/time-machine-2.14.1.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-04-06 10:02 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-04-06 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     115c788d30e9adbd8af5f8925dcec376ab097795
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  6 10:02:33 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 10:02:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115c788d

dev-python/time-machine: Stabilize 2.14.1 amd64, #928704

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.1.ebuild b/dev-python/time-machine/time-machine-2.14.1.ebuild
index c1de069f247b..9885218c5001 100644
--- a/dev-python/time-machine/time-machine-2.14.1.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-04-06 10:02 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-04-06 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     22797476da2999630adebc88c58b26e8d8fbb92c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  6 10:02:35 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 10:02:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22797476

dev-python/time-machine: Stabilize 2.14.1 ppc64, #928704

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.1.ebuild b/dev-python/time-machine/time-machine-2.14.1.ebuild
index ba8c8523fb50..4f6012aea5c8 100644
--- a/dev-python/time-machine/time-machine-2.14.1.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-04-06 10:02 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-04-06 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d997a79d0608b8b25862c0919d8ea96cd4099b7c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  6 10:02:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  6 10:02:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d997a79d

dev-python/time-machine: Stabilize 2.14.1 arm64, #928704

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.1.ebuild b/dev-python/time-machine/time-machine-2.14.1.ebuild
index d9b82851fcc1..c1de069f247b 100644
--- a/dev-python/time-machine/time-machine-2.14.1.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-04-09 18:35 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-04-09 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     23dca8208128abf21873d9758ce608ee69efc8e2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  9 18:35:11 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 18:35:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23dca820

dev-python/time-machine: Stabilize 2.14.1 ppc, #928704

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.1.ebuild b/dev-python/time-machine/time-machine-2.14.1.ebuild
index 4f6012aea5c8..462fe2809ad3 100644
--- a/dev-python/time-machine/time-machine-2.14.1.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-05-09 17:32 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2024-05-09 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     a29cbffa71e2fa76d63e4bcb3eb71e3660f137fb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  9 17:18:28 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  9 17:32:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29cbffa

dev-python/time-machine: Enable py3.13

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

 dev-python/time-machine/time-machine-2.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.1.ebuild b/dev-python/time-machine/time-machine-2.14.1.ebuild
index 7d55a02e7ee2..9c3580a6fb3e 100644
--- a/dev-python/time-machine/time-machine-2.14.1.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-06-30  2:52 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2024-06-30  2:52 UTC (permalink / raw
  To: gentoo-commits

commit:     585c6a4ac731e8f4e3662a080b04565cc04b715e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 02:40:33 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 02:40:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585c6a4a

dev-python/time-machine: Bump to 2.14.2

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

 dev-python/time-machine/Manifest                   |  1 +
 dev-python/time-machine/time-machine-2.14.2.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
index 8c94468934a9..25d87015bdf6 100644
--- a/dev-python/time-machine/Manifest
+++ b/dev-python/time-machine/Manifest
@@ -1 +1,2 @@
 DIST time-machine-2.14.1.gh.tar.gz 29600 BLAKE2B b118e3a2f08f75cc6cd89181a9e533c89bc6e5312a520b2a854fb8aa7ac59f1570e48a85788261f781ef83f9864380318074724f6eadab9cda7a3374b2322e7d SHA512 42a127e2dc5a86e33896010e6d141fc9248fe685d3477ec71ec8a72315914cea99ae4a4d6623a59fd69505d935d2feadcfd831a7fff5617c3f98a93d48652ecf
+DIST time-machine-2.14.2.gh.tar.gz 29671 BLAKE2B a53804ab324fcef3d5a387de6451ecd031310eefa17f6d2279fe70f0af3ff8f001ea581ac392c9e72f259dba49ae03eb82279804874a49f6131e5c6cf0131aa0 SHA512 b1996f762aabd161d7f66720265d520ff419a08525da603d805e95e5035cef4576e57d87b6c71a98dddc7cfb33d27e11f7b3d7999ca1be25b81ec0ab502f7012

diff --git a/dev-python/time-machine/time-machine-2.14.2.ebuild b/dev-python/time-machine/time-machine-2.14.2.ebuild
new file mode 100644
index 000000000000..1087552cdae0
--- /dev/null
+++ b/dev-python/time-machine/time-machine-2.14.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2024 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_{10..13} )
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-07-20  8:17 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-07-20  8:17 UTC (permalink / raw
  To: gentoo-commits

commit:     7f917d61ec5d02c35c8b7cad4abd7b05e757a58d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 08:17:37 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 08:17:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f917d61

dev-python/time-machine: Stabilize 2.14.2 arm, #936363

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.2.ebuild b/dev-python/time-machine/time-machine-2.14.2.ebuild
index 1087552cdae0..f33f5e5fd260 100644
--- a/dev-python/time-machine/time-machine-2.14.2.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-07-20 11:14 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-07-20 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     3bd6a148e8112e3a6f2cfef6a7e06dba1bbfa616
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 11:13:33 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 11:13:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd6a148

dev-python/time-machine: Stabilize 2.14.2 arm64, #936363

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.2.ebuild b/dev-python/time-machine/time-machine-2.14.2.ebuild
index b77445365d2d..c62c3c3663db 100644
--- a/dev-python/time-machine/time-machine-2.14.2.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-07-20 11:14 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-07-20 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     fcbff9ab1f4d7b87bcad35d2ddac2233d18b9dff
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 11:13:34 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 11:13:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcbff9ab

dev-python/time-machine: Stabilize 2.14.2 amd64, #936363

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.2.ebuild b/dev-python/time-machine/time-machine-2.14.2.ebuild
index c62c3c3663db..faff9f917ac0 100644
--- a/dev-python/time-machine/time-machine-2.14.2.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-07-20 11:14 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-07-20 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     16a5441193a150cc2c08df0512139dc407cff737
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 11:13:36 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 11:13:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a54411

dev-python/time-machine: Stabilize 2.14.2 ppc64, #936363

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.2.ebuild b/dev-python/time-machine/time-machine-2.14.2.ebuild
index faff9f917ac0..9156366dd3a9 100644
--- a/dev-python/time-machine/time-machine-2.14.2.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-07-20 11:14 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-07-20 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     920dd5cb762c4a00e196a7ca24d0c21beb20ebeb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 11:13:37 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 11:13:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920dd5cb

dev-python/time-machine: Stabilize 2.14.2 sparc, #936363

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.2.ebuild b/dev-python/time-machine/time-machine-2.14.2.ebuild
index 9156366dd3a9..d6a9b23c565c 100644
--- a/dev-python/time-machine/time-machine-2.14.2.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-07-20 11:14 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-07-20 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     238502963a1c7169cd569e8aff7ac73db67548f6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 11:13:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 11:13:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23850296

dev-python/time-machine: Stabilize 2.14.2 x86, #936363

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.2.ebuild b/dev-python/time-machine/time-machine-2.14.2.ebuild
index f33f5e5fd260..b77445365d2d 100644
--- a/dev-python/time-machine/time-machine-2.14.2.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-07-20 12:50 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-07-20 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     87d848f0afaa1a441d0f0e9cdbe43d2713862cf8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 12:50:05 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 12:50:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d848f0

dev-python/time-machine: Stabilize 2.14.2 ppc, #936363

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.14.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.14.2.ebuild b/dev-python/time-machine/time-machine-2.14.2.ebuild
index d6a9b23c565c..74f257c0b23f 100644
--- a/dev-python/time-machine/time-machine-2.14.2.ebuild
+++ b/dev-python/time-machine/time-machine-2.14.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-08-07 14:10 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2024-08-07 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     77bd14b6d0781d1e7b14b7c4ab9dc41972fa0756
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 13:29:51 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 14:10:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77bd14b6

dev-python/time-machine: Bump to 2.15.0

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

 dev-python/time-machine/Manifest                   |  1 +
 dev-python/time-machine/time-machine-2.15.0.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
index 25d87015bdf6..776f95588e59 100644
--- a/dev-python/time-machine/Manifest
+++ b/dev-python/time-machine/Manifest
@@ -1,2 +1,3 @@
 DIST time-machine-2.14.1.gh.tar.gz 29600 BLAKE2B b118e3a2f08f75cc6cd89181a9e533c89bc6e5312a520b2a854fb8aa7ac59f1570e48a85788261f781ef83f9864380318074724f6eadab9cda7a3374b2322e7d SHA512 42a127e2dc5a86e33896010e6d141fc9248fe685d3477ec71ec8a72315914cea99ae4a4d6623a59fd69505d935d2feadcfd831a7fff5617c3f98a93d48652ecf
 DIST time-machine-2.14.2.gh.tar.gz 29671 BLAKE2B a53804ab324fcef3d5a387de6451ecd031310eefa17f6d2279fe70f0af3ff8f001ea581ac392c9e72f259dba49ae03eb82279804874a49f6131e5c6cf0131aa0 SHA512 b1996f762aabd161d7f66720265d520ff419a08525da603d805e95e5035cef4576e57d87b6c71a98dddc7cfb33d27e11f7b3d7999ca1be25b81ec0ab502f7012
+DIST time-machine-2.15.0.gh.tar.gz 29696 BLAKE2B c1008957e1206d4297ff63f1146f7411e96aae5805a7217af0989b7c77adfe8f447c1c0a36d8b488fd5b25370aebc92a511eeaad85005b5b0c7410480497e229 SHA512 3221a131ffe042f2e222950ca3241050e3275ac209c0df806da290b63c5fc43efbfb202ae030096c29c6390a6467bc05d476d4a3cef9465ea63473e50e3629c7

diff --git a/dev-python/time-machine/time-machine-2.15.0.ebuild b/dev-python/time-machine/time-machine-2.15.0.ebuild
new file mode 100644
index 000000000000..1087552cdae0
--- /dev/null
+++ b/dev-python/time-machine/time-machine-2.15.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2024 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_{10..13} )
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-08-24  8:18 Sam James
  0 siblings, 0 replies; 96+ messages in thread
From: Sam James @ 2024-08-24  8:18 UTC (permalink / raw
  To: gentoo-commits

commit:     c63b6fdb3f8594cee8f80ce0e0a9cb9680fc39a0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 08:17:36 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 08:17:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63b6fdb

dev-python/time-machine: Stabilize 2.15.0 amd64, #938397

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.15.0.ebuild b/dev-python/time-machine/time-machine-2.15.0.ebuild
index 1087552cdae0..26fd344d9827 100644
--- a/dev-python/time-machine/time-machine-2.15.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.15.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-08-24  9:05 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-08-24  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ef252987612a650efa7803ab0447e601d3d56e8e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 09:05:45 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 09:05:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef252987

dev-python/time-machine: Stabilize 2.15.0 arm64, #938397

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.15.0.ebuild b/dev-python/time-machine/time-machine-2.15.0.ebuild
index 26fd344d9827..42931ec895f4 100644
--- a/dev-python/time-machine/time-machine-2.15.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.15.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-08-24  9:05 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-08-24  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     69a9c1b63c9fb43d355a9c503f94fb78210bf212
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 09:05:46 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 09:05:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a9c1b6

dev-python/time-machine: Stabilize 2.15.0 arm, #938397

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.15.0.ebuild b/dev-python/time-machine/time-machine-2.15.0.ebuild
index 42931ec895f4..3b16fec30f9a 100644
--- a/dev-python/time-machine/time-machine-2.15.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.15.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-08-24  9:24 Arthur Zamarin
  0 siblings, 0 replies; 96+ messages in thread
From: Arthur Zamarin @ 2024-08-24  9:24 UTC (permalink / raw
  To: gentoo-commits

commit:     01defd958f667fcade3c0e82981469cf924e2506
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 09:24:14 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 09:24:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01defd95

dev-python/time-machine: Stabilize 2.15.0 x86, #938397

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.15.0.ebuild b/dev-python/time-machine/time-machine-2.15.0.ebuild
index 3b16fec30f9a..faff9f917ac0 100644
--- a/dev-python/time-machine/time-machine-2.15.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.15.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-08-24 13:12 Michał Górny
  0 siblings, 0 replies; 96+ messages in thread
From: Michał Górny @ 2024-08-24 13:12 UTC (permalink / raw
  To: gentoo-commits

commit:     6c880e5743895d2410b533cea0f0de5bdade6ab7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 13:11:44 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 13:11:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c880e57

dev-python/time-machine: Stabilize 2.15.0 ppc64, #938397

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

 dev-python/time-machine/time-machine-2.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.15.0.ebuild b/dev-python/time-machine/time-machine-2.15.0.ebuild
index faff9f917ac0..9156366dd3a9 100644
--- a/dev-python/time-machine/time-machine-2.15.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.15.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
@ 2024-08-31  4:48 Sam James
  0 siblings, 0 replies; 96+ messages in thread
From: Sam James @ 2024-08-31  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d89f85c4d23dc1bf6f4a4856963c415f5d490161
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 04:48:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 04:48:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89f85c4

dev-python/time-machine: Stabilize 2.15.0 sparc, #938397

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/time-machine/time-machine-2.15.0.ebuild b/dev-python/time-machine/time-machine-2.15.0.ebuild
index 9156366dd3a9..d6a9b23c565c 100644
--- a/dev-python/time-machine/time-machine-2.15.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.15.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 96+ messages in thread

end of thread, other threads:[~2024-08-31  4:48 UTC | newest]

Thread overview: 96+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-25 16:54 [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
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-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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox