12987 Commits

Author SHA1 Message Date
Sylvestre Ledru 9b11753e7c Merge pull request #6490 from sylvestre/0.0.27
prepare version 0.0.27
0.0.27
2024-06-23 00:29:30 +02:00
Sylvestre Ledru 276bebcf14 prepare version 0.0.27 2024-06-23 00:24:02 +02:00
Christian von Elm 0ae6d43536 Refuse to translate if set2 contains more than one unique characters and set1 contains a character class (#6472)
* Refuse to translate if set2 contains > 1 unique characters
2024-06-22 19:30:39 +02:00
Daniel Hofstetter 7766257aee Merge pull request #6489 from uutils/renovate/serde-monorepo
chore(deps): update rust crate serde to v1.0.203
2024-06-22 13:51:21 +02:00
renovate[bot] 3d9450afd6 chore(deps): update rust crate serde to v1.0.203 2024-06-22 11:07:23 +00:00
Anirban Halder 2774274cc2 `uptime`: Support files in uptime (#6400) 2024-06-22 13:06:03 +02:00
Sylvestre Ledru 32c5d23f91 Merge pull request #6485 from lcheylus/show_utils
show-utils.sh: fix jq query to get coreutils deps
2024-06-21 15:25:08 +02:00
Daniel Hofstetter 339fe0ec94 Merge pull request #6486 from uutils/renovate/proc-macro2-1.x-lockfile
fix(deps): update rust crate proc-macro2 to v1.0.86
2024-06-21 07:54:37 +02:00
renovate[bot] 753d110f9b fix(deps): update rust crate proc-macro2 to v1.0.86 2024-06-21 02:23:06 +00:00
Laurent Cheylus e50a3a4471 show-utils.sh: fix jq query to get coreutils deps
In jq query, the correct regex to select .id is ".*coreutils[ |@|#]\\d+\\.\\d+\\.\\d+"

With cargo <= v1.76, id = "coreutils 0.0.26 (path+file://<coreutils local directory>)"

With cargo >= v1.77,
- if local path == '<parent directory>/coreutils/', id = "path+file://<parent directory>/coreutils#0.0.26"
- if local path != '<parent directory>/coreutils/', id = "path+file://<coreutils local directory>#coreutils@0.0.26"

Fix uutils/coreutils#6479

Signed-off-by: Laurent Cheylus <foxy@free.fr>
2024-06-19 17:35:45 +02:00
Daniel Hofstetter c9f4742f3b Merge pull request #6482 from lcheylus/numeric_constants
shuf: use usize::MAX instead of std::usize::MAX
2024-06-19 14:54:16 +02:00
Laurent Cheylus a5e889c78d shuf: use usize::MAX instead of std::usize::MAX
Fix warning from legacy_numeric_constants lint

Fix uutils/coreutils#6478

Signed-off-by: Laurent Cheylus <foxy@free.fr>
2024-06-19 11:18:40 +02:00
Daniel Hofstetter 94295f9bd7 od: use u64::MAX instead of max_value()
to fix warning from legacy_numeric_constants lint
2024-06-18 03:10:33 +02:00
Daniel Hofstetter 80c6b14e05 Merge pull request #6473 from uutils/renovate/bigdecimal-0.x-lockfile
chore(deps): update rust crate bigdecimal to v0.4.5
2024-06-17 14:45:47 +02:00
Daniel Hofstetter 1e3c90c4e8 Merge pull request #6476 from uutils/renovate/mozilla-actions-sccache-action-0.x
chore(deps): update mozilla-actions/sccache-action action to v0.0.5
2024-06-17 14:44:56 +02:00
renovate[bot] 5f2be86553 chore(deps): update mozilla-actions/sccache-action action to v0.0.5 2024-06-17 12:16:12 +00:00
sreehari prasad e46ad30434 gnu cp-parents test case (#6446) 2024-06-17 11:16:26 +02:00
renovate[bot] 8dffc79a8d chore(deps): update rust crate bigdecimal to v0.4.5 2024-06-17 08:21:55 +00:00
Daniel Hofstetter ef68e60c85 Merge pull request #6470 from cvonelm/issue-6460-refuse-set1-longer-set2
Refuse to translate if set1 is longer than set2 and set2 ends in a character class
2024-06-16 15:52:55 +02:00
Christian von Elm a46e4fd290 Refuse to translate if set1 is longer than set2 and set2 ends in a character class
tr [:lower:]a [:upper:]

fails in GNU tr, so print an error for tr too.
2024-06-15 12:38:19 +02:00
Daniel Hofstetter 6a13c48085 Merge pull request #6469 from uutils/renovate/redox_syscall-0.x-lockfile
chore(deps): update rust crate redox_syscall to v0.5.2
2024-06-14 17:56:54 +02:00
renovate[bot] 20111b279a chore(deps): update rust crate redox_syscall to v0.5.2 2024-06-14 15:01:10 +00:00
Daniel Hofstetter 7bd8e5eeee Merge pull request #6463 from uutils/renovate/memchr-2.x-lockfile
chore(deps): update rust crate memchr to v2.7.4
2024-06-14 13:49:40 +02:00
renovate[bot] 44e8440fe3 chore(deps): update rust crate memchr to v2.7.4 2024-06-14 12:43:54 +02:00
Sylvestre Ledru 82468d1eb4 Merge pull request #6455 from cakebaker/bump_itertools
Bump `itertools` and fix use of deprecated function
2024-06-14 12:43:44 +02:00