Codebase list rust-stfu8 / c909ac8
snapbox: update to 0.4.4 Blair Noctis 1 year, 2 months ago
6 changed file(s) with 48 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
(New empty file)
0 rust-snapbox (0.4.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package snapbox 0.4.4 from crates.io using debcargo 2.6.0
4 (Closes: #1029331)
5 * Patch out Windows deps
6 * Mark flaky tests for features document-features, structured-data
7
8 -- Blair Noctis <n@sail.ng> Sun, 12 Feb 2023 19:47:28 +0000
9
010 rust-snapbox (0.3.3-1) unstable; urgency=medium
111
212 * Package snapbox 0.3.3 from crates.io using debcargo 2.5.0
1313
1414 Files: debian/*
1515 Copyright:
16 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2022 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
16 2022-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2022-2023 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
1818 License: MIT or Apache-2.0
1919
2020 License: Apache-2.0
33 bin = false
44 overlay = "."
55 uploaders = ["Daniel Kahn Gillmor <dkg@fifthhorseman.net>"]
6
7 [packages."lib+document-features"]
8 # document-features is used to expand feature comments in Cargo.toml to docs in
9 # src/lib.rs, but we have a reformatted one, which doesn't have those comments
10 test_is_broken = true
11
12 [packages."lib+structured-data"]
13 # need +json to work
14 test_is_broken = true
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -154,10 +154,10 @@
3 version = "2.3.2"
4 optional = true
5
6 -[dependencies.windows-sys]
7 -version = "0.42.0"
8 -features = ["Win32_Foundation"]
9 -optional = true
10 +#[dependencies.windows-sys]
11 +#version = "0.42.0"
12 +#features = ["Win32_Foundation"]
13 +#optional = true
14
15 [dependencies.yansi]
16 version = "0.5.0"
17 @@ -168,7 +168,7 @@
18 "dep:os_pipe",
19 "dep:wait-timeout",
20 "dep:libc",
21 - "dep:windows-sys",
22 +# "dep:windows-sys",
23 ]
24 color = [
25 "dep:yansi",
0 remove-windows-deps.patch