Skip to content

Commit fbc58a4

Browse files
committed
bump version and update news
1 parent f193371 commit fbc58a4

2 files changed

Lines changed: 51 additions & 1 deletion

File tree

NEWS.rst

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

5+
---------------------------
6+
pkgcheck 0.7.1 (2019-11-30)
7+
---------------------------
8+
9+
- DeprecatedPkg: Add initial result for flagging package dependencies
10+
deprecated via package.deprecated.
11+
12+
- DeprecatedEclassCheck: Add support for conditionally deprecating eclasses
13+
with epatch and versionator being the first eclasses to be flagged for
14+
conditional deprecation.
15+
16+
- SourcingCheck: Add separate check to validate ebuild sourcing and flag
17+
invalid SLOTs via a new InvalidSlot result.
18+
19+
- pkgcheck scan: Add --sorted option to forcibly perform a global sort -- only
20+
useful for limited cases such as generating expected test output.
21+
22+
- pkgcheck cache: Add support for listing and removing cache types for
23+
non-registered repos.
24+
25+
- pkgcheck scan: Replace --git-disable/--profile-cache options with --cache. By
26+
default all caches are enabled. To disable all of them, use something similar
27+
to '--cache false'.
28+
29+
Cache types can also be enabled or disabled individually using a
30+
comma-separated cache type list, e.g. '--cache profiles' will only enable
31+
profiles caches and '--cache=-git' will only disable git caches leaving
32+
all other caches enabled.
33+
34+
- Prioritize checks that scan for metadata errors so they get run before checks
35+
that use the related metadata attrs.
36+
37+
- Fix memory leak when generating caches for certain git repos (#178).
38+
39+
- pkgcheck scan: Drop --profiles-base option.
40+
41+
- Avoid caching a repo's base package.mask for profile filters in order to
42+
avoid more cases of profile cache invalidation.
43+
44+
- Split InvalidDependency into individual attr results, e.g. InvalidRdepend.
45+
46+
- Split RestrictsCheck into separate checks for RESTRICT and PROPERTIES.
47+
48+
- AbsoluteSymlinkCheck: Report dosym usage with path variables, e.g. ${ED}.
49+
50+
- BadHomepage: Flag packages using a generic Gentoo HOMEPAGE (#177).
51+
52+
- Add initial support for using a repo's .gitignore file to avoid reporting
53+
matching files for certain results (#140).
54+
555
---------------------------
656
pkgcheck 0.7.0 (2019-11-08)
757
---------------------------

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.0'
2+
__version__ = '0.7.1'

0 commit comments

Comments
 (0)