commit: 3a3c0fddd07b3d704e0e935ad76b2026fc36d400
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 08:58:01 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 17 08:58:01 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3a3c0fdd
Prepare for 3.0.22 release
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
NEWS | 9 +++++++++
setup.py | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index d99d01791..671797c50 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
News (mainly features/major bug fixes)
+portage-3.0.22
+--------------
+* USE flags are now sorted with respect to numerical segments in emerge
+ output (e.g. python3_10 comes after python3_9).
+* setuptools version normalization warnings are now ignored.
+* FEATURES=installsources no longer copies irrelevant directory trees
+ with gcc-11.
+* sdist archives built using "build" now include setup.py.
+
portage-3.0.21
--------------
* EAPI 8 fixups.
diff --git a/setup.py b/setup.py
index 320db3367..37dd1decb 100755
--- a/setup.py
+++ b/setup.py
@@ -783,7 +783,7 @@ def get_data_files(regular_files, venv_files):
setup(
name = 'portage',
- version = '3.0.21',
+ version = '3.0.22',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
project_urls = {
'Release Notes':
'https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES',