Codebase list rust-libslirp / 185178d
chrono: update to 0.4.22, update patches Blair Noctis 1 year, 5 months ago
9 changed file(s) with 88 addition(s) and 32 deletion(s). Raw diff Collapse all Expand all
(New empty file)
0 rust-chrono (0.4.21-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-chrono (0.4.22-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Team upload.
3 * Package chrono 0.4.22 from crates.io using debcargo 2.5.0
4 * Drop strip-wasm.patch, js-sys and wasm-bindgen are packaged, but keep
5 wasm-bindgen-test off
6 * Patch out Windows dep
7
8 [ Peter Michael Green ]
29 * Team upload.
310 * Package chrono 0.4.21 from crates.io using debcargo 2.5.0
411 (Closes: #996913, #1017084)
714 * Drop update-bincode-to-1.0.patch, upstream now depends on bincode 1.3
815 * Update remaining patches for new upstream.
916
10 -- Peter Michael Green <plugwash@debian.org> Sat, 13 Aug 2022 13:00:51 +0000
17 -- Blair Noctis <n@sail.ng> Tue, 01 Nov 2022 03:27:37 +0000
1118
1219 rust-chrono (0.4.19-3) unstable; urgency=medium
1320
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -92,7 +92,6 @@
3 alloc = []
4 clock = [
5 "std",
6 - "winapi",
7 "iana-time-zone",
8 ]
9 default = [
10 @@ -115,17 +114,6 @@
11 version = "0.2"
12 optional = true
13
14 -
15 -[target."cfg(windows)".dependencies.winapi]
16 -version = "0.3.0"
17 -features = [
18 - "std",
19 - "minwinbase",
20 - "minwindef",
21 - "timezoneapi",
22 -]
23 -optional = true
24 -
25 [badges.appveyor]
26 repository = "chronotope/chrono"
27
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -25,2 +25,3 @@
2 @@ -31,6 +31,7 @@
3 categories = ["date-and-time"]
4 license = "MIT/Apache-2.0"
35 repository = "https://github.com/chronotope/chrono"
46 +autobenches = false
57
6 @@ -34,14 +35,2 @@
8 [package.metadata.docs.rs]
9 features = ["serde"]
10 @@ -41,22 +42,6 @@
11 [lib]
12 name = "chrono"
713
814 -[[bench]]
915 -name = "chrono"
1723 - "__internal_bench",
1824 - "serde",
1925 -]
20
21 @@ -70,4 +62,0 @@
26 -
2227 -[dependencies.criterion]
2328 -version = "0.3"
2429 -optional = true
25 -
26 @@ -89,3 +78,2 @@
30
31 [dependencies.iana-time-zone]
32 version = "0.1.44"
33 @@ -107,7 +92,6 @@
34
35 [features]
2736 __doctest = []
2837 -__internal_bench = ["criterion"]
2938 alloc = []
39 clock = [
40 "std",
33 See: https://github.com/chronotope/chrono/commit/5115c6f5f93d112d48b618edfa1b47d004c39d10
44 Author: Peter Michael Green <plugwash@debian.org>
55
6 Index: chrono/Cargo.toml
7 ===================================================================
8 --- chrono.orig/Cargo.toml
9 +++ chrono/Cargo.toml
10 @@ -64,9 +64,6 @@ version = "1.0.99"
6 --- a/Cargo.toml
7 +++ b/Cargo.toml
8 @@ -69,9 +69,6 @@
119 optional = true
1210 default-features = false
1311
1715
1816 [dev-dependencies.bincode]
1917 version = "1.3.0"
20 @@ -96,10 +93,8 @@ clock = [
18 @@ -101,11 +98,9 @@
2119 default = [
2220 "clock",
2321 "std",
2422 - "oldtime",
23 "wasmbind",
2524 ]
2625 libc = []
2726 -oldtime = ["time"]
2827 std = []
29
30 [target."cfg(not(any(target_os = \"emscripten\", target_os = \"wasi\", target_os = \"solaris\")))".dependencies.iana-time-zone]
28 wasmbind = [
29 "wasm-bindgen",
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -56,4 +55,0 @@
2 @@ -71,10 +71,6 @@
3 version = "0.2"
4 default-features = false
5
36 -[dependencies.pure-rust-locales]
47 -version = "0.5.2"
58 -optional = true
69 -
7 @@ -100,4 +95,0 @@
10 [dependencies.rkyv]
11 version = "0.7"
12 optional = true
13 @@ -127,10 +123,6 @@
14 libc = []
15 oldtime = ["time"]
16 std = []
817 -unstable-locales = [
918 - "pure-rust-locales",
1019 - "alloc",
1120 -]
21 wasmbind = [
22 "wasm-bindgen",
23 "js-sys",
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -136,8 +136,6 @@
3 version = "0.2"
4 optional = true
5
6 -[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-test]
7 -version = "0.3"
8
9 [target."cfg(windows)".dependencies.winapi]
10 version = "0.3.0"
00 remove-unstable-locales.patch
1 strip-wasm.patch
1 remove-wasm-bindgen-test.patch
22 remove-benchmarks.patch
33 remove-time.patch
4 drop-windows-dep.patch
+0
-13
src/chrono/debian/patches/strip-wasm.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -96,10 +95,0 @@
3 -wasmbind = []
4 -
5 -[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys]
6 -version = "0.3"
7 -
8 -[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.wasm-bindgen]
9 -version = "0.2"
10 -
11 -[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-test]
12 -version = "0.3"