commit: ab0ad69fadb4d4db6fd8d02ae6775b1bc0110c0b Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 2 08:40:02 2026 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jan 2 08:40:02 2026 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=ab0ad69f
new release 0.12.31 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index b64489d1..b86cb089 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,7 +3,7 @@ Release Notes ============= ---------------------------- -pkgcore 0.12.31 (????-??-??) +pkgcore 0.12.31 (2026-01-02) ---------------------------- - rsync: fix bug in computing the current timestamp when the timezone is not @@ -13,6 +13,16 @@ pkgcore 0.12.31 (????-??-??) - rsync: fix SyntaxWarning when using Python 3.14 (Arthur Zamarin, #448) +- eclass: avoid deprecated ``utcnow()`` (Sam James, #450) + +- cpv: update categories rules to match PMS (Brian Harring, #453) + +- drop plugin implementation and ``pplugincache`` command (Brian Harring) + +- EAPI 9: Update bash_compat from 5.2 to 5.3 (Ulrich Müller, #456) + +- Massive refactoring done by Brian Harring + ---------------------------- pkgcore 0.12.30 (2025-06-02) ----------------------------
