public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/faker/
Date: Sat, 01 Mar 2025 11:57:41 +0000 (UTC)	[thread overview]
Message-ID: <1740829870.bb27915a488c047cab33b055b6481775896e20a0.mgorny@gentoo> (raw)

commit:     bb27915a488c047cab33b055b6481775896e20a0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  1 11:51:10 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  1 11:51:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb27915a

dev-python/faker: Remove old

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

 dev-python/faker/Manifest            |  4 ----
 dev-python/faker/faker-35.0.0.ebuild | 43 ------------------------------------
 dev-python/faker/faker-35.2.0.ebuild | 43 ------------------------------------
 dev-python/faker/faker-35.2.2.ebuild | 43 ------------------------------------
 dev-python/faker/faker-36.1.0.ebuild | 42 -----------------------------------
 5 files changed, 175 deletions(-)

diff --git a/dev-python/faker/Manifest b/dev-python/faker/Manifest
index 5fd60b1e0519..261b1e718ea0 100644
--- a/dev-python/faker/Manifest
+++ b/dev-python/faker/Manifest
@@ -1,5 +1 @@
-DIST faker-35.0.0.tar.gz 1855098 BLAKE2B 38429e14ccca4e315b562903e218ceb3942818da34229da59adca51afeec837a8877ed902de7624bbf057c2cf7a838edfec78b45cd7157855ab05b5fca868c84 SHA512 8f9744f1e935218ce7a25b93288357fd4767c3079ed2a44e9613a666984e737e1f8ee615680cc9722ba83e448843a581adc0d84cf41085a195c2eefac9eda9c9
-DIST faker-35.2.0.tar.gz 1874908 BLAKE2B ded1ef4e9afec3395e78ebcf28c7c5f428a46873f9fc4b75681eb045315c35fcd682c83cf04fa09ad91feacb828e6cea429de51ae53264fb8ec4b9e4ef36b922 SHA512 70e5f8165c740596952245b2635c9c88efef894f4e86fa352f7bee08eeaf44c6f0050c9ccd435cdde76f9e24b84957db9d4a1601cc12f1d3f30519c7391975df
-DIST faker-35.2.2.tar.gz 1874955 BLAKE2B 4ff2e056cd1fbdd7c70af2efbd0757005fbe7aa1f73233bcb2f41fcae6ad5b85ab6732602afe0bf671799d48ae97069a462e3d3a174d17497155c2d5c29b8a57 SHA512 91f5dc3e7930b1192fed2d13f98e36eac8698411dda2ff5dc471c273aa415d41959f5d18826b888296ef87d6ca07513ec68b4bee7828e2934ab2ff349055063b
-DIST faker-36.1.0.tar.gz 1874804 BLAKE2B ea004f4d3a03c430f16ce53aeb3124838240f86a99576fb2dec8e4746e01d03f22b0e0b4c50eb9f7664dca0ab7fd3495d500f5e77dcdec06c02b01e5a2806fee SHA512 c2dea115c589171bb727405dbba6a19631f3751557445172a51d0e62f2b417f4800b367fe6538d73fa04503b28df2a7721d47074d6910c9e7e9b9f74d5bc9b21
 DIST faker-36.1.1.tar.gz 1874935 BLAKE2B 501926d322a468943f730f7de48a0e68ff9388f39e638170606f5aa3884029aa27a21bdda68cb19224432e1d44f8de63da591688150a62e8b33bea54f44ad083 SHA512 c5afc49c76a97b7326fbc30eeb3c1d6102cdfcc35f52a7db61d1f58b37b812554274e002cac9ff9003a9669ce9c106e02e71e697045920b4ed006e1292de8a93

diff --git a/dev-python/faker/faker-35.0.0.ebuild b/dev-python/faker/faker-35.0.0.ebuild
deleted file mode 100644
index 557c7f9c7ff1..000000000000
--- a/dev-python/faker/faker-35.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=${PN^}
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="
-	https://github.com/joke2k/faker/
-	https://pypi.org/project/Faker/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-	>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-	dev-python/typing-extensions[${PYTHON_USEDEP}]
-	!dev-ruby/faker
-"
-BDEPEND="
-	test? (
-		dev-python/freezegun[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP},tiff]
-		dev-python/validators[${PYTHON_USEDEP}]
-	)
-"
-
-# note: tests are flaky with xdist
-distutils_enable_tests pytest
-
-python_test() {
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
-	epytest
-	epytest --exclusive-faker-session tests/pytest/session_overrides
-}

diff --git a/dev-python/faker/faker-35.2.0.ebuild b/dev-python/faker/faker-35.2.0.ebuild
deleted file mode 100644
index b0c932d87fbe..000000000000
--- a/dev-python/faker/faker-35.2.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=${PN^}
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="
-	https://github.com/joke2k/faker/
-	https://pypi.org/project/Faker/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-	>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-	dev-python/typing-extensions[${PYTHON_USEDEP}]
-	!dev-ruby/faker
-"
-BDEPEND="
-	test? (
-		dev-python/freezegun[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP},tiff]
-		dev-python/validators[${PYTHON_USEDEP}]
-	)
-"
-
-# note: tests are flaky with xdist
-distutils_enable_tests pytest
-
-python_test() {
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
-	epytest
-	epytest --exclusive-faker-session tests/pytest/session_overrides
-}

diff --git a/dev-python/faker/faker-35.2.2.ebuild b/dev-python/faker/faker-35.2.2.ebuild
deleted file mode 100644
index b0c932d87fbe..000000000000
--- a/dev-python/faker/faker-35.2.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=${PN^}
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="
-	https://github.com/joke2k/faker/
-	https://pypi.org/project/Faker/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-	>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-	dev-python/typing-extensions[${PYTHON_USEDEP}]
-	!dev-ruby/faker
-"
-BDEPEND="
-	test? (
-		dev-python/freezegun[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP},tiff]
-		dev-python/validators[${PYTHON_USEDEP}]
-	)
-"
-
-# note: tests are flaky with xdist
-distutils_enable_tests pytest
-
-python_test() {
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
-	epytest
-	epytest --exclusive-faker-session tests/pytest/session_overrides
-}

diff --git a/dev-python/faker/faker-36.1.0.ebuild b/dev-python/faker/faker-36.1.0.ebuild
deleted file mode 100644
index b5ada5bebc9a..000000000000
--- a/dev-python/faker/faker-36.1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=${PN^}
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="
-	https://github.com/joke2k/faker/
-	https://pypi.org/project/Faker/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-	dev-python/tzdata[${PYTHON_USEDEP}]
-	!dev-ruby/faker
-"
-BDEPEND="
-	test? (
-		dev-python/freezegun[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP},tiff]
-		dev-python/validators[${PYTHON_USEDEP}]
-	)
-"
-
-# note: tests are flaky with xdist
-distutils_enable_tests pytest
-
-python_test() {
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
-	epytest
-	epytest --exclusive-faker-session tests/pytest/session_overrides
-}


             reply	other threads:[~2025-03-01 11:57 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1740829870.bb27915a488c047cab33b055b6481775896e20a0.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox