From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy/
Date: Thu, 25 Jan 2024 04:43:10 +0000 (UTC) [thread overview]
Message-ID: <1706157778.188d24e8fddf2f2df0c23eed1c782f914799b965.mgorny@gentoo> (raw)
commit: 188d24e8fddf2f2df0c23eed1c782f914799b965
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 04:09:00 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 04:42:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188d24e8
dev-python/sqlalchemy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sqlalchemy/Manifest | 3 -
dev-python/sqlalchemy/sqlalchemy-1.4.50.ebuild | 107 ------------------------
dev-python/sqlalchemy/sqlalchemy-2.0.23.ebuild | 111 -------------------------
dev-python/sqlalchemy/sqlalchemy-2.0.24.ebuild | 111 -------------------------
4 files changed, 332 deletions(-)
diff --git a/dev-python/sqlalchemy/Manifest b/dev-python/sqlalchemy/Manifest
index c7da6e29d511..babf17b71f8a 100644
--- a/dev-python/sqlalchemy/Manifest
+++ b/dev-python/sqlalchemy/Manifest
@@ -1,5 +1,2 @@
-DIST SQLAlchemy-1.4.50.tar.gz 8517526 BLAKE2B 835ed762b2b399167c9eb52400689619db33d30431241bfb0410a79d0e34104aec972e883c4159f9a69a754a60e1daffc6256ba74f02bc7dabf994c6752c8ae1 SHA512 d484c2673e67b0c45f05d2af20f930f274ea8e83ca41e2bd1c08723f564af58424b78be2ee507612fec6fc095dc215f75f52dfad68a98bcbf1774e150d956a29
DIST SQLAlchemy-1.4.51.tar.gz 8521574 BLAKE2B 216550225c11d5367e5a50ec321a09078b4677973cf33eee1874beb9f855cfeb629a6df4d05e8ecc5b22052628de5cae2e468d18d50502a4560bd4ca7d85ab7d SHA512 be27a41f442428cdb5cc6a20af2de9424384457475d16a7d7167b718256e208766e2ba8d53bef2b314aafe87b3d9b0c5f9af6e4c03f53fb194671cfaca6e50b5
-DIST SQLAlchemy-2.0.23.tar.gz 9474103 BLAKE2B 9ebfbca68106249a8c6c5e2e187b57953dab3a9d851e429ae6d86fa99b77069758385318a37aea8a23293a54418073e021d9b04ee88d467e57132d70af80af4d SHA512 4d79e25c48c2d4400b8cf1bf4f7066912f06c05b8dfceeec1a215e03fffa7efce5882bb5058538ddfe127ad35bab7fc9aa314ffdedc81f3b97fde9207d7dd1f7
-DIST SQLAlchemy-2.0.24.tar.gz 9490665 BLAKE2B f7e845aad5a8cbafc24dd2a057a860b5eceefcf699706d01f78db13038639abbdcb4530290b135c31178d010c37ca908758651f5e0fd8142e97f23ecd4a48d72 SHA512 74343a592941632fd04625bc0a13d2b4720c810b7ff422637dc8aa64f0e8f768db8006fca50827a228475247f28df94dd0b0c97b8143c5eb6ae69c6f19578b47
DIST SQLAlchemy-2.0.25.tar.gz 9508797 BLAKE2B 88f8927af1a20bdc3697e90112d515a04c64879bc806ae655d326f22322210853c2995ad884cb510a15d14ae12eb7612d867f701ab8f938ec0227abaab642497 SHA512 60b31a167f46a623f76e349f6a3f5a1696e1a04aee8dec2750396c715831a242a96e281ee7fcbfa26f82e6318573ab58e97d21bd93d02bbe3ff962777d809146
diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.50.ebuild b/dev-python/sqlalchemy/sqlalchemy-1.4.50.ebuild
deleted file mode 100644
index d44407602375..000000000000
--- a/dev-python/sqlalchemy/sqlalchemy-1.4.50.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
-PYTHON_REQ_USE="sqlite?"
-
-inherit distutils-r1 optfeature pypi
-
-MY_PN="SQLAlchemy"
-DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
-HOMEPAGE="
- https://www.sqlalchemy.org/
- https://pypi.org/project/SQLAlchemy/
- https://github.com/sqlalchemy/sqlalchemy/
-"
-SRC_URI="$(pypi_sdist_url --no-normalize "${MY_PN}")"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="examples +sqlite test"
-
-BDEPEND="
- test? (
- $(python_gen_impl_dep sqlite)
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
- # hardcode call counts specific to Python versions
- test/aaa_profiling
-)
-
-src_prepare() {
- sed -i -e '/greenlet/d' setup.cfg || die
- distutils-r1_src_prepare
-}
-
-python_test() {
- local EPYTEST_DESELECT=(
- # warning tests are unreliable
- test/base/test_warnings.py
-
- # TODO
- 'test/orm/test_cache_key.py::EmbeddedSubqTest::test_cache_key_gen[memory-_exclusions1]'
-
- # deprecations
- test/engine/test_parseconnect.py::TestRegNewDBAPI::test_wrapper_hooks
- test/engine/test_parseconnect.py::URLTest::test_component_set
- test/engine/test_parseconnect.py::URLTest::test_password_custom_obj
- test/engine/test_parseconnect.py::URLTest::test_update_query_dict
- test/engine/test_parseconnect.py::URLTest::test_update_query_string
- )
- local sqlite_version=$(sqlite3 --version | cut -d' ' -f1)
- [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
- test/ext/test_associationproxy.py::ProxyHybridTest::test_msg_fails_on_cls_access
- # https://github.com/sqlalchemy/sqlalchemy/issues/8762
- test/orm/test_query.py::YieldTest_sqlite+pysqlite_${sqlite_version//./_}::test_yield_per_close_on_interrupted_iteration_legacy
- )
- if ! has_version "dev-python/greenlet[${PYTHON_USEDEP}]"; then
- EPYTEST_DESELECT+=(
- test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_execution
- test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_run_sync
- "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[False-True]"
- "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[True-True]"
- "test/engine/test_pool.py::QueuePoolTest::test_userspace_disconnectionerror_weakref_finalizer[True-_exclusions0]"
- )
- fi
-
- # upstream's test suite is horribly hacky; it relies on disabling
- # the warnings plugin and turning warnings into errors; this also
- # means that any DeprecationWarnings from third-party plugins cause
- # everything to explode
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- local -x PYTEST_PLUGINS=
- # upstream automagically depends on xdist when it is importable
- # note that we can't use xdist because it causes nodes to randomly
- # crash on init
- if has_version "dev-python/pytest-xdist[${PYTHON_USEDEP}]"; then
- PYTEST_PLUGINS+=xdist.plugin
- fi
- epytest
-}
-
-python_install_all() {
- if use examples; then
- docompress -x "/usr/share/doc/${PF}/examples"
- dodoc -r examples
- fi
-
- distutils-r1_python_install_all
-}
-
-pkg_postinst() {
- optfeature "asyncio support" dev-python/greenlet
- optfeature "MySQL support" \
- dev-python/mysqlclient \
- dev-python/pymysql
- optfeature "postgresql support" dev-python/psycopg:2
-}
diff --git a/dev-python/sqlalchemy/sqlalchemy-2.0.23.ebuild b/dev-python/sqlalchemy/sqlalchemy-2.0.23.ebuild
deleted file mode 100644
index be5dbf59de96..000000000000
--- a/dev-python/sqlalchemy/sqlalchemy-2.0.23.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-PYTHON_REQ_USE="sqlite?"
-
-inherit distutils-r1 multiprocessing optfeature pypi
-
-MY_PN="SQLAlchemy"
-DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
-HOMEPAGE="
- https://www.sqlalchemy.org/
- https://pypi.org/project/SQLAlchemy/
- https://github.com/sqlalchemy/sqlalchemy/
-"
-SRC_URI="$(pypi_sdist_url --no-normalize "${MY_PN}")"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="examples +sqlite test"
-
-RDEPEND="
- >=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]
- test? (
- $(python_gen_impl_dep sqlite)
- dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- sed -i -e '/greenlet/d' setup.cfg || die
- distutils-r1_src_prepare
-}
-
-python_test() {
- local EPYTEST_IGNORE=(
- test/ext/mypy/test_mypy_plugin_py3k.py
- test/typing/test_mypy.py
- # hardcode call counts specific to Python versions
- test/aaa_profiling
- )
- local EPYTEST_DESELECT=(
- # warning tests are unreliable
- test/base/test_warnings.py
- )
- local sqlite_version=$(sqlite3 --version | cut -d' ' -f1)
- case ${EPYTHON} in
- pypy3)
- EPYTEST_DESELECT+=(
- test/ext/test_associationproxy.py::ProxyHybridTest::test_msg_fails_on_cls_access
- test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_multi_elem_varg
- test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_one_elem_varg
- test/engine/test_processors.py::PyDateProcessorTest::test_date_invalid_string
- test/engine/test_processors.py::PyDateProcessorTest::test_datetime_invalid_string
- test/engine/test_processors.py::PyDateProcessorTest::test_time_invalid_string
- "test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_${sqlite_version//./_}::test_cant_parse_datetime_message"
- "test/dialect/test_suite.py::ReturningGuardsTest_sqlite+pysqlite_${sqlite_version//./_}"::test_{delete,insert,update}_single
- test/base/test_utils.py::ImmutableDictTest::test_pep584
- )
- ;;
- esac
- if ! has_version "dev-python/greenlet[${PYTHON_USEDEP}]"; then
- EPYTEST_DESELECT+=(
- test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_execution
- test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_run_sync
- "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[False-True]"
- "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[True-True]"
- "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[has_terminate-is_asyncio]"
- "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[not_has_terminate-is_asyncio]"
- "test/engine/test_pool.py::QueuePoolTest::test_userspace_disconnectionerror_weakref_finalizer[True-_exclusions0]"
- "test/engine/test_pool.py::QueuePoolTest::test_userspace_disconnectionerror_weakref_finalizer[True]"
- )
- fi
-
- # upstream's test suite is horribly hacky; it relies on disabling
- # the warnings plugin and turning warnings into errors; this also
- # means that any DeprecationWarnings from third-party plugins cause
- # everything to explode
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest -p rerunfailures --reruns=10 --reruns-delay=2 \
- -p xdist -n "$(makeopts_jobs)" --dist=worksteal
-}
-
-python_install_all() {
- if use examples; then
- docompress -x "/usr/share/doc/${PF}/examples"
- dodoc -r examples
- fi
-
- distutils-r1_python_install_all
-}
-
-pkg_postinst() {
- optfeature "asyncio support" dev-python/greenlet
- optfeature "MySQL support" \
- dev-python/mysqlclient \
- dev-python/pymysql
- optfeature "postgresql support" dev-python/psycopg:2
-}
diff --git a/dev-python/sqlalchemy/sqlalchemy-2.0.24.ebuild b/dev-python/sqlalchemy/sqlalchemy-2.0.24.ebuild
deleted file mode 100644
index ed6eb3f70f85..000000000000
--- a/dev-python/sqlalchemy/sqlalchemy-2.0.24.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-PYTHON_REQ_USE="sqlite?"
-
-inherit distutils-r1 multiprocessing optfeature pypi
-
-MY_PN="SQLAlchemy"
-DESCRIPTION="Python SQL toolkit and Object Relational Mapper"
-HOMEPAGE="
- https://www.sqlalchemy.org/
- https://pypi.org/project/SQLAlchemy/
- https://github.com/sqlalchemy/sqlalchemy/
-"
-SRC_URI="$(pypi_sdist_url --no-normalize "${MY_PN}")"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="examples +sqlite test"
-
-RDEPEND="
- >=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]
- test? (
- $(python_gen_impl_dep sqlite)
- dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
- dev-python/pytest-xdist[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- sed -i -e '/greenlet/d' setup.cfg || die
- distutils-r1_src_prepare
-}
-
-python_test() {
- local EPYTEST_IGNORE=(
- test/ext/mypy/test_mypy_plugin_py3k.py
- test/typing/test_mypy.py
- # hardcode call counts specific to Python versions
- test/aaa_profiling
- )
- local EPYTEST_DESELECT=(
- # warning tests are unreliable
- test/base/test_warnings.py
- )
- local sqlite_version=$(sqlite3 --version | cut -d' ' -f1)
- case ${EPYTHON} in
- pypy3)
- EPYTEST_DESELECT+=(
- test/ext/test_associationproxy.py::ProxyHybridTest::test_msg_fails_on_cls_access
- test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_multi_elem_varg
- test/ext/test_associationproxy.py::DictOfTupleUpdateTest::test_update_one_elem_varg
- test/engine/test_processors.py::PyDateProcessorTest::test_date_invalid_string
- test/engine/test_processors.py::PyDateProcessorTest::test_datetime_invalid_string
- test/engine/test_processors.py::PyDateProcessorTest::test_time_invalid_string
- "test/dialect/test_sqlite.py::TestTypes_sqlite+pysqlite_${sqlite_version//./_}::test_cant_parse_datetime_message"
- "test/dialect/test_suite.py::ReturningGuardsTest_sqlite+pysqlite_${sqlite_version//./_}"::test_{delete,insert,update}_single
- test/base/test_utils.py::ImmutableDictTest::test_pep584
- )
- ;;
- esac
- if ! has_version "dev-python/greenlet[${PYTHON_USEDEP}]"; then
- EPYTEST_DESELECT+=(
- test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_execution
- test/ext/asyncio/test_engine_py3k.py::TextSyncDBAPI::test_sync_driver_run_sync
- "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[False-True]"
- "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[True-True]"
- "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[has_terminate-is_asyncio]"
- "test/engine/test_pool.py::PoolEventsTest::test_checkin_event_gc[not_has_terminate-is_asyncio]"
- "test/engine/test_pool.py::QueuePoolTest::test_userspace_disconnectionerror_weakref_finalizer[True-_exclusions0]"
- "test/engine/test_pool.py::QueuePoolTest::test_userspace_disconnectionerror_weakref_finalizer[True]"
- )
- fi
-
- # upstream's test suite is horribly hacky; it relies on disabling
- # the warnings plugin and turning warnings into errors; this also
- # means that any DeprecationWarnings from third-party plugins cause
- # everything to explode
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest -p rerunfailures --reruns=10 --reruns-delay=2 \
- -p xdist -n "$(makeopts_jobs)" --dist=worksteal
-}
-
-python_install_all() {
- if use examples; then
- docompress -x "/usr/share/doc/${PF}/examples"
- dodoc -r examples
- fi
-
- distutils-r1_python_install_all
-}
-
-pkg_postinst() {
- optfeature "asyncio support" dev-python/greenlet
- optfeature "MySQL support" \
- dev-python/mysqlclient \
- dev-python/pymysql
- optfeature "postgresql support" dev-python/psycopg:2
-}
next reply other threads:[~2024-01-25 4:43 UTC|newest]
Thread overview: 605+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-25 4:43 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-07 5:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy/ Michał Górny
2025-01-25 11:18 Arthur Zamarin
2025-01-25 10:41 Sam James
2025-01-25 10:41 Sam James
2025-01-25 10:41 Sam James
2025-01-25 9:20 Arthur Zamarin
2025-01-25 9:20 Arthur Zamarin
2025-01-10 5:31 Michał Górny
2024-11-03 13:37 Michał Górny
2024-11-03 13:31 Michał Górny
2024-11-03 13:31 Michał Górny
2024-11-03 13:30 Michał Górny
2024-11-03 4:40 Sam James
2024-11-02 11:28 Arthur Zamarin
2024-11-02 9:51 Arthur Zamarin
2024-11-02 9:24 Michał Górny
2024-11-02 9:01 Michał Górny
2024-11-02 9:01 Michał Górny
2024-11-02 8:49 Michał Górny
2024-10-16 4:54 Michał Górny
2024-10-14 3:04 Michał Górny
2024-10-13 22:12 Sam James
2024-10-09 6:59 Arthur Zamarin
2024-10-08 21:50 Jakov Smolić
2024-10-05 11:48 Arthur Zamarin
2024-10-05 9:21 Arthur Zamarin
2024-10-05 9:04 Sam James
2024-10-05 8:50 Arthur Zamarin
2024-09-24 15:03 Arthur Zamarin
2024-09-24 15:03 Arthur Zamarin
2024-09-21 12:04 Arthur Zamarin
2024-09-21 11:39 Arthur Zamarin
2024-09-21 11:39 Arthur Zamarin
2024-09-21 11:39 Arthur Zamarin
2024-09-21 11:08 Arthur Zamarin
2024-09-21 11:08 Arthur Zamarin
2024-09-21 10:41 Arthur Zamarin
2024-09-21 10:41 Arthur Zamarin
2024-09-17 6:11 Michał Górny
2024-09-06 9:25 Michał Górny
2024-09-04 3:13 Michał Górny
2024-09-02 3:02 Michał Górny
2024-09-01 19:51 Arthur Zamarin
2024-09-01 19:46 Arthur Zamarin
2024-08-30 9:05 Arthur Zamarin
2024-08-24 13:12 Michał Górny
2024-08-24 10:45 Sam James
2024-08-24 10:40 Arthur Zamarin
2024-08-24 10:40 Arthur Zamarin
2024-08-24 10:01 Sam James
2024-08-24 10:01 Sam James
2024-08-24 9:38 Jakov Smolić
2024-08-24 9:24 Arthur Zamarin
2024-08-24 9:05 Arthur Zamarin
2024-08-24 6:41 Michał Górny
2024-08-06 4:53 Michał Górny
2024-07-30 2:24 Michał Górny
2024-07-06 7:26 Arthur Zamarin
2024-07-06 7:02 Arthur Zamarin
2024-07-06 6:54 Arthur Zamarin
2024-07-06 6:51 Sam James
2024-07-06 6:47 Arthur Zamarin
2024-07-06 6:40 Sam James
2024-07-06 6:39 Sam James
2024-06-19 13:14 Michał Górny
2024-06-14 3:23 Sam James
2024-06-13 5:13 Sam James
2024-06-12 10:29 Arthur Zamarin
2024-06-12 7:19 Arthur Zamarin
2024-06-12 7:00 Arthur Zamarin
2024-06-12 6:53 Arthur Zamarin
2024-06-12 6:45 Arthur Zamarin
2024-06-10 2:46 Ionen Wolkens
2024-05-25 18:28 Arthur Zamarin
2024-05-22 11:40 Michał Górny
2024-05-22 9:22 Michał Górny
2024-05-22 9:05 Michał Górny
2024-05-22 9:05 Michał Górny
2024-05-22 9:05 Michał Górny
2024-05-06 3:57 Michał Górny
2024-05-01 13:41 Michał Górny
2024-05-01 5:28 Joonas Niilola
2024-04-17 12:46 Michał Górny
2024-04-17 5:37 Arthur Zamarin
2024-04-11 22:31 Sam James
2024-04-11 17:40 Arthur Zamarin
2024-04-11 17:40 Arthur Zamarin
2024-04-11 17:40 Arthur Zamarin
2024-04-11 16:39 Arthur Zamarin
2024-04-11 16:20 Arthur Zamarin
2024-04-11 15:31 Arthur Zamarin
2024-03-24 3:36 Michał Górny
2024-03-22 3:58 Sam James
2024-03-22 3:58 Sam James
2024-03-22 3:58 Sam James
2024-03-22 3:58 Sam James
2024-03-22 3:58 Sam James
2024-03-21 20:49 Arthur Zamarin
2024-03-19 7:13 Arthur Zamarin
2024-03-19 7:13 Arthur Zamarin
2024-03-19 5:52 Michał Górny
2024-03-19 3:42 Ionen Wolkens
2024-03-04 16:26 Michał Górny
2024-03-04 16:26 Michał Górny
2024-03-03 4:05 Sam James
2024-03-03 0:25 Sam James
2024-03-02 16:25 Arthur Zamarin
2024-03-02 11:18 Arthur Zamarin
2024-03-02 10:53 Arthur Zamarin
2024-03-02 10:35 Arthur Zamarin
2024-03-02 9:40 Arthur Zamarin
2024-02-14 7:26 Michał Górny
2024-02-11 19:49 Arthur Zamarin
2024-01-27 21:19 Michał Górny
2024-01-24 23:44 Sam James
2024-01-24 20:34 Arthur Zamarin
2024-01-23 15:08 Sam James
2024-01-23 15:08 Sam James
2024-01-19 3:18 Sam James
2024-01-18 20:44 Sam James
2024-01-18 20:44 Sam James
2024-01-18 19:55 Arthur Zamarin
2024-01-18 19:55 Arthur Zamarin
2024-01-18 19:48 Sam James
2024-01-18 19:48 Sam James
2024-01-18 19:48 Sam James
2024-01-18 18:52 Arthur Zamarin
2024-01-18 18:52 Arthur Zamarin
2024-01-18 18:37 Arthur Zamarin
2024-01-18 18:03 Arthur Zamarin
2024-01-03 8:29 Michał Górny
2024-01-03 8:29 Michał Górny
2023-12-30 5:00 Michał Górny
2023-12-07 17:24 Michał Górny
2023-11-29 16:45 Arthur Zamarin
2023-11-29 14:49 Arthur Zamarin
2023-11-29 14:42 Arthur Zamarin
2023-11-29 13:45 Arthur Zamarin
2023-11-29 13:18 Arthur Zamarin
2023-11-29 11:32 Michał Górny
2023-11-29 11:32 Michał Górny
2023-11-29 11:15 Michał Górny
2023-11-29 11:04 Michał Górny
2023-11-29 11:04 Michał Górny
2023-11-29 11:04 Michał Górny
2023-11-29 10:33 Michał Górny
2023-11-29 10:17 Michał Górny
2023-11-29 10:03 Michał Górny
2023-11-02 19:44 Michał Górny
2023-10-30 19:01 Michał Górny
2023-10-25 5:54 Michał Górny
2023-10-24 19:24 Arthur Zamarin
2023-10-24 19:23 Arthur Zamarin
2023-10-24 19:15 Arthur Zamarin
2023-10-24 19:11 Arthur Zamarin
2023-10-24 19:11 Arthur Zamarin
2023-10-24 18:37 Sam James
2023-10-24 18:37 Sam James
2023-10-24 18:37 Sam James
2023-10-24 18:19 Michał Górny
2023-10-24 17:18 Arthur Zamarin
2023-10-13 4:44 Michał Górny
2023-09-27 19:22 Arthur Zamarin
2023-09-25 18:56 Arthur Zamarin
2023-09-25 18:54 Arthur Zamarin
2023-09-25 18:54 Arthur Zamarin
2023-09-25 17:14 Arthur Zamarin
2023-09-25 17:12 Arthur Zamarin
2023-09-25 16:54 Arthur Zamarin
2023-09-21 10:18 Michał Górny
2023-09-19 12:42 Michał Górny
2023-08-22 12:04 Michał Górny
2023-08-21 8:59 Michał Górny
2023-08-20 18:02 Arthur Zamarin
2023-08-20 8:11 Sam James
2023-08-19 19:49 Sam James
2023-08-19 18:56 Arthur Zamarin
2023-08-19 17:58 Arthur Zamarin
2023-08-19 17:53 Arthur Zamarin
2023-08-19 17:53 Arthur Zamarin
2023-08-16 4:19 Michał Górny
2023-08-02 18:52 Michał Górny
2023-08-02 18:01 Sam James
2023-08-02 15:11 Sam James
2023-08-02 15:05 Michał Górny
2023-08-02 13:52 Sam James
2023-08-02 5:19 Arthur Zamarin
2023-07-24 16:49 Jakov Smolić
2023-07-24 15:31 Arthur Zamarin
2023-07-24 15:31 Arthur Zamarin
2023-07-24 15:05 Arthur Zamarin
2023-07-24 15:02 Arthur Zamarin
2023-07-24 14:57 Arthur Zamarin
2023-07-24 14:51 Arthur Zamarin
2023-07-24 14:43 Arthur Zamarin
2023-07-24 14:43 Arthur Zamarin
2023-07-24 14:27 Arthur Zamarin
2023-07-24 14:27 Arthur Zamarin
2023-07-24 14:23 Arthur Zamarin
2023-07-18 10:17 Andrew Ammerlaan
2023-07-17 17:51 Michał Górny
2023-07-17 11:15 Sam James
2023-07-17 7:34 Michał Górny
2023-07-07 17:01 Michał Górny
2023-07-07 16:27 Michał Górny
2023-06-24 6:10 Michał Górny
2023-06-11 15:37 Sam James
2023-06-11 13:46 Sam James
2023-06-11 5:18 Michał Górny
2023-05-29 21:55 Sam James
2023-05-20 5:34 Michał Górny
2023-05-11 8:08 Michał Górny
2023-05-02 17:52 Michał Górny
2023-05-02 17:46 Arthur Zamarin
2023-05-02 17:46 Arthur Zamarin
2023-05-01 8:21 Arthur Zamarin
2023-05-01 7:15 Arthur Zamarin
2023-05-01 7:15 Arthur Zamarin
2023-05-01 6:51 Arthur Zamarin
2023-05-01 6:14 Arthur Zamarin
2023-05-01 5:31 Arthur Zamarin
2023-05-01 5:28 Arthur Zamarin
2023-05-01 5:27 Arthur Zamarin
2023-05-01 5:21 Arthur Zamarin
2023-05-01 5:18 Arthur Zamarin
2023-05-01 5:18 Arthur Zamarin
2023-05-01 5:17 Arthur Zamarin
2023-05-01 5:13 Arthur Zamarin
2023-05-01 5:13 Arthur Zamarin
2023-05-01 4:31 Michał Górny
2023-05-01 4:31 Michał Górny
2023-04-27 17:24 Michał Górny
2023-04-22 6:17 Michał Górny
2023-04-19 1:07 Sam James
2023-04-18 5:30 Sam James
2023-04-16 23:23 Sam James
2023-04-15 23:58 Sam James
2023-04-14 21:02 Sam James
2023-04-07 13:38 Michał Górny
2023-04-07 4:19 Michał Górny
2023-04-07 2:29 Sam James
2023-04-07 1:56 Sam James
2023-04-07 1:49 Sam James
2023-04-06 17:11 Arthur Zamarin
2023-04-06 17:11 Arthur Zamarin
2023-04-06 17:11 Arthur Zamarin
2023-04-06 16:52 Arthur Zamarin
2023-04-06 16:29 Jakov Smolić
2023-04-06 16:29 Jakov Smolić
2023-04-06 13:25 Michał Górny
2023-04-06 8:09 Arthur Zamarin
2023-04-06 8:09 Arthur Zamarin
2023-04-01 6:24 Michał Górny
2023-03-19 19:03 Michał Górny
2023-03-19 19:03 Michał Górny
2023-03-15 21:18 Arthur Zamarin
2023-03-15 21:17 Arthur Zamarin
2023-03-14 6:11 Michał Górny
2023-03-13 21:56 Sam James
2023-03-13 21:24 Sam James
2023-03-13 20:27 Sam James
2023-03-13 20:16 Arthur Zamarin
2023-03-06 17:00 Michał Górny
2023-02-17 18:51 Michał Górny
2023-02-12 19:05 Michał Górny
2023-02-11 7:27 Michał Górny
2023-02-10 20:53 Sam James
2023-02-10 20:36 Sam James
2023-02-10 20:36 Sam James
2023-02-10 20:36 Sam James
2023-02-10 6:52 Michał Górny
2023-02-10 6:52 Michał Górny
2023-02-02 5:42 Michał Górny
2023-01-27 10:52 Michał Górny
2023-01-11 22:59 Sam James
2023-01-11 22:59 Sam James
2023-01-11 22:08 Sam James
2023-01-11 22:08 Sam James
2023-01-11 22:08 Sam James
2023-01-11 22:08 Sam James
2023-01-11 21:40 Sam James
2023-01-11 21:40 Sam James
2023-01-04 14:21 Michał Górny
2022-12-17 7:08 Michał Górny
2022-12-16 21:21 Arthur Zamarin
2022-12-16 20:52 Arthur Zamarin
2022-12-16 20:52 Arthur Zamarin
2022-12-16 20:52 Arthur Zamarin
2022-12-16 20:52 Arthur Zamarin
2022-12-16 20:38 Arthur Zamarin
2022-12-16 20:16 Arthur Zamarin
2022-12-16 20:04 Arthur Zamarin
2022-12-12 15:33 Michał Górny
2022-11-19 16:57 Michał Górny
2022-11-19 16:40 Sam James
2022-11-19 13:35 Arthur Zamarin
2022-11-19 11:12 Arthur Zamarin
2022-11-19 10:54 Arthur Zamarin
2022-11-19 9:09 Arthur Zamarin
2022-11-19 8:52 Sam James
2022-11-19 8:42 Arthur Zamarin
2022-11-19 8:41 Arthur Zamarin
2022-11-12 20:19 Arthur Zamarin
2022-11-05 14:34 Michał Górny
2022-10-18 7:26 Michał Górny
2022-10-17 19:09 Michał Górny
2022-10-17 17:26 Arthur Zamarin
2022-10-15 8:21 Agostino Sarubbo
2022-10-14 20:43 Arthur Zamarin
2022-10-14 20:43 Arthur Zamarin
2022-10-14 19:41 Arthur Zamarin
2022-10-14 19:34 Arthur Zamarin
2022-10-14 19:04 Sam James
2022-10-14 19:04 Sam James
2022-09-17 5:56 Michał Górny
2022-09-16 20:44 Arthur Zamarin
2022-09-16 18:27 Arthur Zamarin
2022-09-15 19:58 Arthur Zamarin
2022-09-13 10:08 Michał Górny
2022-09-11 10:12 Michał Górny
2022-09-11 7:55 Agostino Sarubbo
2022-09-11 7:55 Agostino Sarubbo
2022-09-10 22:57 Jakov Smolić
2022-09-10 22:57 Jakov Smolić
2022-09-10 22:37 Jakov Smolić
2022-09-09 7:23 Arthur Zamarin
2022-08-08 19:18 Arthur Zamarin
2022-07-30 16:49 Michał Górny
2022-07-30 15:54 Arthur Zamarin
2022-07-30 2:33 Sam James
2022-07-30 2:33 Sam James
2022-07-29 17:04 Arthur Zamarin
2022-07-29 13:15 Arthur Zamarin
2022-07-29 13:00 Arthur Zamarin
2022-07-29 13:00 Arthur Zamarin
2022-07-29 12:25 Arthur Zamarin
2022-07-03 11:14 Michał Górny
2022-07-03 10:50 Agostino Sarubbo
2022-07-02 18:18 Sam James
2022-07-02 16:05 Jakov Smolić
2022-07-02 15:03 Jakov Smolić
2022-07-02 15:03 Jakov Smolić
2022-07-02 15:03 Jakov Smolić
2022-07-02 13:43 Arthur Zamarin
2022-07-02 13:24 Arthur Zamarin
2022-06-24 20:32 Arthur Zamarin
2022-06-23 19:28 Arthur Zamarin
2022-06-05 10:35 Michał Górny
2022-06-05 9:08 Sam James
2022-06-01 7:21 Michał Górny
2022-05-31 10:44 Jakov Smolić
2022-05-31 9:21 Jakov Smolić
2022-05-31 8:44 Jakov Smolić
2022-05-31 7:56 Jakov Smolić
2022-05-31 7:56 Jakov Smolić
2022-05-31 7:07 Jakov Smolić
2022-05-31 7:07 Jakov Smolić
2022-05-17 19:09 Jakov Smolić
2022-05-14 12:05 Arthur Zamarin
2022-05-13 8:53 Agostino Sarubbo
2022-05-11 6:19 Michał Górny
2022-05-11 6:19 Michał Górny
2022-05-06 20:03 Arthur Zamarin
2022-05-05 12:48 Jakov Smolić
2022-05-03 7:20 Jakov Smolić
2022-05-02 8:56 Michał Górny
2022-04-27 11:21 Jakov Smolić
2022-04-27 8:12 Michał Górny
2022-04-26 17:55 Arthur Zamarin
2022-04-26 17:29 Arthur Zamarin
2022-04-26 17:18 Arthur Zamarin
2022-04-06 17:04 Michał Górny
2022-04-01 13:18 Michał Górny
2022-03-20 19:02 Arthur Zamarin
2022-03-20 19:00 Arthur Zamarin
2022-03-19 18:49 Michał Górny
2022-03-19 14:25 Arthur Zamarin
2022-03-17 7:42 Agostino Sarubbo
2022-03-16 16:09 Jakov Smolić
2022-03-15 22:17 Michał Górny
2022-03-12 20:07 Arthur Zamarin
2022-03-12 10:35 Arthur Zamarin
2022-03-03 18:31 Sam James
2022-02-27 12:29 Jakov Smolić
2022-02-13 10:38 Agostino Sarubbo
2022-01-29 21:42 Jakov Smolić
2022-01-29 21:42 Jakov Smolić
2022-01-29 14:21 Jakov Smolić
2022-01-29 14:20 Jakov Smolić
2022-01-26 20:23 Arthur Zamarin
2022-01-21 6:07 Michał Górny
2022-01-20 9:11 Michał Górny
2022-01-10 23:01 Sam James
2022-01-10 23:01 Sam James
2022-01-10 20:28 Arthur Zamarin
2022-01-10 20:28 Arthur Zamarin
2022-01-10 20:02 Arthur Zamarin
2021-12-23 9:30 Michał Górny
2021-12-23 2:21 Sam James
2021-12-21 7:20 Agostino Sarubbo
2021-12-21 3:50 Sam James
2021-12-18 15:09 Arthur Zamarin
2021-12-11 7:09 Michał Górny
2021-12-08 0:41 Sam James
2021-11-19 20:49 Michał Górny
2021-11-19 15:36 Sam James
2021-11-15 5:11 Sam James
2021-11-15 5:09 Sam James
2021-11-15 4:59 Sam James
2021-11-12 9:40 Michał Górny
2021-11-09 14:01 Michał Górny
2021-11-08 19:32 Sam James
2021-11-01 15:46 Sam James
2021-10-31 18:07 Sam James
2021-10-31 18:02 Sam James
2021-10-31 18:02 Sam James
2021-10-31 17:58 Sam James
2021-10-31 17:55 Sam James
2021-10-20 9:40 Michał Górny
2021-09-25 21:27 James Le Cuirot
2021-09-23 8:16 Michał Górny
2021-09-04 21:39 Sam James
2021-09-01 18:32 Sam James
2021-08-30 17:38 Sam James
2021-08-30 1:27 Sam James
2021-08-30 1:27 Sam James
2021-08-30 1:23 Sam James
2021-08-30 1:23 Sam James
2021-08-19 7:34 Michał Górny
2021-08-05 14:56 Michał Górny
2021-08-05 11:11 Sergei Trofimovich
2021-07-27 20:35 Sam James
2021-07-26 21:29 Michał Górny
2021-07-26 21:29 Michał Górny
2021-07-26 21:04 Sergei Trofimovich
2021-07-26 11:17 Sam James
2021-07-26 0:43 Sam James
2021-07-25 20:09 Sam James
2021-07-25 8:41 Michał Górny
2021-07-25 7:52 Sergei Trofimovich
2021-07-25 1:04 Sam James
2021-07-22 7:25 Michał Górny
2021-07-16 21:44 Sam James
2021-07-14 22:16 Michał Górny
2021-07-13 20:05 Sam James
2021-07-13 6:28 Agostino Sarubbo
2021-07-12 22:37 Sam James
2021-07-12 18:38 Sergei Trofimovich
2021-06-29 6:05 Michał Górny
2021-06-23 9:28 Michał Górny
2021-06-23 9:28 Michał Górny
2021-06-10 23:13 Michał Górny
2021-06-07 13:16 Agostino Sarubbo
2021-06-06 22:10 Sam James
2021-05-31 6:09 Agostino Sarubbo
2021-05-29 23:02 Michał Górny
2021-05-29 8:06 Michał Górny
2021-05-28 19:39 Agostino Sarubbo
2021-05-26 13:17 Sam James
2021-05-26 8:11 Sam James
2021-05-26 8:11 Sam James
2021-05-11 7:56 Michał Górny
2021-05-07 8:04 Michał Górny
2021-05-04 12:41 Michał Górny
2021-04-30 12:22 Michał Górny
2021-04-23 20:24 Michał Górny
2021-04-23 17:46 Sergei Trofimovich
2021-04-22 12:23 Sam James
2021-04-22 12:18 Sam James
2021-04-22 12:18 Sam James
2021-04-22 12:13 Sam James
2021-04-22 12:13 Sam James
2021-04-22 12:11 Sam James
2021-04-22 12:08 Sam James
2021-04-22 7:36 Michał Górny
2021-04-22 7:36 Michał Górny
2021-04-21 6:40 Michał Górny
2021-04-17 6:22 Michał Górny
2021-04-16 8:30 Michał Górny
2021-04-10 9:25 Michał Górny
2021-04-07 8:06 Michał Górny
2021-04-06 6:21 Michał Górny
2021-04-02 23:42 Michał Górny
2021-03-31 10:14 Michał Górny
2021-03-31 10:14 Michał Górny
2021-03-26 14:37 Michał Górny
2021-03-26 9:41 Michał Górny
2021-03-20 7:22 Michał Górny
2021-03-18 9:12 Michał Górny
2021-03-15 21:29 Michał Górny
2021-03-08 5:32 Sam James
2021-03-08 4:49 Sam James
2021-03-07 19:51 Sam James
2021-03-07 19:48 Sam James
2021-03-07 19:46 Sam James
2021-03-07 19:43 Sam James
2021-03-07 18:46 Sergei Trofimovich
2021-03-07 18:45 Sergei Trofimovich
2021-03-05 18:58 Sam James
2021-03-03 21:20 Sam James
2021-03-02 19:08 Sergei Trofimovich
2021-03-02 19:08 Sergei Trofimovich
2021-03-02 5:55 Sam James
2021-03-02 4:39 Sam James
2021-03-02 4:37 Sam James
2021-03-02 1:52 Sam James
2021-02-01 22:45 Michał Górny
2021-01-06 22:30 Fabian Groffen
2020-12-19 8:59 Michał Górny
2020-12-17 23:33 Michał Górny
2020-12-13 1:00 Sam James
2020-11-23 7:52 Sergei Trofimovich
2020-11-22 12:26 Sergei Trofimovich
2020-11-18 17:39 Sam James
2020-11-17 19:17 Agostino Sarubbo
2020-11-17 19:10 Agostino Sarubbo
2020-11-17 18:55 Agostino Sarubbo
2020-11-16 22:13 Sam James
2020-11-16 2:55 Sam James
2020-10-16 17:25 Louis Sautier
2020-10-14 7:04 Michał Górny
2020-08-02 9:33 Michał Górny
2020-08-01 7:55 Sergei Trofimovich
2020-07-17 3:03 Sam James
2020-07-14 12:33 Sam James
2020-07-11 9:27 Michał Górny
2020-07-09 8:27 Agostino Sarubbo
2020-07-09 8:16 Agostino Sarubbo
2020-07-09 8:04 Agostino Sarubbo
2020-05-31 17:17 Michał Górny
2020-05-18 18:21 Michał Górny
2020-05-04 12:24 Michał Górny
2020-04-09 22:02 Sergei Trofimovich
2020-04-02 21:16 Mart Raudsepp
2020-03-25 15:27 Agostino Sarubbo
2020-03-25 14:52 Agostino Sarubbo
2020-03-25 13:27 Agostino Sarubbo
2020-03-25 13:12 Agostino Sarubbo
2020-03-25 12:36 Agostino Sarubbo
2020-03-25 12:23 Agostino Sarubbo
2020-01-20 23:12 Sergei Trofimovich
2019-12-06 0:24 Patrick McLean
2019-12-03 5:06 Andreas Sturmlechner
2019-06-02 12:15 Virgil Dupras
2019-05-26 9:47 Mikle Kolyada
2019-05-13 0:38 Thomas Deutschmann
2019-05-10 3:16 Aaron Bauman
2019-05-09 4:45 Markus Meier
2019-05-06 18:04 Tobias Klausmann
2019-05-02 21:24 Sergei Trofimovich
2019-05-01 7:51 Agostino Sarubbo
2019-04-29 20:11 Sergei Trofimovich
2019-04-29 20:09 Sergei Trofimovich
2019-04-29 12:18 Virgil Dupras
2019-04-29 12:18 Virgil Dupras
2019-04-13 22:41 Matthew Thode
2019-03-13 16:44 Matthew Thode
2018-07-21 18:02 Mikle Kolyada
2018-07-20 15:53 Tobias Klausmann
2018-07-13 7:53 Michał Górny
2018-07-13 7:53 Michał Górny
2018-07-02 0:49 Thomas Deutschmann
2018-07-01 15:19 Pacho Ramos
2018-07-01 9:24 Sergei Trofimovich
2018-07-01 8:51 Sergei Trofimovich
2018-06-30 19:03 Sergei Trofimovich
2018-06-30 18:45 Mart Raudsepp
2018-06-30 14:45 Sergei Trofimovich
2018-06-08 9:57 Mikle Kolyada
2018-04-29 18:05 Patrick Lauer
2018-02-24 15:17 Patrick Lauer
2018-02-18 0:03 Patrice Clement
2018-02-16 6:08 Matt Thode
2018-01-06 19:21 Michał Górny
2017-12-29 16:14 Patrick Lauer
2017-12-16 21:22 Mike Gilbert
2017-11-07 6:56 Patrick Lauer
2017-09-17 6:16 Patrick Lauer
2017-09-12 9:13 Fabian Groffen
2017-08-27 8:07 Tim Harder
2017-07-04 7:36 Patrick Lauer
2017-05-15 9:47 Lars Wendler
2017-05-03 11:41 Michał Górny
2017-03-08 23:39 Michael Weber
2017-02-27 2:16 Matt Thode
2017-01-23 3:38 Lars Wendler
2017-01-23 3:38 Lars Wendler
2016-11-30 13:54 Lars Wendler
2016-11-30 13:54 Lars Wendler
2016-11-01 15:32 Mike Gilbert
2016-11-01 15:32 Mike Gilbert
2016-10-31 22:39 Lars Wendler
2016-10-24 12:43 Lars Wendler
2016-10-01 21:12 Patrick Lauer
2016-07-25 17:06 Patrick Lauer
2016-02-28 7:15 Matt Thode
2016-02-16 10:19 Justin Lecher
2015-12-24 9:24 Justin Lecher
2015-12-13 14:05 Justin Lecher
2015-11-18 10:19 Agostino Sarubbo
2015-11-18 10:17 Agostino Sarubbo
2015-11-16 16:26 Agostino Sarubbo
2015-11-16 16:15 Agostino Sarubbo
2015-10-21 15:17 Justin Lecher
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=1706157778.188d24e8fddf2f2df0c23eed1c782f914799b965.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