aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-08-09 22:43:57 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-08-09 23:17:49 +0300
commite1159d70a147a5267d5de6d121bfb10a80e02c8a (patch)
treee9adc14d1411c9a6657e059478ad022f8f879785 /NEWS.rst
parentci: add Python 3.11 (diff)
downloadpkgcore-e1159d70a147a5267d5de6d121bfb10a80e02c8a.tar.gz
pkgcore-e1159d70a147a5267d5de6d121bfb10a80e02c8a.tar.bz2
pkgcore-e1159d70a147a5267d5de6d121bfb10a80e02c8a.zip
new release 0.12.13v0.12.13
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 7eebe9c6..c411930f 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,6 +3,23 @@ Release Notes
=============
----------------------------
+pkgcore 0.12.13 (2022-08-09)
+----------------------------
+
+- Fix checking whether a path is contained within a known repository
+ (specifically: fix the test to not check if path is prefixed with a
+ repository's location. Instead, we check the full path). Previously,
+ ``/usr/portage-dir`` would wrongly be considered within ``/usr/portage``,
+ which is clearly wrong. (Arthur Zamarin, #350)
+
+- Various code cleanups and refactoring (Arthur Zamarin, #351)
+
+- ebuild/atom.py: fix ``atom.no_usedeps`` not including subslot (Arthur
+ Zamarin, #353)
+
+- Fix and port pkgcore to Python 3.11 (Arthur Zamarin, Sam James, #355)
+
+----------------------------
pkgcore 0.12.12 (2022-07-29)
----------------------------