Skip to content

Releases: ionenwks/iwdevtools

v0.12.13

22 Sep 05:18
d92faf4
Compare
Choose a tag to compare

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

31 May 11:56
5c5101d
Compare
Choose a tag to compare

Minor release with nothing worth noting.

v0.12.11

09 Feb 10:01
e4222cc
Compare
Choose a tag to compare

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

12 Jan 19:00
5d97ca3
Compare
Choose a tag to compare

Fixes

  • repo-cd: allow usage even when the current directory was deleted

v0.12.9

03 Jan 20:27
fe5e3a8
Compare
Choose a tag to compare

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

22 Sep 08:49
b724456
Compare
Choose a tag to compare

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

04 Aug 12:26
41b100d
Compare
Choose a tag to compare

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

30 Jul 18:14
6193533
Compare
Choose a tag to compare

Changes

  • scrub-patch: standardize gentoo's bugzilla urls (and few others) in headers

v0.12.5

26 May 07:07
76bcdc5
Compare
Choose a tag to compare

Changes

  • portage: disable checks for binpkgs (only comes into effect for new binpkgs)

v0.12.4

20 Mar 20:50
f91bad8
Compare
Choose a tag to compare

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.