commit: 30c248ee153cd907498c1816eeeda1df80098d49 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Dec 22 15:30:21 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Dec 22 15:35:47 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=30c248ee
new release 0.10.24 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 98cad78b6..0c8321dd0 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,28 @@ Release Notes ============= +---------------------------- +pkgcore 0.12.24 (2023-12-22) +---------------------------- + +- operations.format.fetch_base: try to use proxy values from domain (i.e. + ``/etc/portage/make.conf``) as first priority (Arthur Zamarin) + +- metadata.xsd: add codeberg remote-id (Thomas Bracht Laumann Jespersen, #414) + +- examples/verify_at_done: add new helper tool to collect done AT bugs + (Arthur Zamarin) + +- eclassdoc: many changes to the way pkgcore generates docs from eclasses: + removal of ``@Bugreports`` tag, display default or initial values, display + exported phases, various improvements to the RST output (Arthur Zamarin, #346) + +- eclassdoc: add devbook output format (Arthur Zamarin, #346) + +- various code refactoring and modernization (Brian Harring, #415, #417) + +- drop support for Python 3.9 (Arthur Zamarin) + ---------------------------- pkgcore 0.12.23 (2023-08-29) ----------------------------
