uutils / findutils

Rust implementation of findutils
MIT License
300 stars 37 forks source link

build(deps): bump uucore from 0.0.24 to 0.0.25 #336

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps uucore from 0.0.24 to 0.0.25.

Release notes

Sourced from uucore's releases.

0.0.25

📦 Rust Coreutils 0.0.25 Release:

We're thrilled to announce version 0.0.25. We added +15 GNU passing tests since our last update! More and more programs have a full compatibility with the GNU testsuite. The current list is: base64, basename, cat, chgrp, chmod, chown, dirname, expand, fold, groups, join, ln, mktemp, nice, nl, nproc, paste, pathchk, printenv, realpath, shuf, sleep, split, sync, unexpand, uniq, wc and yes.

This release saw contributions from 31 developers, including 14 newcomers.

Some of this work has been supported by the Sovereign Tech Fund.

If you want to help us, please consider sponsoring on GitHub. This helps us use better tools like GitHub Actions. Sponsor us at https://github.com/sponsors/uutils.

Visit our website at https://uutils.github.io.

GNU test suite compatibility

Here's how version 0.0.25 compares to the previous release - running GNU/Coreutils 9.4:

Result 0.0.24 0.0.25 Change 0.0.24 to 0.0.25 % Total 0.0.24 % Total 0.0.25 % Change 0.0.24 to 0.0.25
Pass 422 437 +15 69.87% 72.35% +2.48%
Skip 50 50 0 8.28% 8.28% 0.00%
Fail 132 117 -15 21.85% 19.37% -2.48%
Error 0 0 0 0.00% 0.00% 0.00%

GNU testsuite evolution

For more details, visit https://github.com/uutils/coreutils-tracking/.

What's Changed

base32/base64/basenc

basename

cat

chcon

chmod

cksum

... (truncated)

Commits
  • 2246a0f 0.0.24 => 0.0.25
  • ff1ecf6 Merge pull request #6108 from BenWiederhake/dev-truncate-reference-create
  • a1ad751 truncate: deduplicate fifo check, fix handling of missing files
  • a3ab064 truncate: don't error in --no-create with reference case
  • 6d89f96 shred: only run zero when the file isn't empty
  • bb5111c shred: fails in case of permissions issue
  • 844f077 shred: as we already got the metadata info, use it directly
  • f410d09 shred: if the file is empty, don't run passes on it
  • 322c2b4 shred: simplify the code
  • 88ff42e Merge pull request #6102 from Krysztal112233/main
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)