Releases: pkgcore/pkgdev
Releases · pkgcore/pkgdev
v0.2.15
pkgdev tatt:
- tatt: remove bogus check for
src_test(@arthurzam, #224) - tatt: don't add
USE="test"when testing (@arthurzam, #219)
pkgdev bugs:
- bugs: support auto adding
@gentoo.orgfor emails (@arthurzam) - bugs: batch query for bugs with many packages (@arthurzam, #214)
- bugs: support obsoleting bugs when not exact version matches (@arthurzam, #206)
- bugs: show all open matching bugs when scanning for existing bugs (@arthurzam, #207)
- bugs: fix open bug search with deps (@joecool1029, #222)
- bugs: require API key earlier (@arthurzam, #217)
- bugs: confirm with user when only partial stabilization group (@arthurzam, #211)
- bugs: flush and query before opening editor (@arthurzam, #204)
- bugs: skip hard masked targets (@arthurzam, #210)
v0.2.14
- fix dependencies (@arthurzam)
v0.2.13
v0.2.12
- tatt: support
--use-combos 0(to be used with--test) (@arthurzam) - bugs: when selecting a matching package, prefer those with keywords (@arthurzam, #205)
v0.2.11
- bash completion: improve path handling (@arthurzam)
- mask: update removal line to match GLEP-84 (@arthurzam)
- mask: support auto filing of last-rite bug & PMASKED bugs (@arthurzam, #187)
- mask: support comma separated bugs for
-band--bug(@arthurzam) - tatt: fix template generating extra empty file (@arthurzam)
- commit: add optional support for Closes tags with resolution (@antecrescent, #190)
v0.2.10
- bugs: don't crash when package isn't found in git history (@arthurzam)
- tatt: fix
required_usefor packages from bug's package list (@arthurzam) - tatt: test run should be after the use combinations (@arthurzam, #174)
- bash-completion: fix missing args for "bugs" and mistake for "mask" (@arthurzam)
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
envfiles (@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
~/.bugzrcfor api-key extraction (@arthurzam, #162) - bugs: add
--find-by-maintaineroption, for finding all packages maintained by a given maintainer (@arthurzam, #157, #168) - bugs: add support for filtering targets by
StableRequestresults 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)
v0.2.8
New Features:
- pkgdev bugs: add support for passing a root blocker bug, upon which all top level bugs will block (@arthurzam, #139)
- pkgdev bugs: fallback to
~/.bugz_tokenfor api-key (@arthurzam, #138) - pkgdev bugs: improve
--api-keydescription and include appropriate warning (@Flowdalic, #159) - pkgdev bugs: add support for stabilization groups (@arthurzam, #154)
- pkgdev commit: add support for enabling or disabling gpg signing (@arthurzam, #147)
- pkgdev push:
--askstops for confirmation on warnings too (@arthurzam, #152)
Fixed bugs:
- pkgdev bugs: truncate too long bug summaries (@arthurzam, #141)
- pkgdev bugs: show correct number of bugs which would be opened (@arthurzam, #142)
- pkgdev bugs: do not swallow exceptions when reading
~/.bugz_token(@Flowdalic, #158)
v0.2.7
New Features:
- pkgdev bugs: query for existing open bugs (@arthurzam)
- pkgdev bugs: support piping package list from stdin (@arthurzam, #136)
- git: declare
PKGDEV=1environment variable for git commands (@arthurzam, #133)
Fixed bugs:
- pkgdev bugs: handle correctly merge on new keywords of starting point (@arthurzam)
- pkgdev bugs: fix spelling of agent noun for 'file' (@ArsenArsen, #135)
- pkgdev bugs: better error message when package not found (@arthurzam, #134)
- pkgdev bugs: fix restriction passing to
find_best_match(@arthurzam, #131)
v0.2.5
New Features:
- pkgdev tatt: new tool for package testing (@arthurzam, #109)
- pkgdev bugs: new tool for filing stable bugs (@arthurzam, #113)
This tool is currently very experimental and breakage should be expected. Use very carefully and monitor created bugs! - commit: use same summary when matching across multiple ebuilds (@arthurzam, #116)
Fixed bugs:
- commit: enable
-eusage with-Mor-m(@arthurzam) - commit: generate commit title for commit related files only (@arthurzam, #122)