Skip to content

Commit

Permalink
new release 0.10.25
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Jul 30, 2023
1 parent 5688029 commit c47a25f
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,51 @@
Release Notes
=============

-----------------------------
pkgcheck 0.10.25 (2023-07-29)
-----------------------------

- scan: add ``--git-remote`` option to select remote used for git operations
(Arthur Zamarin, #601)

**New checks:**

- RustCheck: check for suboptimal ``-`` ``CRATES`` separator (Arthur Zamarin,
#589)

- RustCheck: check for suboptimal ``cargo_crate_uris`` call (Arthur Zamarin,
#589)

- OutdatedProfilePackage: show unknown packages in profile with last match date
(Arthur Zamarin, #590)

- SrcUriFilenameDotPrefix: new check for ``SRC_URI`` filenames with dot prefix
(Arthur Zamarin, #592)

- RubyCompatCheck: new check for new ``USE_RUBY`` compatible values, similar to
``PythonCompatCheck`` (Arthur Zamarin, #595)

- OldPythonCompat: check for old ``PYTHON_COMPAT`` in commit's modified ebuilds
(Arthur Zamarin, #596)

- RepoManifestHashCheck: check for deprecated repo ``manifest-hashes`` (Arthur
Zamarin, #598)

- DeprecatedManifestHash: check for deprecated checksums in Manifest files
(Arthur Zamarin, #598)

- PerlCheck: optional check for versioned virtual perl dependencies (Arthur
Zamarin, #597)

**Fixed bugs:**

- MissingInherits: exclude ``@USER_VARIABLEs`` (Arthur Zamarin, #575)

- scan: fix unknown exit checkset during initial config load (Arthur Zamarin,
#594)

- GitPkgCommitsCheck: fix failure during compute of environment (ArthurZamarin)

-----------------------------
pkgcheck 0.10.24 (2023-05-17)
-----------------------------
Expand Down

0 comments on commit c47a25f

Please sign in to comment.