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: Thu, 10 Feb 2022 23:56:11 +0000 (UTC)	[thread overview]
Message-ID: <1644537367.77e3ea04722a678a8f56e623db6091022a42c192.mgorny@gentoo> (raw)

commit:     77e3ea04722a678a8f56e623db6091022a42c192
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 22:59:06 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 23:56:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e3ea04

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-10.0.0.ebuild | 29 -----------------------------
 dev-python/Faker/Faker-11.0.0.ebuild | 29 -----------------------------
 dev-python/Faker/Faker-11.1.0.ebuild | 29 -----------------------------
 dev-python/Faker/Faker-11.3.0.ebuild | 29 -----------------------------
 dev-python/Faker/Faker-11.4.0.ebuild | 31 -------------------------------
 dev-python/Faker/Faker-12.0.0.ebuild | 30 ------------------------------
 dev-python/Faker/Faker-12.0.1.ebuild | 29 -----------------------------
 dev-python/Faker/Faker-12.1.0.ebuild | 29 -----------------------------
 dev-python/Faker/Manifest            |  8 --------
 9 files changed, 243 deletions(-)

diff --git a/dev-python/Faker/Faker-10.0.0.ebuild b/dev-python/Faker/Faker-10.0.0.ebuild
deleted file mode 100644
index 12e618b6e887..000000000000
--- a/dev-python/Faker/Faker-10.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="https://github.com/joke2k/faker"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-	>=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]
-	!dev-ruby/faker"
-BDEPEND="
-	test? (
-		dev-python/freezegun[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP},tiff]
-		dev-python/random2[${PYTHON_USEDEP}]
-		dev-python/validators[${PYTHON_USEDEP}]
-	)"
-
-distutils_enable_tests pytest

diff --git a/dev-python/Faker/Faker-11.0.0.ebuild b/dev-python/Faker/Faker-11.0.0.ebuild
deleted file mode 100644
index 12e618b6e887..000000000000
--- a/dev-python/Faker/Faker-11.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="https://github.com/joke2k/faker"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-	>=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]
-	!dev-ruby/faker"
-BDEPEND="
-	test? (
-		dev-python/freezegun[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP},tiff]
-		dev-python/random2[${PYTHON_USEDEP}]
-		dev-python/validators[${PYTHON_USEDEP}]
-	)"
-
-distutils_enable_tests pytest

diff --git a/dev-python/Faker/Faker-11.1.0.ebuild b/dev-python/Faker/Faker-11.1.0.ebuild
deleted file mode 100644
index 12e618b6e887..000000000000
--- a/dev-python/Faker/Faker-11.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="https://github.com/joke2k/faker"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-	>=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]
-	!dev-ruby/faker"
-BDEPEND="
-	test? (
-		dev-python/freezegun[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP},tiff]
-		dev-python/random2[${PYTHON_USEDEP}]
-		dev-python/validators[${PYTHON_USEDEP}]
-	)"
-
-distutils_enable_tests pytest

diff --git a/dev-python/Faker/Faker-11.3.0.ebuild b/dev-python/Faker/Faker-11.3.0.ebuild
deleted file mode 100644
index c1675ccca639..000000000000
--- a/dev-python/Faker/Faker-11.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="https://github.com/joke2k/faker"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-	>=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]
-	!dev-ruby/faker"
-BDEPEND="
-	test? (
-		dev-python/freezegun[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP},tiff]
-		dev-python/random2[${PYTHON_USEDEP}]
-		dev-python/validators[${PYTHON_USEDEP}]
-	)"
-
-distutils_enable_tests pytest

diff --git a/dev-python/Faker/Faker-11.4.0.ebuild b/dev-python/Faker/Faker-11.4.0.ebuild
deleted file mode 100644
index 5fca773bf8a5..000000000000
--- a/dev-python/Faker/Faker-11.4.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="https://github.com/joke2k/faker"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-	>=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]
-	!dev-ruby/faker"
-BDEPEND="
-	test? (
-		dev-python/freezegun[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP},tiff]
-		dev-python/random2[${PYTHON_USEDEP}]
-		dev-python/validators[${PYTHON_USEDEP}]
-	)"
-
-distutils_enable_tests pytest

diff --git a/dev-python/Faker/Faker-12.0.0.ebuild b/dev-python/Faker/Faker-12.0.0.ebuild
deleted file mode 100644
index c83621e099c9..000000000000
--- a/dev-python/Faker/Faker-12.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="https://github.com/joke2k/faker"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~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/random2[${PYTHON_USEDEP}]
-		dev-python/validators[${PYTHON_USEDEP}]
-	)"
-
-distutils_enable_tests pytest

diff --git a/dev-python/Faker/Faker-12.0.1.ebuild b/dev-python/Faker/Faker-12.0.1.ebuild
deleted file mode 100644
index 09facc7a1c2d..000000000000
--- a/dev-python/Faker/Faker-12.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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..10} )
-inherit distutils-r1
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="https://github.com/joke2k/faker"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~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/random2[${PYTHON_USEDEP}]
-		dev-python/validators[${PYTHON_USEDEP}]
-	)"
-
-distutils_enable_tests pytest

diff --git a/dev-python/Faker/Faker-12.1.0.ebuild b/dev-python/Faker/Faker-12.1.0.ebuild
deleted file mode 100644
index 09facc7a1c2d..000000000000
--- a/dev-python/Faker/Faker-12.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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..10} )
-inherit distutils-r1
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="https://github.com/joke2k/faker"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~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/random2[${PYTHON_USEDEP}]
-		dev-python/validators[${PYTHON_USEDEP}]
-	)"
-
-distutils_enable_tests pytest

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index 53892475b566..f265b1ce4d1a 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,10 +1,2 @@
-DIST Faker-10.0.0.tar.gz 1198872 BLAKE2B 60e4f34a597ca11b0699c330f6cdb0f7f387bb6c54d769513f8e091d00242c7ba4e62fa6b3411ad313a4713e9311b729fb6068acfc4a02b66f07c66656677f33 SHA512 0c22b18d16815ee37d2ea79b4142100479c7b9b9f169817dc9e0fe39495f0646e8d61d704ddba7d36eefb6cb3fb744d179a57216abb15c15ee357c8b12b8b5a4
-DIST Faker-11.0.0.tar.gz 1199121 BLAKE2B e5c4e17daa969249dbf1ae69630a79c50e6e51d63db9997872bd22a7e91db1771fdef984ec5912d42815632598339062be20005e4921c846abf3013e6efc8c89 SHA512 687f47ba613bd2117c412da54e293281bf1943eccde8165cc749be5d176a025d250c831d55a509a6923b3542dba4fe5abce23bd80b980bdca742ecaa837d4334
-DIST Faker-11.1.0.tar.gz 1214021 BLAKE2B c4b7b44d19566037135d47bce19895da7bb0eba17c64086ad5f0019bbd49a77aaf4231e6aef8f40aec4811bbe4df209b796773ac5cca6a859ff9b43ea57fe9bc SHA512 646d16bceb3fc5ca8a9004ab7369d7fc6012f0766b2f6b58922a1a415a4bf1ae1af0d5977d58f15792bd794fa2235fb44e626e28f5af168d4e4def8112bab0ca
-DIST Faker-11.3.0.tar.gz 1215886 BLAKE2B 01a0e9cff30597536cc1d6f4ae3f67c43e0e1ec5268d5c544a0cf6ea905c4528f07567515e615b74f32ea4622c9090e63141b0b526d656cbb96a449c23e7b047 SHA512 cb95ecd4cd781c6a08621fe75a1d019349232f8be65d4c9b5825987cb98bb6d031569d6e3253cb36a68986707515540f6ebd7503085aea68d56642b08f86192f
-DIST Faker-11.4.0.tar.gz 1347314 BLAKE2B 0399302df718a9283ecb59ab044f438891f2874a2dd752d97bd88cf7e2de4536ad34ee818576c9c9926d90b5a18626759fb12dcd2cbf6ba54a3a9d2366caec66 SHA512 a12dbc6e3011839852fe978004520c546a42fab7b84ba03d890fe12a40299d36b7ce0ffbe1e678dfb74879fe17410589c459ff2ac904bdd15c9c03b816e8c7c0
-DIST Faker-12.0.0.tar.gz 1428698 BLAKE2B 3dbf231c0969d3f5d0826d69362f57a3bbb8e006c42453d7a6178663b3947b74f773aad8d22237f12c6e152d30a91a883b603d65f562b69a298f34501f6b65f6 SHA512 1998eafec97d16624c4d19f5abe3f083ca75d4a72f49e6fe2df657aae1ce41ddf7ec198ab601bd6a377f86ef8b4e027e031d6830149972b7775e4b656eb2c3b7
-DIST Faker-12.0.1.tar.gz 1428846 BLAKE2B 25206e612983735504129118e13b4f8e50d604c4abc78146897f42bed1929f5c10b4dda86d40a90dda9162ac1cbd55bd9a30137208c579329040a7c6df7fb3ee SHA512 8dc26162d6f841e2e33385064eef3104ef58e018c59664b86f17efa83578b1ff871799ac7e5b335dab0249627569fcf6bf1b8462c9bbda2db025448a721f336e
-DIST Faker-12.1.0.tar.gz 1429360 BLAKE2B 7833be81a8bc465b4c147e1b4ab78b1385127f01bbaf718006fd03dd2a35492f249d0c33a0b9d5cf6a5313951b05f1035528f795f950914106446f57d1e5cd7b SHA512 56dfa966cb20adac1e9e45da2a9f38747fae918b675f2d410150403b273a921588c44a287be513e5b94889a02726c1def03c0d974ed4dd9d1193ca5a61673724
 DIST Faker-12.2.0.tar.gz 1430037 BLAKE2B 9bb075396c6320456ec5331b1e01edea3609074586287a82373ff5dbd8bd85112c8c5517c04539f1524c06062645f07d2dddfff760ad5620d9249557a7b2d3bc SHA512 67d16a6f27b996f62273686986aca270ffc7d8fab121bcec3a30eb52e54477505fcb1aef532920cf0412703557f65a212e24332b9d4afc3f5da84e2f1bac8ed0
 DIST Faker-12.3.0.tar.gz 1451569 BLAKE2B 2ac2d26451df5c13d0e9712e2179b067557dd3e343c17a9cf4e946f557a962b9794267d1ea012d5c4fc5f27b18da65ebf0f75d77351a94cf0c12baf4ef83e540 SHA512 d682d1b3b23c24d72f3a5f019374ac4362fee582ff5f3d8927d6aa70f127fb1e6211008db0d3e3dc1e6122e9f50f40d7f21cec5cd69d303acc1eec1bc2a86634


             reply	other threads:[~2022-02-10 23:56 UTC|newest]

Thread overview: 277+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-10 23:56 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-20  5:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/ 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 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=1644537367.77e3ea04722a678a8f56e623db6091022a42c192.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