chore(deps): update dependency com_github_uutils_coreutils_linux_amd64 to v0.0.27 #209
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.0.23
->0.0.27
Release Notes
uutils/coreutils (com_github_uutils_coreutils_linux_amd64)
v0.0.27
Compare Source
📦 Rust Coreutils 0.0.27 Release:
We are excited to announce the release of Rust Coreutils 0.0.27! This version continues to improve the compatibility.
This update adds +8 GNU passing tests compared to version 0.0.26 and therefore reduces the failing tests by -8.
This release saw contributions from 21 developers, including 9 newcomers.
We encourage you to support our project by sponsoring us on GitHub. Your sponsorship helps us maintain and enhance our infrastructure, such as GitHub Actions. Sponsor us at https://github.com/sponsors/uutils.
For more details and to download the latest release, visit our website at https://uutils.github.io.
What's Changed
GNU Test Suite Compatibility
Here’s how version 0.0.27 fares in comparison to the previous release:
For more details, visit https://github.com/uutils/coreutils-tracking/.
cksum
cksum/hashsum
sum
feature forchecksum
feature by @cakebaker in https://github.com/uutils/coreutils/pull/6450cp
/sys/kernel/address_bits
to/sys/kernel/profiling
in test_cp by @AnirbanHalder654322 in https://github.com/uutils/coreutils/pull/6294#[ignore]
to disable tests by @cakebaker in https://github.com/uutils/coreutils/pull/6395target_os = "macos-12"
by @cakebaker in https://github.com/uutils/coreutils/pull/6405cp-parents
test case by @matrixhead in https://github.com/uutils/coreutils/pull/6446df
env
fmt
get_matches_from()
instead oftry_get_matches_from()
in tests by @cakebaker in https://github.com/uutils/coreutils/pull/6374id
kill
ls
--color=auto -l
by @AnirbanHalder654322 in https://github.com/uutils/coreutils/pull/6346od
u64::MAX
instead ofmax_value()
by @cakebaker in https://github.com/uutils/coreutils/pull/6477pinky
seq
shuf
sort
tail
#[ignore]
to disable tests by @cakebaker in https://github.com/uutils/coreutils/pull/6388tr
uptime
-s
/--since
ofuptime
to extensions by @cakebaker in https://github.com/uutils/coreutils/pull/6391utmpx
Misc
#[cfg(not(target_pointer_width = "128"))]
by @cakebaker in https://github.com/uutils/coreutils/pull/6418mode
feature by @cakebaker in https://github.com/uutils/coreutils/pull/6421CI
dragonflybsd
todragonfly
by @cakebaker in https://github.com/uutils/coreutils/pull/6384Documentation
Testing
Dependencies
itertools
and fix use of deprecated function by @cakebaker in https://github.com/uutils/coreutils/pull/6455fts-sys
andselinux-sys
by @cakebaker in https://github.com/uutils/coreutils/pull/6339ls
: upgrade uutils-term-grid to 0.5 by @tertsdiepraam in https://github.com/uutils/coreutils/pull/5485libc
to0.2.153
by @cakebaker in https://github.com/uutils/coreutils/pull/6408New Contributors
Full Changelog: uutils/coreutils@0.0.26...0.0.27
v0.0.26
Compare Source
📦 Rust Coreutils 0.0.26 Release:
We are happy to announce the release of Rust Coreutils 0.0.26! This version comes with several significant advancements, including the initial support for AIX, ensuring broader compatibility and reach. Despite the short period since our last release, we've managed to fix numerous compatibility issues, further aligning our tools with the latest GNU testsuite, now version 9.5.
This update adds +10 GNU passing tests compared to version 0.0.25.
New in this Release:
This release saw contributions from 20 developers, including 12 newcomers.
We encourage you to support our project by sponsoring us on GitHub. Your sponsorship helps us maintain and enhance our infrastructure, such as GitHub Actions. Sponsor us at https://github.com/sponsors/uutils.
For more details and to download the latest release, visit our website at https://uutils.github.io.
GNU Test Suite Compatibility
Here’s how version 0.0.26 fares in comparison to the previous release:
For more details, visit https://github.com/uutils/coreutils-tracking/.
Full Changelog: uutils/coreutils@0.0.25...0.0.26
What's Changed
cksum
comm
cp
touch()
in tests by @cakebaker in https://github.com/uutils/coreutils/pull/6263cp
’s short-r
and alias-R
recursive options by @LucasLarson in https://github.com/uutils/coreutils/pull/6231cp --debug
by @AnirbanHalder654322 in https://github.com/uutils/coreutils/pull/6220csplit
cut
date
date -f dates.txt is failing
by @mvo5 in https://github.com/uutils/coreutils/pull/6148-f -
to read from stdin by @mvo5 in https://github.com/uutils/coreutils/pull/6160dd
dirname
dircolors
du
-h
output the same precision as GNU coreutils by @mvo5 in https://github.com/uutils/coreutils/pull/6226env
hashsum
head
kill
EXIT
with--list
by @cakebaker in https://github.com/uutils/coreutils/pull/6222ls
mktemp
more
mv
od
print_width_block
field ofOutputInfo
by @cakebaker in https://github.com/uutils/coreutils/pull/6239seq
tail
tee
tr
uniq
wc
Misc
timestamp_subsec_nanos()
by @mvo5 in https://github.com/uutils/coreutils/pull/6149### Security
Documentation
CI
-pcoreutils
when running clippy by @cakebaker in https://github.com/uutils/coreutils/pull/6247Dependencies
New Contributors
Full Changelog: uutils/coreutils@0.0.25...0.0.26
v0.0.25
Compare Source
📦 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:
For more details, visit https://github.com/uutils/coreutils-tracking/.
What's Changed
base32/base64/basenc
basename
cat
chcon
chmod
cksum
cp
csplit
printf
functionality fromuucore
by @tertsdiepraam in https://github.com/uutils/coreutils/pull/5958crate_name
attribute by @cakebaker in https://github.com/uutils/coreutils/pull/6091cut
-b
,-c
,-f
) by @wolimst in https://github.com/uutils/coreutils/pull/5962dd
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.