Skip to content

Commit 183947c

Browse files
committed
update news and bump version
1 parent 0ad903c commit 183947c

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

NEWS.rst

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

5+
---------------------------
6+
pkgcheck 0.7.2 (2019-12-20)
7+
---------------------------
8+
9+
- pkgcheck scan: Change --filtered option to -f/--filter which supports both
10+
'repo' and 'latest' arguments to filter scanned packages (#184).
11+
12+
- Fix ``pkgcheck scan --commits`` usage with overlays (#188).
13+
14+
- MissingUseDepDefault: Check unconditional use deps for missing defaults,
15+
previously only conditional flags were being checked.
16+
17+
- DuplicateEclassInherits: Add initial result for flagging duplicate eclass
18+
inherits.
19+
20+
- BadWhitespaceCharacter: Add initial result for flagging unicode whitespace in
21+
ebuilds that bash doesn't treat as regular whitespace.
22+
23+
- ProfilesCheck: Add support for validating package.deprecated entries.
24+
25+
- Use .git/info/exclude from repos in addition to .gitignore to ignore files
26+
for relevant checks.
27+
528
---------------------------
629
pkgcheck 0.7.1 (2019-11-30)
730
---------------------------

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.7.1'
2+
__version__ = '0.7.2'

0 commit comments

Comments
 (0)