Skip to content

Commit

Permalink
update news, bump version, and update pyproject.toml pkgcore dep
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Sep 19, 2019
1 parent c4031f9 commit 7ce3024
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@
Release Notes
=============

---------------------------
pkgcheck 0.6.5 (2019-09-18)
---------------------------

- InvalidUseFlags: Flag invalid USE flags in IUSE.

- UnknownUseFlags: Use specific keyword result for unknown USE flags in IUSE
instead of MetadataError.

- pkgcheck scan: Add ``info`` alias for -k/--keywords option and rename
errors/warnings aliases to ``error`` and ``warning``.

- Add Info result type and mark a several non-warning results as info level
(e.g. RedundantVersion and PotentialStable).

- MissingLicenseRestricts: Flag restrictive license usage missing required
RESTRICT settings.

- MissingSlotDepCheck: Properly report missing slotdeps for atom with use deps.

- pkgcheck scan: Add ``all`` alias for -c/--checks option.

- MissingSignOff: Add initial check for missing commit message sign offs.

- InvalidLicenseHeader: Add initial license header check for the gentoo repo.

- BadCommitSummary: Add initial commit message summary formatting check.

---------------------------
pkgcheck 0.6.4 (2019-09-13)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["wheel", "setuptools", "snakeoil~=0.8.3", "pkgcore~=0.10.0"]
requires = ["wheel", "setuptools", "snakeoil~=0.8.3", "pkgcore~=0.10.4"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion src/pkgcheck/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__title__ = 'pkgcheck'
__version__ = '0.6.4'
__version__ = '0.6.5'

0 comments on commit 7ce3024

Please sign in to comment.