It should be pretty safe to drop support for python2.7 at this point.
Patch posted for review: https://archives.gentoo.org/gentoo-portage-dev/message/5d91f1a38c9068784a7e9bcf81c91ed5 https://github.com/gentoo/portage/pull/566
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=e59ec1924d6db957a01c828ce294a7675be5b27c commit e59ec1924d6db957a01c828ce294a7675be5b27c Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2020-07-06 18:18:02 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2020-07-07 00:07:27 +0000 travis.yml: drop python 2.7 (bug 731114) It should be pretty safe to drop support for python2.7 at this point. Bug: https://bugs.gentoo.org/731114 Reviewed-by: Brian Dolbec <dolsen@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Zac Medico <zmedico@gentoo.org> .travis.yml | 1 - repoman/setup.py | 2 +- setup.py | 2 +- tox.ini | 6 ++---- 4 files changed, 4 insertions(+), 7 deletions(-)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3180edb5d310d5382bb3c0772c06be0b354806 commit bb3180edb5d310d5382bb3c0772c06be0b354806 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2020-07-19 05:18:41 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2020-07-19 05:37:48 +0000 sys-apps/portage: Bump to version 3.0.0 #703698 Improve repos.conf handling of boolean settings #721516 ecompress complains about compressed files that have been excluded by docompress -x #729852 Set XTerm titles for konsole #731114 Drop support for python2.7 #731246 man ebuild(5) has incorrect example of $P and $PN #732378 Use lru_cache for use_reduce, vercmp, and catpkgsplit #733154 List of ignored warnings in .desktop files should be updated for compatibility with >=desktop-file-utils-0.25 Bug: https://bugs.gentoo.org/733180 Bug: https://bugs.gentoo.org/703698 Bug: https://bugs.gentoo.org/721516 Bug: https://bugs.gentoo.org/729852 Bug: https://bugs.gentoo.org/731114 Bug: https://bugs.gentoo.org/731246 Bug: https://bugs.gentoo.org/732378 Bug: https://bugs.gentoo.org/733154 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Zac Medico <zmedico@gentoo.org> sys-apps/portage/Manifest | 1 + sys-apps/portage/portage-3.0.0.ebuild | 263 ++++++++++++++++++++++++++++++++++ 2 files changed, 264 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=a2b7277ea46b8878ce079fc560a54c59006e9d0b commit a2b7277ea46b8878ce079fc560a54c59006e9d0b Author: Aaron Bauman <bman@gentoo.org> AuthorDate: 2020-07-24 18:45:46 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2020-07-27 01:04:08 +0000 portage/README: Update minimum Python version * Per commit e59ec1924d6db957a01c828ce294a7675be5b27c Py 2.7 has been dropped and py3.6 is the minimum supported version Bug: https://bugs.gentoo.org/731114 Signed-off-by: Aaron Bauman <bman@gentoo.org> Signed-off-by: Zac Medico <zmedico@gentoo.org> README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)