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: Wed, 29 Nov 2023 10:33:38 +0000 (UTC) [thread overview]
Message-ID: <1701253841.65fedff5113d76cf9bfadee04b5b0f7eceb07c99.mgorny@gentoo> (raw)
commit: 65fedff5113d76cf9bfadee04b5b0f7eceb07c99
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 10:30:41 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 10:30:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65fedff5
dev-python/Faker: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/Faker/Faker-19.11.0.ebuild | 40 -----------------------------------
dev-python/Faker/Faker-19.12.1.ebuild | 40 -----------------------------------
dev-python/Faker/Faker-19.13.0.ebuild | 40 -----------------------------------
dev-python/Faker/Faker-20.0.0.ebuild | 40 -----------------------------------
dev-python/Faker/Faker-20.0.3.ebuild | 40 -----------------------------------
dev-python/Faker/Manifest | 5 -----
6 files changed, 205 deletions(-)
diff --git a/dev-python/Faker/Faker-19.11.0.ebuild b/dev-python/Faker/Faker-19.11.0.ebuild
deleted file mode 100644
index dc07b45bda69..000000000000
--- a/dev-python/Faker/Faker-19.11.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ppc ppc64 ~s390 ~sparc x86"
-
-RDEPEND="
- >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
- !dev-ruby/faker
-"
-BDEPEND="
- test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP},tiff]
- dev-python/validators[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
- epytest
-}
diff --git a/dev-python/Faker/Faker-19.12.1.ebuild b/dev-python/Faker/Faker-19.12.1.ebuild
deleted file mode 100644
index 34d2cdd3a7af..000000000000
--- a/dev-python/Faker/Faker-19.12.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-RDEPEND="
- >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
- !dev-ruby/faker
-"
-BDEPEND="
- test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP},tiff]
- dev-python/validators[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
- epytest
-}
diff --git a/dev-python/Faker/Faker-19.13.0.ebuild b/dev-python/Faker/Faker-19.13.0.ebuild
deleted file mode 100644
index 73499382da4a..000000000000
--- a/dev-python/Faker/Faker-19.13.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-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 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-RDEPEND="
- >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
- !dev-ruby/faker
-"
-BDEPEND="
- test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP},tiff]
- dev-python/validators[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
- epytest
-}
diff --git a/dev-python/Faker/Faker-20.0.0.ebuild b/dev-python/Faker/Faker-20.0.0.ebuild
deleted file mode 100644
index 73499382da4a..000000000000
--- a/dev-python/Faker/Faker-20.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-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 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-RDEPEND="
- >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
- !dev-ruby/faker
-"
-BDEPEND="
- test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP},tiff]
- dev-python/validators[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
- epytest
-}
diff --git a/dev-python/Faker/Faker-20.0.3.ebuild b/dev-python/Faker/Faker-20.0.3.ebuild
deleted file mode 100644
index 8f6863a1716d..000000000000
--- a/dev-python/Faker/Faker-20.0.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-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 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
- >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
- !dev-ruby/faker
-"
-BDEPEND="
- test? (
- dev-python/freezegun[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP},tiff]
- dev-python/validators[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
- epytest
-}
diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index f288574f4b11..de7ad9b46246 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,6 +1 @@
-DIST Faker-19.11.0.tar.gz 1694359 BLAKE2B 7e24dfa58136626e7dc82f458388749cb7d506a9a0ea14bccc13a302f4b89aad7eaf4703b5b59726588ef56e2f80de27496d53b8035ab27b5f0982d838ebbe0e SHA512 df1da4e1e02a612b755f5167941181df0e08d4701f31c52618915a0b5f3f92adbc05ba816d2e975d8123e1fe03ed8e1dbd600519ac7c37b1fa85c86022c39efa
-DIST Faker-19.12.1.tar.gz 1697827 BLAKE2B 64398d85fa5492811c9a5319a88f17ecdda5707cd898d123b67c35fbd543ea3cd2c8063b5e1117a2764480d0974f59160e7deba393a1988ea91104aecbbe918e SHA512 2950a5f576733275a783e2b3243c92c2dab3c67939353b9436c8218bed8b1c1b20dbb7e62f20d06210d2c7051c2030a931a93faa6f49e74d10e7a2dc751d60d3
-DIST Faker-19.13.0.tar.gz 1699872 BLAKE2B a53236812e17b1b8d5329e97b29f137b980b7069c02e558bfd7f118726203116ef99699f6fcf3d60f247507c82d9b159dbcb02d9b40dd8116ba1f4bbb5cdd26e SHA512 ce9e2b854027169697834f7dc081e601d13878315c39ef955378860b6d8d6671f3e6d525c45a843c76073348c6e87abf942daadae69f7aae55b3692432d949b7
-DIST Faker-20.0.0.tar.gz 1700246 BLAKE2B dbb37b4f5256493b8d8eeb493c22d4b6698a316288aa73055061f3cc7bd36ebda460df185d38c7578a9c372a7d2cdc30304ddf43728aaec6e6a5f35304de9799 SHA512 56f2fee8dc184e0826fc3d30331830d03ed93974b2815931a0e6aa4df173efc621158dbda9e38af771cfe22a8f5a9ceac042edca14b30220ec303cf5d3bbf42e
-DIST Faker-20.0.3.tar.gz 1700384 BLAKE2B 95d2070b05694219d66d6a62f22ce7aa4d4b72f0b3bce762b900f66972627fbb8bf0e5a41f33bf7d5831f3c9ed7fde2dd7f42a54e3207026ce3f3e860090a299 SHA512 44080c6c28d2033fe81b8bb5306983176fbed797c626329ae84d6971521306c13cf020a34d2edf14fc17c0ea932dcca8d3886e9bd7faa5fe5651d670f1acff01
DIST Faker-20.1.0.tar.gz 1701717 BLAKE2B c213aa69326c80adf2b68b093fb7aa9e9d7aaee06f235d9d8dc3d3b24d9e7b4ad15c7412a9c3539749c58ad47bb63d5f4a0c94dd6318a8539a225450b65ab6b3 SHA512 6241c90d6233e58e763d5de3d6550b9fd9bb33af0f736209edcd60b8d6e0e57eebe3e86fd86c141816ad1817cea949b2a6d16f212413d8748b82370c2bae57b0
next reply other threads:[~2023-11-29 10:33 UTC|newest]
Thread overview: 320+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-29 10:33 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-03-01 11:57 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: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=1701253841.65fedff5113d76cf9bfadee04b5b0f7eceb07c99.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