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/cfn-lint/
Date: Sat, 28 Sep 2024 12:59:13 +0000 (UTC)	[thread overview]
Message-ID: <1727528343.d143749e846e7daea1b25c160f6b0090ce4c55a1.mgorny@gentoo> (raw)

commit:     d143749e846e7daea1b25c160f6b0090ce4c55a1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 12:44:03 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 12:59:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d143749e

dev-python/cfn-lint: Remove old

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

 dev-python/cfn-lint/Manifest               |  3 --
 dev-python/cfn-lint/cfn-lint-1.11.1.ebuild | 70 ------------------------------
 dev-python/cfn-lint/cfn-lint-1.12.4.ebuild | 70 ------------------------------
 dev-python/cfn-lint/cfn-lint-1.15.0.ebuild | 70 ------------------------------
 4 files changed, 213 deletions(-)

diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
index 0bf21914b8b6..4ad40aaf1b1e 100644
--- a/dev-python/cfn-lint/Manifest
+++ b/dev-python/cfn-lint/Manifest
@@ -1,6 +1,3 @@
-DIST cfn_lint-1.11.1.tar.gz 2415408 BLAKE2B c164f6cd520e4106ff9cfaaffdcb66860c3e66060aad484a488f22a304c56c5a365389e63f948d647e37e10ead5f6c8e5bb435c842377e4db122805d7bab218c SHA512 c8295874345b2a561e521b732031558ff4d1de11fcd912940955301f0c4d1923d11d7d8f2cf5a90c3c540d3b28dbcd9f18fb01778fa9678e3fe6722d732d4014
-DIST cfn_lint-1.12.4.tar.gz 2870663 BLAKE2B 90b1c2682a143108f077b1239171cb410657a33f1970e1f9fbc06774d1301ad0c28e364d7cf60163cb1d62a3c24221595e722db1fda5b79aebfd4fb321008396 SHA512 04092142a5de5da4cf2e94fe425c696cee3fd438fb569faa16bd390f3f3b8bfee63397a2aeedca99950eb656916b04456d59f2069c8479ce4c8acdffae01018a
 DIST cfn_lint-1.13.0.tar.gz 2378100 BLAKE2B a1fa12fe13df1f3f8c5e533c138036df7e2eae325641e7fd66a050a3bb81718caf353d867bf7bbc765942a93bb9025a97bd9691a5759f59118296c23daf7466e SHA512 eeec69657907cc145e533c390987f25374e9019a4c493d3a8ad98123f8db9445bac4890cbaef59b15af752d5a3437f75ea1687bc167198aec81ebb0a3c1ab097
 DIST cfn_lint-1.14.2.tar.gz 2426350 BLAKE2B 65000d9201e66159d66e374a48cee6bfb330503ecdd72ecf325a3254a31f7fd9d78714b75b69b2e3a763eb4a2cf7eabad1e459dbb2ed4a46a3a21ba8551830b6 SHA512 ea7e558b4cd6ff844f25c88cfa46daefaee34ab10a209f4adc8ccc079bc4c361d917227aa60f747e9e821336ad21a9cdde114a0ce900fdf4f4c49eb7b83635c8
-DIST cfn_lint-1.15.0.tar.gz 2340540 BLAKE2B 4cf6e93e97442691d97107144d560ece21281321cc1e694c386a4f012fcdf7b563707812f4130933bd23262c88bb045f8fb3bb7b9be2ebdc012b111f3d7df8b0 SHA512 80305de541924c7a46dfbb5f3a5a84422071726584e7e43b5be76151d6b2e012ffbaba2b448b476a5dca41f55ab5f95b8e45554158f820755495686ae1a55d3f
 DIST cfn_lint-1.15.1.tar.gz 2341705 BLAKE2B b294be688b45c1c3b8bba3d0c1e706330b9f29a55f8c1f5b146c0c7a964c10d01af1082bace390115298dd327a33e23d1e859ab8dcbb95479496073102efcc14 SHA512 76b6a5a2e5d7088ad55a67e13915b7f3deb7ebd9594c9fe3489368f8c0bad7d86bfc05e7eb76942669d8839f8b3bb2b45bb83d8e6c466f184509d8409c12f4aa

diff --git a/dev-python/cfn-lint/cfn-lint-1.11.1.ebuild b/dev-python/cfn-lint/cfn-lint-1.11.1.ebuild
deleted file mode 100644
index b020827d82b1..000000000000
--- a/dev-python/cfn-lint/cfn-lint-1.11.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="CloudFormation Linter"
-HOMEPAGE="
-	https://github.com/aws-cloudformation/cfn-lint/
-	https://pypi.org/project/cfn-lint/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-
-RDEPEND="
-	>=dev-python/aws-sam-translator-1.91.0[${PYTHON_USEDEP}]
-	dev-python/jsonpatch[${PYTHON_USEDEP}]
-	>=dev-python/jschema-to-python-1.2.3[${PYTHON_USEDEP}]
-	<dev-python/jsonschema-5[${PYTHON_USEDEP}]
-	>=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
-	dev-python/junit-xml[${PYTHON_USEDEP}]
-	<dev-python/networkx-4[${PYTHON_USEDEP}]
-	>dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
-	>=dev-python/regex-2021.7.1[${PYTHON_USEDEP}]
-	>=dev-python/sarif-om-1.0.4[${PYTHON_USEDEP}]
-	>=dev-python/sympy-1.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/defusedxml[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	# unpin the deps
-	sed -e 's:~=[0-9.]*::' -i pyproject.toml || die
-	distutils-r1_src_prepare
-}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# TODO
-		test/unit/module/test_template.py::TestTemplate::test_build_graph
-		# requires git repo
-		test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
-		# Internet
-		test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
-		test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
-		# TODO: it looks as if AWS_DEFAULT_REGION didn't work
-		test/unit/module/core/test_run_cli.py::TestCli::test_bad_config
-		test/unit/module/core/test_run_cli.py::TestCli::test_override_parameters
-		test/unit/module/core/test_run_cli.py::TestCli::test_positional_template_parameters
-		test/unit/module/core/test_run_cli.py::TestCli::test_template_config
-		# different graphviz version?
-		test/unit/module/template/test_template.py::TestTemplate::test_build_graph
-	)
-
-	# from tox.ini
-	local -x AWS_DEFAULT_REGION=us-east-1
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	epytest
-}

diff --git a/dev-python/cfn-lint/cfn-lint-1.12.4.ebuild b/dev-python/cfn-lint/cfn-lint-1.12.4.ebuild
deleted file mode 100644
index b020827d82b1..000000000000
--- a/dev-python/cfn-lint/cfn-lint-1.12.4.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="CloudFormation Linter"
-HOMEPAGE="
-	https://github.com/aws-cloudformation/cfn-lint/
-	https://pypi.org/project/cfn-lint/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv x86"
-
-RDEPEND="
-	>=dev-python/aws-sam-translator-1.91.0[${PYTHON_USEDEP}]
-	dev-python/jsonpatch[${PYTHON_USEDEP}]
-	>=dev-python/jschema-to-python-1.2.3[${PYTHON_USEDEP}]
-	<dev-python/jsonschema-5[${PYTHON_USEDEP}]
-	>=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
-	dev-python/junit-xml[${PYTHON_USEDEP}]
-	<dev-python/networkx-4[${PYTHON_USEDEP}]
-	>dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
-	>=dev-python/regex-2021.7.1[${PYTHON_USEDEP}]
-	>=dev-python/sarif-om-1.0.4[${PYTHON_USEDEP}]
-	>=dev-python/sympy-1.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/defusedxml[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	# unpin the deps
-	sed -e 's:~=[0-9.]*::' -i pyproject.toml || die
-	distutils-r1_src_prepare
-}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# TODO
-		test/unit/module/test_template.py::TestTemplate::test_build_graph
-		# requires git repo
-		test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
-		# Internet
-		test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
-		test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
-		# TODO: it looks as if AWS_DEFAULT_REGION didn't work
-		test/unit/module/core/test_run_cli.py::TestCli::test_bad_config
-		test/unit/module/core/test_run_cli.py::TestCli::test_override_parameters
-		test/unit/module/core/test_run_cli.py::TestCli::test_positional_template_parameters
-		test/unit/module/core/test_run_cli.py::TestCli::test_template_config
-		# different graphviz version?
-		test/unit/module/template/test_template.py::TestTemplate::test_build_graph
-	)
-
-	# from tox.ini
-	local -x AWS_DEFAULT_REGION=us-east-1
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	epytest
-}

diff --git a/dev-python/cfn-lint/cfn-lint-1.15.0.ebuild b/dev-python/cfn-lint/cfn-lint-1.15.0.ebuild
deleted file mode 100644
index 086f03ea08df..000000000000
--- a/dev-python/cfn-lint/cfn-lint-1.15.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="CloudFormation Linter"
-HOMEPAGE="
-	https://github.com/aws-cloudformation/cfn-lint/
-	https://pypi.org/project/cfn-lint/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-RDEPEND="
-	>=dev-python/aws-sam-translator-1.91.0[${PYTHON_USEDEP}]
-	dev-python/jsonpatch[${PYTHON_USEDEP}]
-	>=dev-python/jschema-to-python-1.2.3[${PYTHON_USEDEP}]
-	<dev-python/jsonschema-5[${PYTHON_USEDEP}]
-	>=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
-	dev-python/junit-xml[${PYTHON_USEDEP}]
-	<dev-python/networkx-4[${PYTHON_USEDEP}]
-	>dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
-	>=dev-python/regex-2021.7.1[${PYTHON_USEDEP}]
-	>=dev-python/sarif-om-1.0.4[${PYTHON_USEDEP}]
-	>=dev-python/sympy-1.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/defusedxml[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	# unpin the deps
-	sed -e 's:~=[0-9.]*::' -i pyproject.toml || die
-	distutils-r1_src_prepare
-}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# TODO
-		test/unit/module/test_template.py::TestTemplate::test_build_graph
-		# requires git repo
-		test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
-		# Internet
-		test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
-		test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
-		# TODO: it looks as if AWS_DEFAULT_REGION didn't work
-		test/unit/module/core/test_run_cli.py::TestCli::test_bad_config
-		test/unit/module/core/test_run_cli.py::TestCli::test_override_parameters
-		test/unit/module/core/test_run_cli.py::TestCli::test_positional_template_parameters
-		test/unit/module/core/test_run_cli.py::TestCli::test_template_config
-		# different graphviz version?
-		test/unit/module/template/test_template.py::TestTemplate::test_build_graph
-	)
-
-	# from tox.ini
-	local -x AWS_DEFAULT_REGION=us-east-1
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	epytest
-}


             reply	other threads:[~2024-09-28 12:59 UTC|newest]

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

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=1727528343.d143749e846e7daea1b25c160f6b0090ce4c55a1.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