Skip to content

Commit 082c71b

Browse files
committed
update news and bump version
1 parent 67bad66 commit 082c71b

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

NEWS.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
22
Release Notes
33
=============
44

5+
---------------------------
6+
pkgcheck 0.6.9 (2019-11-04)
7+
---------------------------
8+
9+
- MissingSlash: Avoid some types of false positives where the path variable is
10+
used to create a simple string, but not as a path directly.
11+
12+
- BadPerlModuleVersion: Add support for verifying Gentoo's perl module
13+
versioning scheme -- not run by default since it requires various perl
14+
dependencies.
15+
16+
- BadCommitSummary: Also allow "${CATEGORY}/${P}:" prefixes.
17+
18+
- MetadataError: Fix suppressing duplicate results due to multiprocess usage.
19+
20+
- VisibleVcsPkg: Collapse profile reports for non-verbose mode.
21+
22+
- Use replacement character for non-UTF8 characters while decoding author,
23+
committer, and message fields from git logs.
24+
25+
- pkgcheck scan: Try parsing target arguments as restrictions before falling
26+
back to using path restrictions.
27+
28+
- EmptyProject: Check for projects with no members in projects.xml.
29+
30+
- StaticSrcUri: Check if SRC_URI uses static values for P or PV instead of the
31+
dynamic, variable equivalents.
32+
33+
- MatchingChksums: Check for distfiles that share the same checksums but have
34+
different names.
35+
36+
- pkgcheck scan: Parallelize checks for targets passed in via cli args.
37+
38+
- Sort versioned package results under package scanning scope so outputted
39+
results are deterministic when scanning against single packages similar to
40+
what the output is per package when running scans at a category or repo
41+
level.
42+
543
---------------------------
644
pkgcheck 0.6.8 (2019-10-06)
745
---------------------------

src/pkgcheck/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__title__ = 'pkgcheck'
2-
__version__ = '0.6.8'
2+
__version__ = '0.6.9'

0 commit comments

Comments
 (0)