Releases: ionenwks/iwdevtools
Releases · ionenwks/iwdevtools
v0.12.13
Fixes
- tests: work around a potential(?) portage bug that lead to tests being
confused by dev-python/test newly existing in the Gentoo tree
- general: unset GENTOO_CPYTHON_BUILD to prevent potential failure of portageq
invocations when emerging dev-lang/python
v0.12.12
Minor release with nothing worth noting.
v0.12.11
Changes
- qa-vdb.exclude-bind(config): exclude sys-devel/clang, sys-devel/lld, and
sys-devel/llvm by default to avoid noise with the upcoming llvm-r1.eclass
v0.12.10
Fixes
- repo-cd: allow usage even when the current directory was deleted
v0.12.9
Fixes
- qa-cmp: prevent permission differences from being displayed with symbolic
links, what is reported can vary between filesystems and causes noise
v0.12.8
Changes
-
qa-vdb: default configs now exclude libcxx, libcxxabi, and llvm-libunwind
from being a missing dependency candidate (but note that llvm-libunwind
may still be needed if used directly by the package)
-
repo-cd: support codeberg remote-id
v0.12.7
Changes
-
qa-cmp: replace SLOT in paths alongside versions with *
to allow
ignoring in file lists differences (only relevant when emerging a new
SLOT or else same-SLOT is compared when using portage hooks)
-
qa-cmp: also replace versions for, e.g. .so.<slot|version>
as these
should be compared using the SONAME lists instead (note that this will
replace the common .so.0
with SLOT=0 but is not considered an issue)
v0.12.6
Changes
- scrub-patch: standardize gentoo's bugzilla urls (and few others) in headers
v0.12.5
Changes
- portage: disable checks for binpkgs (only comes into effect for new binpkgs)
v0.12.4
Changes
-
qa-vdb.exclude-bind(config): exclude gobject-introspection by default, been
common practice to keep the binding operator even if it has no subslot (yet)
in case the introspection format changes.
-
qa-vdb.exclude-extra(config): exclude gobject-introspection by default, very
few packages actually link with the library.