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/aiohttp/
Date: Sat, 07 Jun 2025 14:17:22 +0000 (UTC)	[thread overview]
Message-ID: <1749305838.c1c100ae50d225c115cdeb2b5b5b7ea94e6a24c9.mgorny@gentoo> (raw)

commit:     c1c100ae50d225c115cdeb2b5b5b7ea94e6a24c9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  7 13:52:05 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  7 14:17:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c100ae

dev-python/aiohttp: Bump to 3.12.10

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

 dev-python/aiohttp/Manifest               |   1 +
 dev-python/aiohttp/aiohttp-3.12.10.ebuild | 156 ++++++++++++++++++++++++++++++
 2 files changed, 157 insertions(+)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index 4370a1152722..58d35a776e17 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,3 +1,4 @@
 DIST aiohttp-3.11.14.tar.gz 7676994 BLAKE2B e8e048c01db9600df3bdc7bdc6e5066094b4575d08fef3ec7d0a78763a701cd3501dce435b80d3fbea28d2e7bf4110a5cc9e0ccec2bc3745835cadcb27528404 SHA512 38e51d3640b533d9bd639a59657bf7affbfc0b1a9dc40d77175d6528044e23b1e524589b9a10e0159eb8f9ba29e96b3e67529a9d11f1c53760a70800d813d13f
 DIST aiohttp-3.11.18.tar.gz 7678653 BLAKE2B 5886778fd0456ef40f1da5abd3d6a3864db03fad01d53755bb34afd77152da338480ba534c5dc1574bd5aa178943ec52814f1ceff736d668868803b19f6c102f SHA512 9b25ad5f9800cd84014c55f6a4f7ac217a788a43e301a83c18667b6f294388adf53c81360fd3219007b10b42ce165331dad1907582dc9d3081fd8585b5bcd042
+DIST aiohttp-3.12.10.tar.gz 7810445 BLAKE2B facab7e18040a9d2cdb8281426b54d2d7cbbc2ba0c7dc41c90d93ebf45566d5a305efe453ca6ce181c07a47b7f67b6f271922e8eb2926060228fc42ad62f3f24 SHA512 a58a52c992b3a1ae3e2d307b0113efe52a26a84b40196bc1ec9e2e167c38c5223371cd2a78a3077fb5e1d987e55b498e3af9dc6a64141ebfb9e338793fed3f4d
 DIST aiohttp-3.12.9.tar.gz 7810207 BLAKE2B 352fea5e4580781626e414118d24bc7817bb488d2dd83d0690e67f8308fa12c9d4dd4a9ab80e1222fa06b37047469a5c87c33b7b5aea84627ec7151151cd96f4 SHA512 afd7e25a3e762eecf96a7e335bfb42e5becc5df3eb4de73c0c40995508ec736a100375fdc70d51e04f2b4e0f154a20a10d5090f9c0b11aae662d3bf23f49b9a4

diff --git a/dev-python/aiohttp/aiohttp-3.12.10.ebuild b/dev-python/aiohttp/aiohttp-3.12.10.ebuild
new file mode 100644
index 000000000000..f7f9c3ca295c
--- /dev/null
+++ b/dev-python/aiohttp/aiohttp-3.12.10.ebuild
@@ -0,0 +1,156 @@
+# Copyright 1999-2025 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_{11..14} pypy3_11 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="HTTP client/server for asyncio"
+HOMEPAGE="
+	https://github.com/aio-libs/aiohttp/
+	https://pypi.org/project/aiohttp/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~riscv ~x86"
+IUSE="+native-extensions test-rust"
+
+DEPEND="
+	native-extensions? (
+		$(python_gen_cond_dep '
+			net-libs/llhttp:=
+		' 'python3*')
+	)
+"
+RDEPEND="
+	${DEPEND}
+	>=dev-python/aiodns-3.3.0[${PYTHON_USEDEP}]
+	>=dev-python/aiohappyeyeballs-2.5.0[${PYTHON_USEDEP}]
+	>=dev-python/aiosignal-1.1.2[${PYTHON_USEDEP}]
+	>=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
+	dev-python/brotlicffi[${PYTHON_USEDEP}]
+	>=dev-python/frozenlist-1.1.1[${PYTHON_USEDEP}]
+	>=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
+	>=dev-python/propcache-0.2.0[${PYTHON_USEDEP}]
+	>=dev-python/yarl-1.17.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	>=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
+	native-extensions? (
+		>=dev-python/cython-3.1.1[${PYTHON_USEDEP}]
+		dev-python/pkgconfig[${PYTHON_USEDEP}]
+	)
+	test? (
+		dev-python/blockbuster[${PYTHON_USEDEP}]
+		dev-python/freezegun[${PYTHON_USEDEP}]
+		dev-python/isal[${PYTHON_USEDEP}]
+		dev-python/pytest-mock[${PYTHON_USEDEP}]
+		dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+		dev-python/pytest-xdist[${PYTHON_USEDEP}]
+		dev-python/re-assert[${PYTHON_USEDEP}]
+		$(python_gen_cond_dep '
+			dev-python/time-machine[${PYTHON_USEDEP}]
+		' 'python3*')
+		dev-python/zlib-ng[${PYTHON_USEDEP}]
+		www-servers/gunicorn[${PYTHON_USEDEP}]
+		test-rust? (
+			dev-python/trustme[${PYTHON_USEDEP}]
+		)
+	)
+"
+
+DOCS=( CHANGES.rst CONTRIBUTORS.txt README.rst )
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+src_prepare() {
+	distutils-r1_src_prepare
+
+	# increase the timeout a little
+	sed -e '/abs=/s/0.001/0.01/' -i tests/test_helpers.py || die
+	# xfail_strict fails on py3.10
+	sed -i -e '/--cov/d' -e '/pytest_cov/d' -e '/xfail_strict/d' setup.cfg || die
+	sed -i -e 's:-Werror::' Makefile || die
+	# remove vendored llhttp
+	rm -r vendor || die
+}
+
+python_configure() {
+	# check for .install-cython, so that we do this only once
+	if [[ ! -f .install-cython && ${EPYTHON} != pypy3 ]] &&
+		use native-extensions
+	then
+		# force rehashing first
+		emake requirements/.hash/cython.txt.hash
+		> .update-pip || die
+		> .install-cython || die
+		emake cythonize
+	fi
+}
+
+python_compile() {
+	local -x AIOHTTP_USE_SYSTEM_DEPS=1
+	# implicitly disabled for pypy3
+	if [[ ${EPYTHON} == pypy3* ]] || ! use native-extensions; then
+		local -x AIOHTTP_NO_EXTENSIONS=1
+	fi
+
+	distutils-r1_python_compile
+}
+
+python_test() {
+	local EPYTEST_IGNORE=(
+		# proxy is not packaged
+		tests/test_proxy_functional.py
+		# python_on_whales is not packaged
+		tests/autobahn/test_autobahn.py
+		# benchmarks
+		tests/test_benchmarks_client.py
+		tests/test_benchmarks_client_request.py
+		tests/test_benchmarks_client_ws.py
+		tests/test_benchmarks_cookiejar.py
+		tests/test_benchmarks_http_websocket.py
+		tests/test_benchmarks_http_writer.py
+		tests/test_benchmarks_web_fileresponse.py
+		tests/test_benchmarks_web_middleware.py
+		tests/test_benchmarks_web_response.py
+		tests/test_benchmarks_web_urldispatcher.py
+	)
+
+	local EPYTEST_DESELECT=(
+		# Internet
+		tests/test_client_session.py::test_client_session_timeout_zero
+		tests/test_connector.py::test_tcp_connector_ssl_shutdown_timeout_passed_to_create_connection
+		# broken by irrelevant deprecation warnings
+		tests/test_circular_imports.py::test_no_warnings
+	)
+
+	case ${EPYTHON} in
+		python3.14)
+			EPYTEST_DESELECT+=(
+				# TODO
+				tests/test_cookiejar.py::test_pickle_format
+				# different exception message
+				tests/test_client_functional.py::test_aiohttp_request_coroutine
+			)
+			;;
+	esac
+
+	# upstream unconditionally blocks building C extensions
+	# on PyPy3 but the test suite needs an explicit switch
+	if [[ ${EPYTHON} == pypy3* ]] || ! use native-extensions; then
+		local -x AIOHTTP_NO_EXTENSIONS=1
+	fi
+
+	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+	local -x PYTEST_PLUGINS=pytest_mock,xdist.plugin
+	rm -rf aiohttp || die
+	epytest -m "not internal and not dev_mode" \
+		-p rerunfailures --reruns=5
+}


             reply	other threads:[~2025-06-07 14:17 UTC|newest]

Thread overview: 445+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-07 14:17 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-07  2:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/ Michał Górny
2025-09-12 14:31 Arthur Zamarin
2025-08-30 14:05 Arthur Zamarin
2025-08-30  9:04 Arthur Zamarin
2025-08-30  7:33 Arthur Zamarin
2025-08-30  7:22 Arthur Zamarin
2025-08-15 19:13 Michał Górny
2025-07-30  5:05 Michał Górny
2025-07-26 18:56 Sam James
2025-07-26 13:05 Michał Górny
2025-07-26 10:47 Michał Górny
2025-07-26 10:18 Michał Górny
2025-07-26 10:18 Michał Górny
2025-07-26 10:18 Michał Górny
2025-07-13 16:30 Michał Górny
2025-07-13  9:13 Sam James
2025-07-13  8:58 Sam James
2025-07-13  0:53 Sam James
2025-07-12 16:14 Sam James
2025-07-12 16:14 Sam James
2025-07-12 16:14 Sam James
2025-07-12 16:14 Sam James
2025-07-12 16:14 Sam James
2025-07-11  4:35 Michał Górny
2025-06-22 12:06 Sam James
2025-06-22 12:06 Sam James
2025-06-22 12:06 Sam James
2025-06-21  8:40 Sam James
2025-06-15  3:24 Michał Górny
2025-06-11  6:22 Michał Górny
2025-06-11  6:22 Michał Górny
2025-06-08  3:26 Michał Górny
2025-06-07 16:07 Arthur Zamarin
2025-06-07 14:46 Sam James
2025-06-07 14:17 Michał Górny
2025-06-05  3:42 Michał Górny
2025-06-04  2:07 Michał Górny
2025-06-02  3:19 Michał Górny
2025-06-02  1:53 Jay Faulkner
2025-06-01  2:36 Michał Górny
2025-05-29  5:57 Michał Górny
2025-05-27  3:24 Michał Górny
2025-05-26  6:52 Michał Górny
2025-05-26  6:52 Michał Górny
2025-05-24  6:11 Michał Górny
2025-05-23  3:29 Michał Górny
2025-05-22 15:27 Michał Górny
2025-05-21  5:38 Michał Górny
2025-05-16 15:15 Arthur Zamarin
2025-05-12 18:49 Sam James
2025-05-11  4:05 Arthur Zamarin
2025-05-10 16:40 Arthur Zamarin
2025-05-10 12:14 Arthur Zamarin
2025-05-10 11:04 Sam James
2025-05-10  8:26 Arthur Zamarin
2025-04-27  9:44 Sam James
2025-04-26 15:43 Sam James
2025-04-26 12:41 Arthur Zamarin
2025-04-22  3:28 Michał Górny
2025-04-21  6:22 Sam James
2025-04-20  6:16 Michał Górny
2025-04-20  6:16 Michał Górny
2025-04-19 13:20 Michał Górny
2025-04-19 13:20 Michał Górny
2025-04-19 13:20 Michał Górny
2025-04-19 13:20 Michał Górny
2025-04-13 17:45 Michał Górny
2025-04-13 17:17 Sam James
2025-04-06  0:04 Sam James
2025-04-05 13:24 Sam James
2025-04-05 13:14 Arthur Zamarin
2025-04-05 13:02 Arthur Zamarin
2025-04-05 13:02 Arthur Zamarin
2025-04-02  7:06 Michał Górny
2025-04-01  7:02 Michał Górny
2025-03-24  5:42 Michał Górny
2025-03-24  4:46 Sam James
2025-03-20 20:08 Arthur Zamarin
2025-03-19 20:23 Arthur Zamarin
2025-03-19 20:23 Arthur Zamarin
2025-03-19 19:09 Sam James
2025-03-19 19:09 Sam James
2025-03-19 19:09 Sam James
2025-03-19 19:09 Sam James
2025-02-25  7:51 Michał Górny
2025-02-16 18:44 Michał Górny
2025-02-06  6:41 Arthur Zamarin
2025-01-04 19:08 Michał Górny
2025-01-04 17:33 Sam James
2025-01-04 17:12 Sam James
2025-01-04 16:35 Sam James
2025-01-04 13:28 Sam James
2025-01-04 12:28 Sam James
2025-01-04 12:03 Sam James
2024-12-28 12:24 Sam James
2024-12-28 10:48 Arthur Zamarin
2024-12-28 10:45 Arthur Zamarin
2024-12-28 10:45 Arthur Zamarin
2024-12-28 10:06 Arthur Zamarin
2024-12-28 10:06 Arthur Zamarin
2024-12-28  9:45 Sam James
2024-12-19  5:12 Michał Górny
2024-12-09 20:46 Zac Medico
2024-12-06  4:01 Michał Górny
2024-12-06  4:01 Michał Górny
2024-12-02  6:54 Michał Górny
2024-11-28  6:43 Michał Górny
2024-11-22 12:32 Michał Górny
2024-11-20  7:56 Michał Górny
2024-11-20  7:56 Michał Górny
2024-11-19  4:42 Michał Górny
2024-11-15  4:59 Michał Górny
2024-11-14  4:39 Michał Górny
2024-11-13  6:55 Michał Górny
2024-11-12  5:35 Michał Górny
2024-11-12  5:35 Michał Górny
2024-11-11  3:41 Michał Górny
2024-11-10  3:07 Michał Górny
2024-11-10  3:07 Michał Górny
2024-11-08  4:52 Michał Górny
2024-11-06  7:11 Michał Górny
2024-11-06  7:11 Michał Górny
2024-11-04  5:04 Michał Górny
2024-11-04  5:04 Michał Górny
2024-11-03  3:52 Michał Górny
2024-10-31 19:19 Michał Górny
2024-10-31 17:05 Arthur Zamarin
2024-10-30 23:28 Sam James
2024-10-30 15:46 Arthur Zamarin
2024-10-29  6:51 Michał Górny
2024-10-28 22:15 Sam James
2024-10-27  3:08 Sam James
2024-10-27  2:16 Sam James
2024-10-26 19:06 Michał Górny
2024-10-26 14:47 Arthur Zamarin
2024-10-19 10:26 Arthur Zamarin
2024-10-19 10:03 Arthur Zamarin
2024-10-19 10:03 Arthur Zamarin
2024-10-19  9:34 Arthur Zamarin
2024-10-19  9:17 Arthur Zamarin
2024-10-19  9:08 Arthur Zamarin
2024-10-19  8:30 Arthur Zamarin
2024-10-15 12:47 Arthur Zamarin
2024-10-12 11:22 Michał Górny
2024-10-12 11:22 Michał Górny
2024-10-12  8:13 Michał Górny
2024-10-11  3:06 Michał Górny
2024-10-08 13:44 Michał Górny
2024-10-08 11:07 Sam James
2024-10-05  4:58 Michał Górny
2024-09-29  3:01 Michał Górny
2024-09-28 10:02 Michał Górny
2024-09-28  9:14 Michał Górny
2024-09-25  4:39 Michał Górny
2024-09-24  6:41 Michał Górny
2024-09-12 17:29 Arthur Zamarin
2024-09-12  8:01 Arthur Zamarin
2024-09-08 19:10 Arthur Zamarin
2024-09-07 14:16 Arthur Zamarin
2024-09-07 12:31 Jakov Smolić
2024-09-07 11:26 Jakov Smolić
2024-09-07 10:38 Arthur Zamarin
2024-09-07 10:24 Arthur Zamarin
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-24  6:41 Michał Górny
2024-08-20  1:29 Michał Górny
2024-08-18  6:04 Michał Górny
2024-08-11  2:47 Michał Górny
2024-08-09  3:10 Michał Górny
2024-08-08 15:22 Michał Górny
2024-08-08 15:22 Michał Górny
2024-08-05 11:48 Michał Górny
2024-08-05 11:48 Michał Górny
2024-08-05 10:36 Arthur Zamarin
2024-08-05 10:34 Jakov Smolić
2024-08-05 10:34 Jakov Smolić
2024-07-31 15:58 Michał Górny
2024-07-24  7:20 Sam James
2024-07-24  6:00 Michał Górny
2024-06-10 17:01 Michał Górny
2024-05-13 12:53 Michał Górny
2024-05-11 15:19 Sam James
2024-05-04  9:48 Arthur Zamarin
2024-05-04  9:48 Arthur Zamarin
2024-05-04  9:48 Arthur Zamarin
2024-05-04  7:57 Arthur Zamarin
2024-05-04  7:40 Arthur Zamarin
2024-05-04  7:38 Arthur Zamarin
2024-05-04  7:31 Arthur Zamarin
2024-04-27  8:04 Arthur Zamarin
2024-04-27  7:40 Michał Górny
2024-04-27  7:40 Michał Górny
2024-04-27  7:40 Michał Górny
2024-04-27  7:40 Michał Górny
2024-04-27  7:40 Michał Górny
2024-04-27  6:53 Michał Górny
2024-04-17 13:23 Michał Górny
2024-04-12 16:53 Michał Górny
2024-03-19  5:52 Michał Górny
2024-03-19  3:42 Ionen Wolkens
2024-03-03 23:02 Sam James
2024-03-02 21:00 Arthur Zamarin
2024-03-02 14:12 Arthur Zamarin
2024-02-24 19:22 Arthur Zamarin
2024-02-24 14:04 Sam James
2024-02-24 10:14 Michał Górny
2024-02-24 10:07 Sam James
2024-02-10 10:30 Michał Górny
2024-02-10  3:24 Sam James
2024-01-30  4:07 Michał Górny
2024-01-29  5:58 Michał Górny
2023-12-10 12:53 Arthur Zamarin
2023-12-09 15:47 Michał Górny
2023-12-09 15:30 Michał Górny
2023-12-09 14:58 Michał Górny
2023-12-09 14:58 Michał Górny
2023-12-09 14:22 Michał Górny
2023-12-09 14:17 Michał Górny
2023-12-09 14:05 Michał Górny
2023-11-26 19:37 Arthur Zamarin
2023-11-19 16:01 Michał Górny
2023-11-16 18:25 Michał Górny
2023-11-16 16:22 Sam James
2023-11-11 20:17 Arthur Zamarin
2023-11-11 20:02 Sam James
2023-11-11 20:02 Sam James
2023-11-11 19:21 Sam James
2023-11-11 19:21 Sam James
2023-10-09  4:41 Michał Górny
2023-07-22 15:57 Michał Górny
2023-07-22 13:47 Arthur Zamarin
2023-07-22 13:47 Arthur Zamarin
2023-07-22  0:48 Sam James
2023-07-20 12:28 Sam James
2023-07-20 12:24 Sam James
2023-07-20 12:24 Sam James
2023-07-20 12:24 Sam James
2023-07-20 12:24 Sam James
2023-07-20 11:10 Michał Górny
2023-05-31  7:31 Michał Górny
2023-05-31  7:31 Michał Górny
2023-05-31  7:31 Michał Górny
2023-05-04 16:11 Michał Górny
2023-03-17 19:31 Michał Górny
2023-03-17 19:29 Arthur Zamarin
2023-03-17 17:22 Sam James
2023-03-17 16:57 Sam James
2023-03-17 16:13 Arthur Zamarin
2023-03-17 16:03 Sam James
2023-03-17 16:02 Arthur Zamarin
2023-03-17 16:01 Arthur Zamarin
2023-03-17 15:58 Arthur Zamarin
2023-02-13  6:05 Michał Górny
2023-02-01 19:25 Michał Górny
2022-10-30  9:53 Michał Górny
2022-10-28  8:17 Michał Górny
2022-10-28  3:37 Jakov Smolić
2022-10-25  9:49 Sam James
2022-10-25  5:08 Arthur Zamarin
2022-10-25  5:08 Arthur Zamarin
2022-10-25  5:08 Arthur Zamarin
2022-10-24 19:50 Arthur Zamarin
2022-10-24 19:50 Arthur Zamarin
2022-10-24 19:42 Arthur Zamarin
2022-10-13  4:54 Michał Górny
2022-09-22 10:29 Michał Górny
2022-07-29 14:37 Michał Górny
2022-07-29 14:08 Arthur Zamarin
2022-07-15  7:23 Agostino Sarubbo
2022-07-15  7:21 Agostino Sarubbo
2022-07-15  7:07 Arthur Zamarin
2022-07-14 20:34 Arthur Zamarin
2022-07-14 20:29 Arthur Zamarin
2022-07-14 20:12 Arthur Zamarin
2022-07-14 19:55 Arthur Zamarin
2022-06-11  6:34 Michał Górny
2022-06-11  6:34 Michał Górny
2022-05-18 16:59 Michał Górny
2022-04-25 18:41 Sam James
2021-12-31 16:53 Matt Turner
2021-12-17 14:15 Arthur Zamarin
2021-12-16  7:44 Agostino Sarubbo
2021-12-15 17:01 Arthur Zamarin
2021-12-15 17:00 Arthur Zamarin
2021-12-15 17:00 Arthur Zamarin
2021-12-15 16:55 Arthur Zamarin
2021-12-15 16:50 Arthur Zamarin
2021-12-15 16:48 Jakov Smolić
2021-12-10 16:16 Sam James
2021-12-10 12:16 Jakov Smolić
2021-12-10 12:11 Arthur Zamarin
2021-12-10 11:48 Arthur Zamarin
2021-12-10 11:34 Arthur Zamarin
2021-11-28 14:42 Michał Górny
2021-11-28 14:42 Michał Górny
2021-11-20  6:35 Sam James
2021-11-15  2:10 Zac Medico
2021-11-12 10:05 Marek Szuba
2021-11-10 19:10 Jakov Smolić
2021-11-09 14:01 Michał Górny
2021-11-09 12:54 Arthur Zamarin
2021-11-09 12:54 Arthur Zamarin
2021-11-05  3:17 Sam James
2021-11-04 21:15 Sam James
2021-11-01  8:32 Michał Górny
2021-08-02  8:41 Michał Górny
2021-06-19 12:01 Michał Górny
2021-05-23 12:36 David Seifert
2021-02-28 21:41 Michał Górny
2021-02-28 21:35 Sam James
2021-02-28 21:34 Sam James
2021-02-27 15:28 Sergei Trofimovich
2021-02-27 12:31 Sam James
2021-02-27 10:08 Sam James
2021-02-27 10:07 Sam James
2021-02-27 10:06 Sam James
2021-02-25 19:44 Michał Górny
2021-02-18 20:11 Sergei Trofimovich
2021-02-11  7:45 Sergei Trofimovich
2021-02-04 23:38 Andreas K. Hüttel
2021-01-24 21:59 Sam James
2021-01-21  7:40 Agostino Sarubbo
2021-01-16 20:59 Zac Medico
2021-01-08  7:24 Sergei Trofimovich
2021-01-06 17:35 Sergei Trofimovich
2021-01-03 12:10 Sergei Trofimovich
2021-01-03 11:51 Sergei Trofimovich
2021-01-03  9:14 Sam James
2020-12-29 22:28 Sam James
2020-12-29 21:28 Sam James
2020-12-29  9:47 Sam James
2020-12-19 21:50 Sergei Trofimovich
2020-12-11 18:06 Sergei Trofimovich
2020-12-07  4:21 Matt Turner
2020-11-29  8:20 Agostino Sarubbo
2020-11-28  9:14 Agostino Sarubbo
2020-11-27 16:12 Agostino Sarubbo
2020-11-27 16:11 Agostino Sarubbo
2020-11-26 23:52 Michał Górny
2020-11-26 23:52 Michał Górny
2020-11-26 23:48 Michał Górny
2020-11-26 23:48 Michał Górny
2020-11-26 19:48 Sam James
2020-11-26 19:08 Sam James
2020-11-26 13:21 Sam James
2020-11-26  8:32 Sam James
2020-11-25 12:13 Agostino Sarubbo
2020-11-23 16:39 Sergei Trofimovich
2020-11-20 14:16 Sam James
2020-11-20 14:16 Sam James
2020-11-07 17:57 Sam James
2020-11-07  9:31 Sergei Trofimovich
2020-11-06 22:39 Sam James
2020-11-06  6:58 Sam James
2020-10-28  8:37 Michał Górny
2020-10-25 12:53 Michał Górny
2020-10-24 10:01 Michał Górny
2020-10-07  1:02 Sam James
2020-10-04 19:49 Sergei Trofimovich
2020-09-30 20:26 Sam James
2020-09-27  6:42 Matt Turner
2020-09-13  4:55 Sam James
2020-09-13  3:31 Sam James
2020-08-25 10:23 Sam James
2020-08-18 21:53 Sergei Trofimovich
2020-07-20  8:55 Michał Górny
2020-07-20  2:54 Sam James
2020-07-19 23:25 Zac Medico
2020-07-08 19:38 Michał Górny
2020-06-12 15:40 Michał Górny
2020-05-04  1:44 Zac Medico
2020-03-26 10:08 Michał Górny
2020-03-26 10:08 Michał Górny
2020-03-26 10:08 Michał Górny
2019-09-20  7:34 Michał Górny
2019-09-07  6:37 Michał Górny
2019-08-28 23:39 Zac Medico
2019-08-28 20:51 Zac Medico
2019-07-31 14:32 Mikle Kolyada
2019-07-29 10:48 Mikle Kolyada
2019-07-22 14:12 Aaron Bauman
2019-07-14 12:27 Michał Górny
2019-07-14 12:27 Michał Górny
2019-04-27 11:49 Anthony G. Basile
2019-03-16 23:53 Anthony G. Basile
2018-09-06 20:57 Zac Medico
2018-09-05 22:57 Zac Medico
2018-09-05  3:34 Zac Medico
2018-06-04 23:38 Tim Harder
2018-03-07  5:24 Tim Harder
2018-03-03  2:07 Thomas Deutschmann
2018-03-01 19:35 Tim Harder
2018-01-14 23:50 Zac Medico
2017-12-19  4:39 Zac Medico
2017-11-15  3:32 Tim Harder
2017-07-10  0:17 Aaron Bauman
2017-06-26  9:53 Zac Medico
2017-06-08 15:53 Zac Medico
2017-05-26 20:22 Zac Medico
2017-05-01 10:41 Zac Medico
2017-04-25  5:01 Zac Medico
2017-04-25  5:01 Zac Medico
2017-04-20 21:08 Zac Medico
2017-02-13  9:37 Zac Medico
2017-01-05 18:37 William Hubbs
2016-11-17  2:22 Zac Medico
2016-11-10  0:08 Zac Medico
2016-11-08 23:18 Zac Medico
2016-11-07 20:23 Zac Medico
2016-10-23  1:33 Alex Brandt
2016-10-23  1:33 Alex Brandt
2016-10-23  1:33 Alex Brandt
2016-10-16  1:33 Alex Brandt
2016-10-16  1:33 Alex Brandt
2016-10-16  1:33 Alex Brandt
2016-10-16  1:33 Alex Brandt
2016-10-09 23:55 Zac Medico
2016-09-26 15:27 Zac Medico
2016-09-19  3:03 Zac Medico
2016-08-13 15:28 Alex Brandt
2016-08-06 14:20 Alex Brandt
2016-08-06 14:20 Alex Brandt
2016-07-30 15:24 Alex Brandt
2016-07-30 15:24 Alex Brandt
2016-07-30 15:24 Alex Brandt
2016-05-30  3:10 Aaron Bauman
2016-05-22 17:35 Alex Brandt
2016-05-22 17:30 Alex Brandt
2016-03-28 13:16 Ian Delaney
2016-03-28 13:16 Ian Delaney
2016-03-27 14:22 Alex Brandt
2016-03-27 14:22 Alex Brandt
2016-03-27 14:22 Alex Brandt
2016-01-09 23:25 Alex Brandt
2015-12-12 22:52 Alex Brandt
2015-12-12 22:52 Alex Brandt
2015-11-20 11:39 Justin Lecher
2015-11-16 16:16 Alex Brandt
2015-11-10 10:54 Justin Lecher
2015-10-14 16:52 Justin Lecher
2015-10-07 20:30 Alex Brandt

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=1749305838.c1c100ae50d225c115cdeb2b5b5b7ea94e6a24c9.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