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: Fri, 22 Nov 2024 12:32:23 +0000 (UTC)	[thread overview]
Message-ID: <1732278735.cae567656066b128ea891909da8b96b2a2e0b9ae.mgorny@gentoo> (raw)

commit:     cae567656066b128ea891909da8b96b2a2e0b9ae
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 05:52:40 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 12:32:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae56765

dev-python/aiohttp: Bump to 3.11.7

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

 dev-python/aiohttp/Manifest              |   1 +
 dev-python/aiohttp/aiohttp-3.11.7.ebuild | 134 +++++++++++++++++++++++++++++++
 2 files changed, 135 insertions(+)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index 5f6dd21212dd..08db2810295b 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1,3 +1,4 @@
 DIST aiohttp-3.10.10.tar.gz 7542993 BLAKE2B edc9808937892e2915b591a3d5b9e2be8401a67e6421ada8c49e27cfa1ee67283465d17e3c3a77f7579d4ed45df39884a2f9e336429ef7d64adf351ce7507a85 SHA512 c6928d989c110c323347b6f5b0a90c42e17924b4121455a240f5a15d87f939580640ba0f8d576f8254e484e5b631ec4562a2fb4e6c86402924b1892a6d72aff8
 DIST aiohttp-3.11.3.tar.gz 7665862 BLAKE2B a81b0b6fbc819e51d0a3bd0c7c96c403af8fe35530924ec47202ad350358ca037eebb8479bb4b6b29927c3cbea088021e4de971a392aea78dcafd2db49d24554 SHA512 4f65a4fd2191656c6e123a263557842bf91251cdb57be68e967bcee7e6678027bc1717c344e30f7c3dfe5f6fc1a75a8fccdf07056cab244fc98460ce5238d93a
 DIST aiohttp-3.11.6.tar.gz 7666498 BLAKE2B 9dd46776a8af8c00e38524cdf1879f6c5fb8678cd83f0f263e56333f087666d649f0bae9f9aa8869abec0b8e787e42e87ebec2ec9ad9b88baa450344caaf04e3 SHA512 0216a7335ecfe335d26d9fe1aa9021f3baf4ac1dbaab69a924524c0daa2f67b1eb1f4021cc3bdfde063a64b0e8221f0c2e7a90888f4b88f72d805bb0abc7d2df
+DIST aiohttp-3.11.7.tar.gz 7666482 BLAKE2B 4cf32057fdf7da1cb77be0329dccb5060e2841021943ea6a30948a54b9e02ac578b236ab390bdee1723256505e4bc7dccddad192c3f83e4e88ab9d03cab4c6b1 SHA512 886149feca3de14e9433b5f877c0a7a6628d4333383ca762900209949bdf8c354460d21a673b7e195a1998eb4f8459972f5d85fed4cbeea5c52d6f449daba040

diff --git a/dev-python/aiohttp/aiohttp-3.11.7.ebuild b/dev-python/aiohttp/aiohttp-3.11.7.ebuild
new file mode 100644
index 000000000000..aab347bd3181
--- /dev/null
+++ b/dev-python/aiohttp/aiohttp-3.11.7.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2024 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_{10..13} pypy3 )
+
+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 ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="+native-extensions test-rust"
+
+RDEPEND="
+	>=dev-python/aiodns-3.2.0[${PYTHON_USEDEP}]
+	>=dev-python/aiohappyeyeballs-2.3.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}]
+	$(python_gen_cond_dep '
+		<dev-python/async-timeout-6[${PYTHON_USEDEP}]
+		>=dev-python/async-timeout-4.0[${PYTHON_USEDEP}]
+	' 3.10)
+"
+BDEPEND="
+	native-extensions? (
+		dev-python/cython[${PYTHON_USEDEP}]
+	)
+	test? (
+		dev-python/freezegun[${PYTHON_USEDEP}]
+		www-servers/gunicorn[${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*')
+		test-rust? (
+			dev-python/trustme[${PYTHON_USEDEP}]
+		)
+	)
+"
+
+DOCS=( CHANGES.rst CONTRIBUTORS.txt README.rst )
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+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
+
+	distutils-r1_src_prepare
+}
+
+python_configure() {
+	if [[ ! -d tools && ${EPYTHON} != pypy3 ]] && use native-extensions
+	then
+		# workaround missing files
+		mkdir tools || die
+		> requirements/cython.txt || die
+		> tools/gen.py || die
+		chmod +x tools/gen.py || die
+		# force rehashing first
+		emake requirements/.hash/cython.txt.hash
+		> .update-pip || die
+		> .install-cython || die
+		emake cythonize
+	fi
+}
+
+python_compile() {
+	# implicitly disabled for pypy3
+	if ! 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_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
+		# broken by irrelevant deprecation warnings
+		tests/test_circular_imports.py::test_no_warnings
+	)
+
+	# 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:[~2024-11-22 12:32 UTC|newest]

Thread overview: 337+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-22 12:32 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-20  7:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/ 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=1732278735.cae567656066b128ea891909da8b96b2a2e0b9ae.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