Skip to content

Commit

Permalink
update news
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Feb 23, 2021
1 parent 0e7bcac commit 60fba7d
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,30 @@ Release Notes
=============

---------------------------
pkgcheck 0.9.0 (2021-??-??)
pkgcheck 0.9.0 (2021-02-23)
---------------------------

- pkgcheck ci: Add initial subcommand for CI-specific usage (e.g. used by
pkgcheck-action).

- EclassCheck: force bash error output to use the C locale.

- Officially export Result class in addition to all specific result
keywords/classes for API usage which can be useful for type
hinting purposes.

- pkgcheck scan: Respect version-level scan scope targets (#293).

- pkgcheck scan: Allow additive args for --exit. This allows adding
keywords to the default set (via '+Keyword') that trigger exit
failures without having to explicitly specify the 'error' set as
well.

- PackageUpdatesCheck: Use search repo to find old packages to fix
checking for OldPackageUpdate results in overlays.

- Make 'NonsolvableDeps' a scannable keyword alias.

- Drop metadata.xml indentation and empty element results from
warning to style level.

Expand All @@ -14,6 +35,9 @@ pkgcheck 0.9.0 (2021-??-??)

- Restrict UnknownCategoryDirs result to the gentoo repo.

- Apply target repo base profile masks across all scan profiles
(#281).

- Drop pickle-based reporter support -- use the scan API call to
create and access result objects.

Expand Down

0 comments on commit 60fba7d

Please sign in to comment.