Skip to content

Commit e430730

Browse files
committed
update news and bump version
1 parent ef02542 commit e430730

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

NEWS.rst

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

5+
---------------------------
6+
pkgcheck 0.6.6 (2019-09-24)
7+
---------------------------
8+
9+
- HttpsUrlAvailable: Check http:// URLs for https:// availability (not run by
10+
default).
11+
12+
- MissingLicenseRestricts: Skip RESTRICT="mirror" for packages lacking SRC_URI.
13+
14+
- DeprecatedEapiCommand: Check for deprecated EAPI commands (e.g. dohtml usage in EAPI 6).
15+
16+
- BannedEapiCommand: Check for banned EAPI commands (e.g. dohtml usage in EAPI 7).
17+
18+
- StableRequestCheck: Use ebuild modification events instead of added events to
19+
check for stabilization.
20+
21+
- Add support for filtering versioned results to only check the latest VCS and
22+
non-VCS packages per slot.
23+
24+
- MissingSlotDep: Fix dep slot determination by using use flag stripped dep
25+
atoms instead of unversioned atoms.
26+
27+
- Add HomepageUrlCheck and FetchablesUrlCheck network-based checks that check
28+
HOMEPAGE and SRC_URI urls for various issues and require network access so
29+
they aren't run by default. The ``--net`` option must be specified in order
30+
to run them.
31+
532
---------------------------
633
pkgcheck 0.6.5 (2019-09-18)
734
---------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["wheel", "setuptools", "snakeoil~=0.8.3", "pkgcore~=0.10.4"]
2+
requires = ["wheel", "setuptools", "snakeoil~=0.8.3", "pkgcore~=0.10.5"]
33
build-backend = "setuptools.build_meta"

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.5'
2+
__version__ = '0.6.6'

0 commit comments

Comments
 (0)