From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tox/
Date: Fri, 19 Feb 2021 08:57:59 +0000 (UTC) [thread overview]
Message-ID: <1613725066.6105a4209bf239a878545f265b1bd410ec303d4e.mgorny@gentoo> (raw)
commit: 6105a4209bf239a878545f265b1bd410ec303d4e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 08:52:27 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 08:57:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6105a420
dev-python/tox: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tox/Manifest | 4 --
dev-python/tox/tox-3.20.1-r1.ebuild | 72 -----------------------------------
dev-python/tox/tox-3.21.0.ebuild | 68 ---------------------------------
dev-python/tox/tox-3.21.1.ebuild | 76 -------------------------------------
dev-python/tox/tox-3.21.3.ebuild | 76 -------------------------------------
5 files changed, 296 deletions(-)
diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index 1e2f48ed7fe..790c6058df2 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1,7 +1,3 @@
-DIST tox-3.20.1.tar.gz 297516 BLAKE2B 2a13059bce229f30670e247b17ffd03d4b0d907b2fa7eb7d2f6848ada8d81e1a0aad983748c4346dfa61877f88edd22e4616ed20efcbd15da34fdc1c87b4439a SHA512 0989cc3dfd25eb3d1236d973d490f12c81273c93e84140b54342217eb73dd944f446c7ce9fe228b644d764b94300f1c6ccaf94e442d0e34835d05de84cccabd6
-DIST tox-3.21.0.tar.gz 300962 BLAKE2B 360aedb86ef1f918e73f726af238d8fdb20c3217b45ef068ec833b14e17af018c1115a2df43b441b9a4af802c4aee2fcaa9bac8f519028dd05b112902c47b2ce SHA512 50041660839cc081d491f867db74c6e95c93b81b2264785b3ccf7b80fbf3a1250028755ddc4243a285ebd005e12f897001d6ea7efd45d0278ce3cb14f7021572
-DIST tox-3.21.1.tar.gz 301387 BLAKE2B 3b15a17cfa8f2df1c8c3558cacde81d818cbc72b3dd0c4e4868d2fedace61c85ed484ad08e8abec10c0bef4062e623c75e4bf1122b4d15151b741057ea90fba3 SHA512 c3feaf1832db2b16df444d52ea774602c9a68eabd379c86483d33716f414df901b5e95ea9d63dd7c2f4338227cb5d9ee521a56f2dbb0d9c7d21221f49d1fc335
DIST tox-3.21.2.tar.gz 301587 BLAKE2B 81d19e45a1d53000a2e9f956ed7b934f0f1926b4270ddced997ddc8b77a1f05388e0907d379dbabaafd5e6fdcd7031d5e87f206fff385759318a89a5f3eebf58 SHA512 beb551f49af1f8661931f241cf73fa77a37a8061ade7d41b415a2fcecd4d5dd1ba7d3e3add248d3bc14627468fa896f3f4f532305bbc36d112d226b1961fd191
-DIST tox-3.21.3.tar.gz 301828 BLAKE2B d777a858c07d94b9239ecf8286bebc5b4efe1a79cd15b37dd2a717df06cb189d4ef3126da0523719289f8fb410965c4f9c06b02c56dfa5af6ad4fb6a60c6514f SHA512 1975efcab6af938058642a85675907dadc17bd14f881c074087b221cd22d42bd1fcd577bcbef134a499c9a5b2ee583af2b557657fbfb7db30261ff9d394cf82b
DIST tox-3.21.4.tar.gz 301889 BLAKE2B 166864fe9f44fe01d3b36481ba63738d4290bb609c6ea7e3dde3494ab7ba009c31b12c0801f5be9dfca6f56059f94438cfa31bc45dec862afda5bea763e37be0 SHA512 de12e8ba0f3287be2fced61573b3e2dfdf8513a947724982d0e17ff215489994985067692c94c499047a8b0e2dd843e214e958367199bfa6e0adcde4e09b8106
DIST tox-3.22.0.tar.gz 302088 BLAKE2B f9ef6feb9fa438b668f6a1b6f8846845f1cfcb0826ffacc04c52dfe0a968a7df2542acc8f4a1e69c634a7866672dbb78ab8f04ba7d6e94f88b40f6c3dd042571 SHA512 d96c31c9faa4d76a6181ce332e70ec9ccfb0a6b96feff45793393f3fd2d08668fc6f14da9164947c4b93f371fab3b9d23c87b38dac89ece18e87494ac3a7caac
diff --git a/dev-python/tox/tox-3.20.1-r1.ebuild b/dev-python/tox/tox-3.20.1-r1.ebuild
deleted file mode 100644
index bf9251adcbb..00000000000
--- a/dev-python/tox/tox-3.20.1-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="virtualenv-based automation of test activities"
-HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox https://pypi.org/project/tox/"
-SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
-# doc disabled because of missing deps in tree
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/filelock[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/importlib_metadata-1.1[${PYTHON_USEDEP}]
- ' python3_{5,6,7} pypy3)
- dev-python/packaging[${PYTHON_USEDEP}]
- >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
- dev-python/pip[${PYTHON_USEDEP}]
- dev-python/py[${PYTHON_USEDEP}]
- >=dev-python/six-1.14[${PYTHON_USEDEP}]
- dev-python/toml[${PYTHON_USEDEP}]
- >=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}]"
-# TODO: figure out how to make tests work without the package being
-# installed first.
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? (
- ${RDEPEND}
- >=dev-python/flaky-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/freezegun-0.3.11[${PYTHON_USEDEP}]
- dev-python/pathlib2[${PYTHON_USEDEP}]
- >=dev-python/pytest-4.0.0[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- =dev-python/tox-${PV}-${PR}[${PYTHON_USEDEP}]
- )"
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # broken without internet
- sed -i -e 's:test_provision_non_canonical_dep:_&:' \
- tests/unit/session/test_provision.py || die
- sed -i -e 's:test_provision_interrupt_child:_&:' \
- tests/integration/test_provision_int.py || die
- # broken with our mock version (?)
- sed -i -e 's:test_create_KeyboardInterrupt:_&:' \
- tests/unit/test_venv.py || die
- # broken with Gentoo Python layout
- sed -i -e 's:test_tox_get_python_executable:_&:' \
- -e 's:test_find_alias_on_path:_&:' \
- tests/unit/interpreters/test_interpreters.py || die
- # Remove unneeded version constraint
- sed -i -e '/^[[:space:]]*importlib-metadata/d' setup.cfg || die
-
- export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}
-
-python_test() {
- distutils_install_for_testing
- pytest -vv --no-network || die "Testsuite failed under ${EPYTHON}"
-}
diff --git a/dev-python/tox/tox-3.21.0.ebuild b/dev-python/tox/tox-3.21.0.ebuild
deleted file mode 100644
index e56cf3407d1..00000000000
--- a/dev-python/tox/tox-3.21.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="virtualenv-based automation of test activities"
-HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox https://pypi.org/project/tox/"
-SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-# doc disabled because of missing deps in tree
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/filelock[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/importlib_metadata-1.1[${PYTHON_USEDEP}]
- ' python3_{5,6,7} pypy3)
- dev-python/packaging[${PYTHON_USEDEP}]
- >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
- dev-python/pip[${PYTHON_USEDEP}]
- dev-python/py[${PYTHON_USEDEP}]
- >=dev-python/six-1.14[${PYTHON_USEDEP}]
- dev-python/toml[${PYTHON_USEDEP}]
- >=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}]"
-# TODO: figure out how to make tests work without the package being
-# installed first.
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? (
- ${RDEPEND}
- >=dev-python/flaky-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/freezegun-0.3.11[${PYTHON_USEDEP}]
- >=dev-python/pytest-4.0.0[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- =dev-python/tox-${PV}-${PR}[${PYTHON_USEDEP}]
- )"
-
-src_configure() {
- export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}
-
-python_test() {
- local deselect=(
- # broken without Internet
- tests/unit/session/test_provision.py::test_provision_non_canonical_dep
- tests/integration/test_provision_int.py::test_provision_interrupt_child
-
- # expects python2 to exist
- tests/unit/interpreters/test_interpreters.py::test_tox_get_python_executable
- )
-
- [[ ${EPYTHON} != pypy3 ]] && deselect+=(
- # TODO?
- tests/unit/interpreters/test_interpreters.py::test_find_alias_on_path
- )
-
- distutils_install_for_testing --via-root
- pytest -vv --no-network ${deselect[@]/#/--deselect } || die "Testsuite failed under ${EPYTHON}"
-}
diff --git a/dev-python/tox/tox-3.21.1.ebuild b/dev-python/tox/tox-3.21.1.ebuild
deleted file mode 100644
index c21ec8453e9..00000000000
--- a/dev-python/tox/tox-3.21.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="virtualenv-based automation of test activities"
-HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox https://pypi.org/project/tox/"
-SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-# doc disabled because of missing deps in tree
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/filelock[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/importlib_metadata-1.1[${PYTHON_USEDEP}]
- ' python3_{5,6,7} pypy3)
- dev-python/packaging[${PYTHON_USEDEP}]
- >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
- dev-python/pip[${PYTHON_USEDEP}]
- dev-python/py[${PYTHON_USEDEP}]
- >=dev-python/six-1.14[${PYTHON_USEDEP}]
- dev-python/toml[${PYTHON_USEDEP}]
- >=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}]"
-# TODO: figure out how to make tests work without the package being
-# installed first.
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? (
- ${RDEPEND}
- >=dev-python/flaky-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/freezegun-0.3.11[${PYTHON_USEDEP}]
- >=dev-python/pytest-4.0.0[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )"
-
-src_configure() {
- export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}
-
-python_test() {
- local deselect=(
- # broken without Internet
- tests/unit/session/test_provision.py::test_provision_non_canonical_dep
- tests/integration/test_provision_int.py::test_provision_interrupt_child
-
- # expects python2 to exist
- tests/unit/interpreters/test_interpreters.py::test_tox_get_python_executable
-
- # broken without tox installed first
- # TODO: figure out how to make importlib_metadata work
- tests/unit/test_z_cmdline.py::test_tox_console_script
- tests/unit/test_z_cmdline.py::test_tox_quickstart_script
- )
-
- [[ ${EPYTHON} != pypy3 ]] && deselect+=(
- # TODO?
- tests/unit/interpreters/test_interpreters.py::test_find_alias_on_path
-
- # broken without tox installed first
- # TODO: why it can't import itself?
- tests/integration/test_parallel_interrupt.py::test_parallel_interrupt
- )
-
- distutils_install_for_testing --via-root
- pytest -vv --no-network ${deselect[@]/#/--deselect } || die "Testsuite failed under ${EPYTHON}"
-}
diff --git a/dev-python/tox/tox-3.21.3.ebuild b/dev-python/tox/tox-3.21.3.ebuild
deleted file mode 100644
index c21ec8453e9..00000000000
--- a/dev-python/tox/tox-3.21.3.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="virtualenv-based automation of test activities"
-HOMEPAGE="https://tox.readthedocs.io https://github.com/tox-dev/tox https://pypi.org/project/tox/"
-SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-# doc disabled because of missing deps in tree
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/filelock[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/importlib_metadata-1.1[${PYTHON_USEDEP}]
- ' python3_{5,6,7} pypy3)
- dev-python/packaging[${PYTHON_USEDEP}]
- >=dev-python/pluggy-0.12[${PYTHON_USEDEP}]
- dev-python/pip[${PYTHON_USEDEP}]
- dev-python/py[${PYTHON_USEDEP}]
- >=dev-python/six-1.14[${PYTHON_USEDEP}]
- dev-python/toml[${PYTHON_USEDEP}]
- >=dev-python/virtualenv-16.0.0[${PYTHON_USEDEP}]"
-# TODO: figure out how to make tests work without the package being
-# installed first.
-BDEPEND="
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? (
- ${RDEPEND}
- >=dev-python/flaky-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/freezegun-0.3.11[${PYTHON_USEDEP}]
- >=dev-python/pytest-4.0.0[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )"
-
-src_configure() {
- export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}
-
-python_test() {
- local deselect=(
- # broken without Internet
- tests/unit/session/test_provision.py::test_provision_non_canonical_dep
- tests/integration/test_provision_int.py::test_provision_interrupt_child
-
- # expects python2 to exist
- tests/unit/interpreters/test_interpreters.py::test_tox_get_python_executable
-
- # broken without tox installed first
- # TODO: figure out how to make importlib_metadata work
- tests/unit/test_z_cmdline.py::test_tox_console_script
- tests/unit/test_z_cmdline.py::test_tox_quickstart_script
- )
-
- [[ ${EPYTHON} != pypy3 ]] && deselect+=(
- # TODO?
- tests/unit/interpreters/test_interpreters.py::test_find_alias_on_path
-
- # broken without tox installed first
- # TODO: why it can't import itself?
- tests/integration/test_parallel_interrupt.py::test_parallel_interrupt
- )
-
- distutils_install_for_testing --via-root
- pytest -vv --no-network ${deselect[@]/#/--deselect } || die "Testsuite failed under ${EPYTHON}"
-}
next reply other threads:[~2021-02-19 8:58 UTC|newest]
Thread overview: 317+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-19 8:57 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-02 8:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/tox/ Michał Górny
2024-11-02 8:48 Michał Górny
2024-10-23 6:16 Michał Górny
2024-10-19 8:42 Michał Górny
2024-10-19 8:07 Arthur Zamarin
2024-10-17 17:03 Michał Górny
2024-10-16 4:54 Michał Górny
2024-10-05 7:43 Michał Górny
2024-10-05 7:39 Michał Górny
2024-10-04 3:12 Michał Górny
2024-10-02 11:22 Michał Górny
2024-09-28 12:04 Michał Górny
2024-09-28 11:32 Arthur Zamarin
2024-09-20 5:12 Michał Górny
2024-09-18 14:03 Michał Górny
2024-09-08 2:33 Michał Górny
2024-08-31 9:44 Michał Górny
2024-08-31 8:52 Arthur Zamarin
2024-08-24 8:10 Sam James
2024-08-14 6:05 Michał Górny
2024-08-08 3:08 Michał Górny
2024-08-06 4:45 Michał Górny
2024-07-21 2:47 Michał Górny
2024-07-20 22:34 Sam James
2024-07-04 5:13 Michał Górny
2024-05-18 10:15 Michał Górny
2024-05-11 8:13 Michał Górny
2024-05-11 7:12 Arthur Zamarin
2024-04-27 3:46 Michał Górny
2024-04-06 12:37 Michał Górny
2024-04-06 10:02 Arthur Zamarin
2024-03-23 6:41 Michał Górny
2024-03-22 4:38 Michał Górny
2024-03-21 17:54 Arthur Zamarin
2024-03-07 4:48 Michał Górny
2024-03-06 7:06 Michał Górny
2024-03-02 11:44 Michał Górny
2024-03-02 10:35 Arthur Zamarin
2024-02-17 5:38 Michał Górny
2024-02-10 10:56 Sam James
2024-02-10 10:30 Michał Górny
2024-02-10 3:24 Sam James
2024-02-03 9:17 Michał Górny
2024-02-03 8:25 Arthur Zamarin
2024-01-17 7:41 Michał Górny
2024-01-12 4:57 Michał Górny
2024-01-05 20:19 Michał Górny
2023-12-15 12:40 Michał Górny
2023-12-15 11:45 Arthur Zamarin
2023-11-28 5:26 Michał Górny
2023-11-04 18:03 Michał Górny
2023-09-26 12:31 Michał Górny
2023-09-26 5:09 Arthur Zamarin
2023-09-09 3:22 Michał Górny
2023-09-08 5:36 Michał Górny
2023-09-02 2:58 Michał Górny
2023-08-30 3:01 Michał Górny
2023-08-22 4:12 Michał Górny
2023-08-22 4:12 Michał Górny
2023-08-17 8:36 Michał Górny
2023-08-14 6:26 Michał Górny
2023-08-08 20:06 Michał Górny
2023-08-05 11:38 WANG Xuerui
2023-07-07 3:15 Michał Górny
2023-06-20 5:38 Michał Górny
2023-06-17 10:30 Yixun Lan
2023-06-17 8:44 Arthur Zamarin
2023-06-17 8:44 Arthur Zamarin
2023-06-17 8:44 Arthur Zamarin
2023-06-17 8:44 Arthur Zamarin
2023-06-17 8:44 Arthur Zamarin
2023-06-17 8:44 Arthur Zamarin
2023-06-17 8:44 Arthur Zamarin
2023-06-17 7:43 Arthur Zamarin
2023-06-17 7:43 Arthur Zamarin
2023-06-17 5:59 Michał Górny
2023-06-16 3:34 Michał Górny
2023-06-06 5:43 Michał Górny
2023-05-28 2:50 Michał Górny
2023-05-24 8:19 Michał Górny
2023-05-24 6:11 Sam James
2023-04-28 14:30 Arthur Zamarin
2023-04-28 14:29 Arthur Zamarin
2023-04-28 7:50 Sam James
2023-04-28 7:25 Arthur Zamarin
2023-04-28 7:25 Sam James
2023-04-28 7:19 Arthur Zamarin
2023-04-28 7:19 Arthur Zamarin
2023-04-28 7:19 Arthur Zamarin
2023-04-28 7:15 Arthur Zamarin
2023-04-27 3:10 Michał Górny
2023-04-25 2:02 Michał Górny
2023-04-16 3:39 Sam James
2023-04-14 3:59 Michał Górny
2023-04-06 3:07 Michał Górny
2023-03-27 3:49 Michał Górny
2023-03-13 5:12 Michał Górny
2023-03-05 11:05 Michał Górny
2023-03-05 7:39 Arthur Zamarin
2023-03-04 17:31 Arthur Zamarin
2023-03-04 17:31 Arthur Zamarin
2023-03-04 6:08 Arthur Zamarin
2023-03-04 5:29 Arthur Zamarin
2023-03-03 18:22 Arthur Zamarin
2023-03-03 17:51 Arthur Zamarin
2023-03-03 17:50 Arthur Zamarin
2023-02-22 5:09 Michał Górny
2023-02-08 6:27 Michał Górny
2023-02-08 6:27 Michał Górny
2023-02-01 6:57 Arthur Zamarin
2023-02-01 6:49 Arthur Zamarin
2023-02-01 6:49 Arthur Zamarin
2023-02-01 6:49 Arthur Zamarin
2023-02-01 6:43 Arthur Zamarin
2023-02-01 6:43 Arthur Zamarin
2023-02-01 6:43 Arthur Zamarin
2023-02-01 4:57 Michał Górny
2023-01-31 7:09 Michał Górny
2023-01-31 7:09 Michał Górny
2023-01-26 7:11 Michał Górny
2023-01-26 7:11 Michał Górny
2023-01-21 7:04 Arthur Zamarin
2023-01-21 7:01 Arthur Zamarin
2023-01-19 6:08 Michał Górny
2023-01-19 6:08 Michał Górny
2023-01-18 7:34 Michał Górny
2023-01-17 5:08 Michał Górny
2023-01-17 5:08 Michał Górny
2023-01-16 6:11 Michał Górny
2023-01-13 12:37 Arthur Zamarin
2023-01-12 6:14 Michał Górny
2023-01-11 20:34 Michał Górny
2023-01-11 20:34 Michał Górny
2023-01-07 4:54 Michał Górny
2023-01-06 5:35 Michał Górny
2023-01-06 5:35 Michał Górny
2023-01-05 7:42 Michał Górny
2023-01-04 14:15 Michał Górny
2023-01-04 5:14 Yixun Lan
2023-01-03 6:23 Michał Górny
2023-01-03 6:23 Michał Górny
2022-12-31 7:18 Michał Górny
2022-12-30 7:08 Michał Górny
2022-12-30 7:08 Michał Górny
2022-12-28 19:11 Arthur Zamarin
2022-12-27 8:36 Michał Górny
2022-12-26 7:52 Sam James
2022-12-26 7:10 Michał Górny
2022-12-26 7:10 Michał Górny
2022-12-21 7:51 Michał Górny
2022-12-20 8:07 Michał Górny
2022-12-19 6:46 Michał Górny
2022-12-18 7:27 Michał Górny
2022-12-18 7:27 Michał Górny
2022-12-17 12:34 Michał Górny
2022-12-16 19:00 Arthur Zamarin
2022-12-16 11:32 Michał Górny
2022-12-13 19:53 Arthur Zamarin
2022-12-12 15:33 Michał Górny
2022-12-10 6:52 Michał Górny
2022-12-10 6:52 Michał Górny
2022-12-09 5:05 Michał Górny
2022-12-07 15:59 Michał Górny
2022-12-06 20:07 Michał Górny
2022-12-01 14:20 Michał Górny
2022-12-01 7:09 Michał Górny
2022-11-25 13:52 Michał Górny
2022-11-25 13:44 Arthur Zamarin
2022-11-15 7:27 Michał Górny
2022-10-26 3:26 Michał Górny
2022-10-10 20:18 Michał Górny
2022-10-10 18:21 Arthur Zamarin
2022-08-02 19:05 Michał Górny
2022-08-02 18:30 Arthur Zamarin
2022-06-30 4:27 Michał Górny
2022-05-15 10:41 Michał Górny
2022-04-11 16:07 Michał Górny
2022-03-12 10:59 Arthur Zamarin
2022-01-29 7:23 Michał Górny
2022-01-29 6:58 Arthur Zamarin
2021-12-29 6:10 Arthur Zamarin
2021-11-09 14:01 Michał Górny
2021-10-24 5:13 Arthur Zamarin
2021-10-24 2:35 Sam James
2021-09-18 19:43 Michał Górny
2021-09-18 17:18 Sam James
2021-09-17 8:31 Michał Górny
2021-08-22 8:01 Michał Górny
2021-08-19 7:34 Michał Górny
2021-08-16 6:19 Michał Górny
2021-08-16 5:13 Agostino Sarubbo
2021-08-11 20:14 Sam James
2021-08-01 12:25 Michał Górny
2021-07-14 22:16 Michał Górny
2021-06-22 17:01 Marek Szuba
2021-06-05 20:55 Michał Górny
2021-06-01 22:22 Michał Górny
2021-05-25 1:28 Joshua Kinard
2021-05-06 8:21 Michał Górny
2021-04-05 18:00 Michał Górny
2021-03-19 21:39 Michał Górny
2021-03-19 20:14 Sam James
2021-03-07 22:39 Michał Górny
2021-03-07 19:43 Sam James
2021-03-04 8:57 Michał Górny
2021-02-19 2:54 Sam James
2021-02-16 17:08 Michał Górny
2021-02-02 23:01 Michał Górny
2021-01-29 9:00 Michał Górny
2021-01-20 9:27 Michał Górny
2021-01-13 11:54 Michał Górny
2021-01-09 8:13 Michał Górny
2020-12-26 8:26 Michał Górny
2020-12-26 2:20 Sam James
2020-11-24 0:05 Louis Sautier
2020-11-15 7:54 Michał Górny
2020-11-15 5:19 Sam James
2020-11-02 10:34 Michał Górny
2020-10-10 5:54 Michał Górny
2020-10-09 10:52 Louis Sautier
2020-09-18 15:53 Michał Górny
2020-09-09 0:09 Sam James
2020-09-02 6:41 Michał Górny
2020-08-19 1:03 Sam James
2020-08-07 18:04 Sam James
2020-08-07 4:53 Michał Górny
2020-08-07 4:53 Michał Górny
2020-07-28 12:48 Michał Górny
2020-07-24 14:31 Michał Górny
2020-07-18 13:31 Sam James
2020-07-17 5:56 Michał Górny
2020-07-15 5:04 Michał Górny
2020-07-11 22:28 Sam James
2020-07-05 13:17 Michał Górny
2020-07-05 8:52 Sergei Trofimovich
2020-07-05 8:47 Sergei Trofimovich
2020-07-04 12:36 Mart Raudsepp
2020-07-03 18:24 Sergei Trofimovich
2020-07-01 13:47 Michał Górny
2020-06-28 12:00 Michał Górny
2020-06-21 20:31 Thomas Deutschmann
2020-06-14 21:15 Sergei Trofimovich
2020-06-14 19:47 Sergei Trofimovich
2020-06-08 6:41 Michał Górny
2020-06-08 6:13 Sergei Trofimovich
2020-06-07 7:27 Michał Górny
2020-06-01 5:16 Michał Górny
2020-05-21 7:08 Michał Górny
2020-05-04 12:24 Michał Górny
2020-05-03 10:24 Michał Górny
2020-04-28 20:13 Mart Raudsepp
2020-04-28 19:23 Mart Raudsepp
2020-04-10 22:56 Sergei Trofimovich
2020-04-09 22:02 Sergei Trofimovich
2020-04-04 20:05 Michał Górny
2020-04-04 10:52 Sergei Trofimovich
2020-03-29 14:35 Sergei Trofimovich
2020-03-29 10:13 Michał Górny
2020-03-26 7:53 Sergei Trofimovich
2020-03-25 17:44 Agostino Sarubbo
2020-03-25 16:14 Agostino Sarubbo
2020-03-25 15:25 Agostino Sarubbo
2020-03-14 18:24 Mikle Kolyada
2020-03-03 7:22 Matt Turner
2020-02-17 7:11 Michał Górny
2020-02-14 7:51 Michał Górny
2020-02-06 9:02 Sergei Trofimovich
2020-02-03 12:39 Agostino Sarubbo
2020-02-03 11:31 Agostino Sarubbo
2020-02-03 11:28 Agostino Sarubbo
2020-02-01 20:16 Michał Górny
2020-02-01 20:16 Michał Górny
2020-02-01 8:56 Michał Górny
2020-02-01 8:56 Michał Górny
2020-01-30 21:26 Michał Górny
2020-01-05 13:40 Sergei Trofimovich
2019-12-28 7:10 Michał Górny
2019-12-07 23:07 Matt Turner
2019-12-03 10:26 Michał Górny
2019-12-03 9:48 Michał Górny
2019-11-18 19:21 Michał Górny
2019-11-18 19:21 Michał Górny
2019-10-12 20:23 Matt Turner
2019-07-22 15:57 Aaron Bauman
2019-06-27 7:05 Sergei Trofimovich
2019-05-21 21:57 Virgil Dupras
2019-05-15 22:56 Sergei Trofimovich
2019-05-13 21:05 Virgil Dupras
2019-05-13 16:36 Virgil Dupras
2019-04-18 21:41 Aaron Bauman
2019-03-03 10:58 Mikle Kolyada
2019-01-21 20:30 Virgil Dupras
2019-01-01 1:16 Virgil Dupras
2018-12-29 13:16 Sergei Trofimovich
2018-12-27 17:19 Matt Turner
2018-11-18 11:40 Mikle Kolyada
2018-08-18 22:21 Sergei Trofimovich
2018-08-12 12:21 Virgil Dupras
2018-03-27 23:15 Matt Turner
2018-02-21 20:18 Michał Górny
2017-12-16 21:49 Mike Gilbert
2017-10-01 11:12 Tim Harder
2017-09-26 0:08 Tim Harder
2017-09-25 23:43 Tim Harder
2017-09-23 18:20 Tim Harder
2017-09-23 18:20 Tim Harder
2017-09-23 18:20 Tim Harder
2017-07-29 20:38 Matt Thode
2017-07-11 20:33 Sebastien Fabbro
2017-06-21 12:32 Alexis Ballier
2017-02-23 5:50 Tim Harder
2017-01-21 18:54 Agostino Sarubbo
2016-10-26 23:05 Tim Harder
2016-02-01 15:44 Justin Lecher
2016-01-01 11:32 Patrick Lauer
2015-08-30 20:47 Patrice Clement
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=1613725066.6105a4209bf239a878545f265b1bd410ec303d4e.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