commit: a48d81e5d4e51bdf0ca4928fbea788950411def1 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 8 19:48:36 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Nov 10 04:50:33 2022 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=a48d81e5
new release 0.12.17 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 3358a795c..892f9a1a7 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,29 @@ Release Notes ============= +---------------------------- +pkgcore 0.12.17 (2022-11-10) +---------------------------- + +- profiles: support package.bashrc files as an extension (#370, Arthur Zamarin) + +- patom: new command for working with atoms, like qatom (#362, Arthur Zamarin) + +- ebuild.repository: fix manifest entries generation with precise restricts + (#371, Arthur Zamarin) + +- operations.fetch: better error messages when fetching fails (Arthur Zamarin) + https://github.com/pkgcore/pkgdev/issues/86 + +- ebuild.profiles: error out when USE_EXPAND syntax is used in package.mask + (Arthur Zamarin) + https://github.com/pkgcore/pkgcheck/issues/370 + +- drop Python 3.8 support (Arthur Zamarin) + +- Use flit with custom wrapper as build backend (#372, #374, Arthur Zamarin, + with special thanks to Michał Górny for reviewing and helping with it) + ---------------------------- pkgcore 0.12.16 (2022-10-04) ----------------------------
