commit: ae605307f40b98d90bbd46e614c94dfeb1b7b14e Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 8 16:17:53 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Feb 10 14:03:16 2024 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=ae605307
new release 0.2.9 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 8859e7f..0278817 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,50 @@ Release Notes ============= +pkgdev 0.2.9 (2024-02-08) +------------------------- + +- ci: add testing on Python 3.12 and Python 3.13 (Sam James, #126) + +**New Features:** + +- tatt: pass specific test configuration for the specific package, while not + affecting the dependencies (Arthur Zamarin, #165) + +- tatt: add support for custom ``env`` files (Arthur Zamarin, #165) + +- bugs: print bug summary where existing bug is found (Arthur Zamarin, #163) + +- bugs: mention age of packages in the bug description (Arthur Zamarin, #140) + +- bugs: support ``~/.bugzrc`` for api-key extraction (Arthur Zamarin, #162) + +- bugs: add ``--find-by-maintainer`` option, for finding all packages + maintained by a given maintainer (Arthur Zamarin, #157, #168) + +- bugs: add support for filtering targets by ``StableRequest`` results from + ``pkgcheck scan`` (Arthur Zamarin, #157, #168) + +- bugs: allow extending maintainer search by project membership (Arthur Zamarin, + #157, #168) + +- bugs: support editing the resulting graph before filing bugs (Arthur Zamarin, + #169) + +- bugs: indicate why dependencies are being added to the graph (Arthur Zamarin, + #170) + +**Fixed bugs:** + +- bugs: prefer using user selected targets over latest dependency (Arthur + Zamarin, #161) + +- bugs: merge stable groups as first step (Arthur Zamarin) + +- bugs: handle merging of top level nodes (Arthur Zamarin, #125, #167) + +- docs: Add ``intersphinx_mapping`` (Brian Harring, #171) + pkgdev 0.2.8 (2023-09-09) -------------------------
