Re: [gentoo-dev] Python 2 cleanup: remaining packages, Dec 2020 update

2020-12-03 Thread Michał Górny
On Sun, 2020-11-29 at 14:28 +0100, Marek Szuba wrote: > On 2020-11-28 22:47, Michał Górny wrote: > > > Waiting for py3 port (likely last rite candidates): > > - games-engines/renpy > > RenPy 7.4.0, released on the 26th of November, features "new Python 3 > compatibility mode". It is of course up

[gentoo-dev] Last rites: dev-python/backports, dev-python/namespace-*

2020-12-03 Thread Michał Górny
# Michał Górny (2020-12-03) # Explicit namespace support was necessary for Python 2 only. Empty # directories work best for Python 3. # Removal in 14 days. dev-python/backports dev-python/namespace-google dev-python/namespace-jaraco dev-python/namespace-paste dev-python/namespace-repoze dev-pytho

[gentoo-dev] Please close bugs when a commit fixes it

2020-12-03 Thread Agostino Sarubbo
Hello, I noticed that people uses "repoman commit -b" and bugs remain opened. In case of test failures, CI does not run tests if there are already opened bugs about that so it is unable to catch if your commit really fixed the issue. Thank you