v0.2.9
- ci: add testing on Python 3.12 and Python 3.13 (@thesamesam, #126)
New Features:
- tatt: pass specific test configuration for the specific package, while not affecting the dependencies (@arthurzam, #165)
- tatt: add support for custom
env
files (@arthurzam, #165) - bugs: print bug summary where existing bug is found (@arthurzam, #163)
- bugs: mention age of packages in the bug description (@arthurzam, #140)
- bugs: support
~/.bugzrc
for api-key extraction (@arthurzam, #162) - bugs: add
--find-by-maintainer
option, for finding all packages maintained by a given maintainer (@arthurzam, #157, #168) - bugs: add support for filtering targets by
StableRequest
results frompkgcheck scan
(@arthurzam, #157, #168) - bugs: allow extending maintainer search by project membership (@arthurzam, #157, #168)
- bugs: support editing the resulting graph before filing bugs (@arthurzam, #169)
- bugs: indicate why dependencies are being added to the graph (@arthurzam, #170)
Fixed bugs:
- bugs: prefer using user selected targets over latest dependency (@arthurzam, #161)
- bugs: merge stable groups as first step (@arthurzam)
- bugs: handle merging of top level nodes (@arthurzam, #125, #167)
- docs: Add
intersphinx_mapping
(@ferringb, #171)