Release 4.0.0 https://github.com/certbot/certbot/releases/tag/v4.0.0
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ddaeeb385ff4dd38c81fc2c74ba4709dd3ec8f commit 45ddaeeb385ff4dd38c81fc2c74ba4709dd3ec8f Author: Thibaud CANALE <thican@thican.net> AuthorDate: 2025-04-08 20:06:44 +0000 Commit: Matthew Thode <prometheanfire@gentoo.org> CommitDate: 2025-04-08 21:13:19 +0000 app-crypt/certbot: add 4.0.0 Closes: https://bugs.gentoo.org/953447 Bug: https://bugs.gentoo.org/951716 Signed-off-by: Thibaud CANALE <thican@thican.net> Closes: https://github.com/gentoo/gentoo/pull/41504 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> app-crypt/certbot/Manifest | 1 + app-crypt/certbot/certbot-4.0.0.ebuild | 187 +++++++++++++++++++++++++++++++++ app-crypt/certbot/certbot-9999.ebuild | 158 +++------------------------- 3 files changed, 205 insertions(+), 141 deletions(-)
Matthew, the PR was in draft state, the test are not validating. What should we do then? Would you please assist me in fixing this test issue?
sorry, missed that tag. The right solution is to fix it in a rev bump.
(In reply to Matthew Thode ( prometheanfire ) from comment #3) > sorry, missed that tag. Escude me to nitpick, I described its state in the main description. > The right solution is to fix it in a rev bump. Ok, no problem, the actual problem is I have no idea why tests are failing. Also I take this opportunity to raise awareness about those QA messages; one among others: ``` /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'certbot.tests.testdata' is absent from the `packages` configuration. ``` Should we also create another ticket for this? Might be wiser to use IRC to discuss instead of this medium.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57dc33daea08f8ec4d24c0e442620e24515599d1 commit 57dc33daea08f8ec4d24c0e442620e24515599d1 Author: Thibaud CANALE <thican@thican.net> AuthorDate: 2025-04-10 14:10:28 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-04-10 14:53:32 +0000 app-crypt/certbot: fix test for 4.0.0 Bug: https://bugs.gentoo.org/953447 Signed-off-by: Thibaud CANALE <thican@thican.net> Closes: https://github.com/gentoo/gentoo/pull/41525 Signed-off-by: Sam James <sam@gentoo.org> app-crypt/certbot/{certbot-4.0.0.ebuild => certbot-4.0.0-r1.ebuild} | 5 +++-- app-crypt/certbot/certbot-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-)