summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-12-27 20:40:51 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-12-27 20:40:51 +0200
commit868b8fa47e6025f825ae799535a5b2f9ab2bdbf4 (patch)
tree8676826c5f994e1215c6c97342f9b4da897fec0a
parentIgnore both empty and non-existant repos.conf files. (diff)
downloadpkgcore-868b8fa47e6025f825ae799535a5b2f9ab2bdbf4.tar.gz
pkgcore-868b8fa47e6025f825ae799535a5b2f9ab2bdbf4.tar.bz2
pkgcore-868b8fa47e6025f825ae799535a5b2f9ab2bdbf4.zip
new release 0.12.18v0.12.18
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--NEWS.rst51
1 files changed, 51 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 892f9a1a7..5499db7df 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,6 +3,57 @@ Release Notes
=============
----------------------------
+pkgcore 0.12.18 (2022-12-27)
+----------------------------
+
+- _const: fallback to sys.base_prefix when installed in venv (Arthur Zamarin)
+ https://bugs.gentoo.org/880693
+
+- pquery: fix crash with verbose single uris attr (Arthur Zamarin)
+
+- docs: use snakeoil.dist sphinx extension (Arthur Zamarin)
+
+- pkgcore: atom: fix typo in error message (Sam James, #378)
+
+- eclass: fix exported bash functions leak (Arthur Zamarin)
+ https://bugs.gentoo.org/836210
+
+- remove plugins support from pkgcore, simplifying installation and stopping
+ the need for users to update cache after upgrade (Arthur Zamarin, #379)
+
+- add REQUIRED_USE satisfaction solver (Arthur Zamarin, #380)
+
+- pmerge: add ``--pdb-intercept`` as a way to ``pdb.set_trace()`` into the
+ resolver (Brian Harring)
+
+- pmerge: sort target processing to stabilize the graph (Brian Harring)
+
+- restricts: fix use default dep matching when working against IUSE defaults
+ (Brian Harring)
+
+- ebd: make EAPI=8 ``--disable-static`` logic libtool-specific, matching
+ portage (David Seifert, #386)
+
+- force stable sorting of ``/etc/portage/*`` files loading (Brian Harring)
+ https://github.com/pkgcore/pkgcore/issues/385
+
+- add USE_EXPAND expansion awareness for ``/etc/portage/package.use/*`` files
+ (Brian Harring)
+ https://github.com/pkgcore/pkgcore/issues/384
+
+- add use flag validation for ``/etc/portage/package.use/*`` content (Brian
+ Harring)
+
+- throw an exception for any EBD var starting with ``_`` (Brian Harring)
+
+- ignore both empty and non-existent ``repos.conf`` files (Brian Harring)
+ https://github.com/pkgcore/pkgcore/issues/365
+
+- format code with ``black`` (Brian Harring, #382)
+
+- various code cleanups, refactoring and modernization (Brian Harring)
+
+----------------------------
pkgcore 0.12.17 (2022-11-10)
----------------------------