Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Fri, 10 Sep 2021 06:03:40
Message-Id: 1631253727.7af41cc626a146d370cbb67f4f72f64a552062de.mgorny@gentoo
1 commit: 7af41cc626a146d370cbb67f4f72f64a552062de
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 10 06:02:07 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 10 06:02:07 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7af41cc6
7
8 Prepare for 3.0.23 release
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 NEWS | 9 +++++++++
13 setup.py | 2 +-
14 2 files changed, 10 insertions(+), 1 deletion(-)
15
16 diff --git a/NEWS b/NEWS
17 index 671797c50..7b20c5e9a 100644
18 --- a/NEWS
19 +++ b/NEWS
20 @@ -1,5 +1,14 @@
21 News (mainly features/major bug fixes)
22
23 +portage-3.0.23
24 +--------------
25 +* enable autogroup scheduling with pid-sandbox if possible. This should
26 + make the kernel respect niceness better.
27 +* add support conf-update.d hooks.
28 +* display all preserved libraries with --verbose.
29 +* restore QA warnings when EXPORT_FUNCTIONS is called before inherit.
30 +* catch more setuptools warnings via the respective QA check.
31 +
32 portage-3.0.22
33 --------------
34 * USE flags are now sorted with respect to numerical segments in emerge
35
36 diff --git a/setup.py b/setup.py
37 index 37dd1decb..054f71b12 100755
38 --- a/setup.py
39 +++ b/setup.py
40 @@ -783,7 +783,7 @@ def get_data_files(regular_files, venv_files):
41
42 setup(
43 name = 'portage',
44 - version = '3.0.22',
45 + version = '3.0.23',
46 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
47 project_urls = {
48 'Release Notes': 'https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES',