diff options
author | 2021-08-17 10:58:01 +0200 | |
---|---|---|
committer | 2021-08-17 10:58:01 +0200 | |
commit | 3a3c0fddd07b3d704e0e935ad76b2026fc36d400 (patch) | |
tree | 1dc462dc6c6da4fa38d85707a41641cc0f96e687 | |
parent | man/emerge.1: Fix typo in --with-bdeps description (diff) | |
download | portage-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-- | NEWS | 9 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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. @@ -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', |