summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-17 10:58:01 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-17 10:58:01 +0200
commit3a3c0fddd07b3d704e0e935ad76b2026fc36d400 (patch)
tree1dc462dc6c6da4fa38d85707a41641cc0f96e687
parentman/emerge.1: Fix typo in --with-bdeps description (diff)
downloadportage-3.0.22.tar.gz
portage-3.0.22.tar.bz2
portage-3.0.22.zip
Prepare for 3.0.22 releaseportage-3.0.22
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--NEWS9
-rwxr-xr-xsetup.py2
2 files changed, 10 insertions, 1 deletions
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',