Codebase list rust-libslirp / c964c0c
textwrap: update to 0.16.0 Blair Noctis 1 year, 6 months ago
7 changed file(s) with 29 addition(s) and 71 deletion(s). Raw diff Collapse all Expand all
(New empty file)
0 rust-textwrap (0.15.1-1) unstable; urgency=medium
0 rust-textwrap (0.16.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package textwrap 0.16.0 from crates.io using debcargo 2.5.0
3
4 [ Fabian Gruenbichler ]
25 * Team upload.
36 * Package textwrap 0.15.1 from crates.io using debcargo 2.5.0
47
5 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Sun, 23 Oct 2022 09:26:14 -0400
8 -- Blair Noctis <n@sail.ng> Tue, 25 Oct 2022 06:31:42 +0000
69
710 rust-textwrap (0.15.0-2) unstable; urgency=medium
811
0 Index: textwrap/Cargo.toml
1 ===================================================================
2 --- textwrap.orig/Cargo.toml
3 +++ textwrap/Cargo.toml
4 @@ -44,11 +44,6 @@ resolver = "2"
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -43,20 +43,10 @@
53 all-features = true
64
75 [[example]]
1311 name = "termwidth"
1412 path = "examples/termwidth.rs"
1513 required-features = ["terminal_size"]
16 @@ -68,11 +63,6 @@ name = "unfill"
17 path = "benches/unfill.rs"
18 harness = false
1914
2015 -[dependencies.hyphenation]
2116 -version = "0.8.4"
0 Index: textwrap/Cargo.toml
1 ===================================================================
2 --- textwrap.orig/Cargo.toml
3 +++ textwrap/Cargo.toml
4 @@ -48,7 +48,7 @@ version = "0.3.1"
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -47,7 +47,7 @@
53 optional = true
64
75 [dependencies.terminal_size]
11 still metadata related to them in Cargo.toml, clean it up so the autopkgtest
22 can run succesfully.
33
4 Index: textwrap/Cargo.toml
5 ===================================================================
6 --- textwrap.orig/Cargo.toml
7 +++ textwrap/Cargo.toml
8 @@ -43,26 +43,6 @@ resolver = "2"
4 --- a/Cargo.toml
5 +++ b/Cargo.toml
6 @@ -42,11 +42,6 @@
97 [package.metadata.docs.rs]
108 all-features = true
119
1412 -path = "examples/termwidth.rs"
1513 -required-features = ["terminal_size"]
1614 -
17 -[[bench]]
18 -name = "linear"
19 -path = "benches/linear.rs"
20 -harness = false
21 -
22 -[[bench]]
23 -name = "indent"
24 -path = "benches/indent.rs"
25 -harness = false
26 -
27 -[[bench]]
28 -name = "unfill"
29 -path = "benches/unfill.rs"
30 -harness = false
31 -
3215 [dependencies.smawk]
3316 version = "0.3.1"
3417 optional = true
35 @@ -79,12 +59,6 @@ optional = true
36 version = "0.1.9"
37 optional = true
38
39 -[dev-dependencies.criterion]
40 -version = "0.3.5"
41 -
42 -[dev-dependencies.lipsum]
43 -version = "0.8.0"
44 -
45 [dev-dependencies.unic-emoji-char]
46 version = "0.9.0"
47
0 Index: textwrap/Cargo.toml
1 ===================================================================
2 --- textwrap.orig/Cargo.toml
3 +++ textwrap/Cargo.toml
4 @@ -59,9 +59,6 @@ optional = true
5 version = "0.1.9"
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -58,9 +58,6 @@
3 version = "0.1.10"
64 optional = true
75
86 -[dev-dependencies.unic-emoji-char]
119 [dev-dependencies.version-sync]
1210 version = "0.9.4"
1311
14 Index: textwrap/src/core.rs
15 ===================================================================
16 --- textwrap.orig/src/core.rs
17 +++ textwrap/src/core.rs
18 @@ -358,7 +358,7 @@ mod tests {
12 --- a/src/core.rs
13 +++ b/src/core.rs
14 @@ -358,7 +358,7 @@
1915 assert_eq!(chars.next(), Some('H'));
2016 }
2117
2420 fn emojis_have_correct_width() {
2521 use unic_emoji_char::is_emoji;
2622
27 @@ -397,7 +397,7 @@ mod tests {
23 @@ -397,7 +397,7 @@
2824
2925 // The remaining planes contain almost no assigned code points
3026 // and thus also no emojis.
0 Index: textwrap/Cargo.toml
1 ===================================================================
2 --- textwrap.orig/Cargo.toml
3 +++ textwrap/Cargo.toml
4 @@ -59,9 +59,6 @@ optional = true
5 version = "0.1.9"
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -58,9 +58,6 @@
3 version = "0.1.10"
64 optional = true
75
86 -[dev-dependencies.version-sync]
119 [features]
1210 default = [
1311 "unicode-linebreak",
14 Index: textwrap/tests/version-numbers.rs
15 ===================================================================
16 --- textwrap.orig/tests/version-numbers.rs
17 +++ textwrap/tests/version-numbers.rs
12 --- a/tests/version-numbers.rs
13 +++ b/tests/version-numbers.rs
1814 @@ -1,4 +1,4 @@
1915 -#[test]
2016 +/*#[test]
2117 fn test_readme_deps() {
2218 version_sync::assert_markdown_deps_updated!("README.md");
2319 }
24 @@ -19,4 +19,4 @@ fn test_html_root_url() {
20 @@ -19,4 +19,4 @@
2521 #[test]
2622 fn test_dependency_graph() {
2723 version_sync::assert_contains_regex!("src/lib.rs", "master/images/textwrap-{version}.svg");