Codebase list rust-stfu8 / b0c3490
clap - newer upstream release. Peter Michael Green 1 year, 2 months ago
3 changed file(s) with 12 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
0 rust-clap (4.0.32-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package clap 4.0.32 from crates.io using debcargo 2.6.0 (Closes: #1030819)
4
5 -- Peter Michael Green <plugwash@debian.org> Tue, 07 Feb 2023 22:26:18 +0000
6
07 rust-clap (4.0.29-1) unstable; urgency=medium
18
29 * Team upload.
11 +++ b/Cargo.toml
22 @@ -413,9 +412,0 @@
33 -[dev-dependencies.trycmd]
4 -version = "0.14.3"
4 -version = "0.14.5"
55 -features = [
66 - "color-auto",
77 - "diff",
0 Index: clap/Cargo.toml
1 ===================================================================
20 --- clap.orig/Cargo.toml
31 +++ clap/Cargo.toml
4 @@ -408,9 +408,6 @@ version = "1.1.0"
5 [dev-dependencies.trybuild]
6 version = "1.0.71"
2 @@ -410,5 +410,2 @@
73
84 -[dev-dependencies.unic-emoji-char]
95 -version = "0.9.0"
106 -
117 [features]
12 cargo = ["dep:once_cell"]
13 color = [
14 Index: clap/src/output/textwrap/core.rs
15 ===================================================================
8 only in patch2:
169 --- clap.orig/src/output/textwrap/core.rs
1710 +++ clap/src/output/textwrap/core.rs
18 @@ -90,7 +90,7 @@ mod tests {
19 #[cfg(feature = "unicode")]
20 use unicode_width::UnicodeWidthChar;
11 @@ -92,3 +92,3 @@
2112
2213 - #[test]
2314 + /*#[test]
2415 fn emojis_have_correct_width() {
25 use unic_emoji_char::is_emoji;
26
27 @@ -129,7 +129,7 @@ mod tests {
28
29 // The remaining planes contain almost no assigned code points
16 @@ -131,3 +131,3 @@
3017 // and thus also no emojis.
3118 - }
3219 + }*/
3320
34 #[test]
35 #[cfg(feature = "unicode")]