diff options
author | 2023-05-17 19:15:48 +0300 | |
---|---|---|
committer | 2023-05-17 19:15:48 +0300 | |
commit | eafe7de96fa17775cc84b4c1143d0beaf9cd2f7e (patch) | |
tree | e078c23a9cc639d4bec5f7fd9ff38b579a9d2a8e /NEWS.rst | |
parent | ci: use new PyPI OIDC publish (diff) | |
download | pkgcheck-eafe7de96fa17775cc84b4c1143d0beaf9cd2f7e.tar.gz pkgcheck-eafe7de96fa17775cc84b4c1143d0beaf9cd2f7e.tar.bz2 pkgcheck-eafe7de96fa17775cc84b4c1143d0beaf9cd2f7e.zip |
new release 0.10.24
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'NEWS.rst')
-rw-r--r-- | NEWS.rst | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -2,6 +2,46 @@ Release Notes ============= +----------------------------- +pkgcheck 0.10.24 (2023-05-17) +----------------------------- + +**New checks:** + +- UnknownCategoryDirs: enable for overlays and ignore scripts dir (Arthur + Zamarin, #564) + +- PythonFetchableCheck: rewrite check to reuse ``PYPI_SDIST_URI_RE`` (Michał + Górny, #569) + +- PythonFetchableCheck: include ``PYPI_PN`` opportunities in + ``PythonInlinePyPIURI`` (Michał Górny, #568, #569) + +- PythonFetchableCheck: restore filename check in pypi.eclass default case + (Michał Górny, #572) + +- MissingEAPIBlankLine: new optional check for missing blank after EAPI (Arthur + Zamarin, #570, #571) + +- StaleLiveCheck: new check for stale live ebuilds EAPI version (Arthur + Zamarin, #578) + +**Fixed bugs:** + +- GitPkgCommitsCheck: fix modification check for added ebuilds in packages set + (Arthur Zamarin, #563) + +- SrcUriChecksumChange: fix false positive with new ebuilds (Arthur Zamarin, + #553) + +- fix config loading when ``XDG_CONFIG_HOME`` is defined (Alberto Gireud, #573) + +- scan: fix unknown checkset during initial config load for checksets declared + in repository config (Arthur Zamarin, #576) + +- ProfilesCheck: fix handling of profiles with ``-*`` declared in ``packages`` + (Arthur Zamarin, #577) + ---------------------------- pkgcheck 0.10.23 (2023-03-06) ---------------------------- |