Skip to content

Commit

Permalink
update news and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Nov 4, 2019
1 parent 67bad66 commit 082c71b
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@
Release Notes
=============

---------------------------
pkgcheck 0.6.9 (2019-11-04)
---------------------------

- MissingSlash: Avoid some types of false positives where the path variable is
used to create a simple string, but not as a path directly.

- BadPerlModuleVersion: Add support for verifying Gentoo's perl module
versioning scheme -- not run by default since it requires various perl
dependencies.

- BadCommitSummary: Also allow "${CATEGORY}/${P}:" prefixes.

- MetadataError: Fix suppressing duplicate results due to multiprocess usage.

- VisibleVcsPkg: Collapse profile reports for non-verbose mode.

- Use replacement character for non-UTF8 characters while decoding author,
committer, and message fields from git logs.

- pkgcheck scan: Try parsing target arguments as restrictions before falling
back to using path restrictions.

- EmptyProject: Check for projects with no members in projects.xml.

- StaticSrcUri: Check if SRC_URI uses static values for P or PV instead of the
dynamic, variable equivalents.

- MatchingChksums: Check for distfiles that share the same checksums but have
different names.

- pkgcheck scan: Parallelize checks for targets passed in via cli args.

- Sort versioned package results under package scanning scope so outputted
results are deterministic when scanning against single packages similar to
what the output is per package when running scans at a category or repo
level.

---------------------------
pkgcheck 0.6.8 (2019-10-06)
---------------------------
Expand Down
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.8'
__version__ = '0.6.9'

0 comments on commit 082c71b

Please sign in to comment.