pkgdev bugs:
- bugs: fix a "circular dependency" error part way through filing, when one existing bug was matched by several nodes and a dependency path ran between them, which made that bug depend on a bug depending on it. Nodes matched to the same bug are now merged into one, and a bug kept as a node's own bug is no longer obsoleted by another (@arthurzam, #229)
- bugs: a bugzilla error while filing now names the bug and packages being filed or modified (@arthurzam, #229)
- bugs: fix
--filter-stablereqscollapsing a target which matches several packages down to a single one (@arthurzam) - bugs: under
--filter-stablereqs, when pulling dependency, prefer the version the stablereq check considers due for stabilization if possible (@arthurzam)
pkgdev commit:
- commit: the repository of pre-change packages is now built over an already filled directory, instead of being populated underneath a live repository and having its caches invalidated through a pkgcore internal meant for mutable repositories (@arthurzam, #172)
- commit: the mangler now adds the blank line after the
EAPI=assignment (@arthurzam, #127) - commit: the generated summary no longer claims a variable was updated when only its
declareline differs, as when it gains the export attribute while its value stays put (@arthurzam, #115) - mangler: mangles in a single process, which is faster for any number of changed files (@arthurzam)
pkgdev showkw:
showkw: drop the vendored copy of tabulate in favor of a dependency on tabulate>=0.9.0 (@arthurzam)