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, 5 Oct 2024 04:58:29 +0000 (UTC) [thread overview]
Message-ID: <1728104296.53a05cab545260ea58c5e3347f0023cdde2dc369.mgorny@gentoo> (raw)
commit: 53a05cab545260ea58c5e3347f0023cdde2dc369
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 5 04:39:13 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 5 04:58:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a05cab
dev-python/aiohttp: Bump to 3.10.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/aiohttp/Manifest | 1 +
dev-python/aiohttp/aiohttp-3.10.9.ebuild | 123 +++++++++++++++++++++++++++++++
2 files changed, 124 insertions(+)
diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index 6222b3e8840a..92d2445aa0d3 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -3,4 +3,5 @@ DIST aiohttp-3.10.6.tar.gz 7538429 BLAKE2B 55df48ae6321aa9d18ecf02ea16a34a328ad3
DIST aiohttp-3.10.6rc2.tar.gz 7538723 BLAKE2B 3de1cb0bfa9fea7ec8bcdab5a7850de700cb73b7a066ab269743e2bdbf84066e4555515dc81aea7c84be10ed9fc9487610577b44db164e49e61f19155c4dda35 SHA512 311f9ba7cafc7f1211c5c1859e235e0fd6941c32c77bfd0b74472dcf4b599b145fcc9e8496cb00300ae45c994d7b53082f39bc42a2a1cec304b92f9ce8109822
DIST aiohttp-3.10.7.tar.gz 7538967 BLAKE2B c022b01ec3b2bb6549b00c43231692b643be9cda4af3c82748f55c813f12a0f16963c086fa99746e0f9bd8f95f5c1570b647ab0ca9f30aed501b563a6de773f6 SHA512 bfef47dfe14a7cc23f2962abfede36105b5061d3c537b4309b09d83ced545ff9f2e0a2f3713cac30ac5ce31ca951dbc6d1beafa571254a0a84b1f1f8d6ed6831
DIST aiohttp-3.10.8.tar.gz 7540022 BLAKE2B 8407815a0f65035032c9c59174642784a9ad5845d6655c32f29369d3a7ffdd63d52310ec61ed3a106122a4aeb22ed0db5264a353b7e483bb63021cdd9526b5b6 SHA512 f19a58e698908faf164592037d57f1d133e064616b5552df26639a9a7248e90a960cb1b070dbbb90c058579cbdcc4edb72b2846bd20ab2867b4b0c670ddd177f
+DIST aiohttp-3.10.9.tar.gz 7541983 BLAKE2B 3bcfcd09c537fbd2a976f95b5c8387280ec0256bbc231b2bc5a07a1524e6926bfdebd182b1365d950b5a1465f44c4db004a645af7490c57cd4637978595fa6d4 SHA512 0b52ba3ff2c78113117f56818ab177791f2764b2e5ce6531ce5b0481ab9d22b4fe621d70c1c2067eab8cfdd423a2cf0fdaefd8b13231aecf0491326bdf12d1a0
DIST aiohttp-3.9.5.tar.gz 7504841 BLAKE2B f051ee88d45952219f72d542f1c6d0cc33c699c6c5fb5dbe3bc054ee4d0e03121b219c8c8524fd1236a8b878329b0997b8afe07d6c66074102d4a2052a8738ff SHA512 da11468a2f131275593395b052700a99cf79055a32d48327dca0f58547ad30add8cd0a375dbd831e2f06fe7a739183251e4ad69c16f3d141799bbed45a8a5dc4
diff --git a/dev-python/aiohttp/aiohttp-3.10.9.ebuild b/dev-python/aiohttp/aiohttp-3.10.9.ebuild
new file mode 100644
index 000000000000..8e3148eba2f4
--- /dev/null
+++ b/dev-python/aiohttp/aiohttp-3.10.9.ebuild
@@ -0,0 +1,123 @@
+# 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/yarl-1.12.0[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ <dev-python/async-timeout-5[${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 '/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
+ )
+
+ 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
+}
next reply other threads:[~2024-10-05 4:58 UTC|newest]
Thread overview: 337+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-05 4:58 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-22 12:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/ 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-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=1728104296.53a05cab545260ea58c5e3347f0023cdde2dc369.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