]> git.proxmox.com Git - debcargo-conf.git/commitdiff
hyperfine: new upstream release
authorSylvestre Ledru <sylvestre@debian.org>
Wed, 9 Mar 2022 22:13:29 +0000 (23:13 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 9 Mar 2022 22:24:04 +0000 (23:24 +0100)
src/hyperfine/debian/changelog
src/hyperfine/debian/copyright.debcargo.hint
src/hyperfine/debian/patches/lower-dep-colored.diff
src/hyperfine/debian/patches/remove-dep.diff
src/hyperfine/debian/patches/update-decimal.diff

index a47af896756f0096e182c96c296df676291c6f60..d15a824e4c7ce36f1512ba739ed90478ac9667b7 100644 (file)
@@ -1,3 +1,9 @@
+rust-hyperfine (1.13.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package hyperfine 1.13.0 from crates.io using debcargo 2.5.0
+
+ -- Sylvestre Ledru <sylvestre@debian.org>  Wed, 09 Mar 2022 23:13:16 +0100
+
 rust-hyperfine (1.12.0-3) unstable; urgency=medium
 
   * Team upload.
index 59bd3f9843f0660159a6e0237fe218c9b194ce64..bfa37d8efdca3e8aabdde46218458ca2d5518a23 100644 (file)
@@ -13,7 +13,7 @@ Comment:
  the archive.
 
 Files: ./LICENSE-MIT
-Copyright: 2018-2020 The hyperfine developers
+Copyright: 2018-2022 David Peter, and all hyperfine contributors
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
index 9e3b5b8f3db6c8bebe5b14ff17f2804bc0d43010..caa5c1a31ae9b66a8a977bd0568087aa0ec3684e 100644 (file)
@@ -2,7 +2,7 @@ Index: hyperfine/Cargo.toml
 ===================================================================
 --- hyperfine.orig/Cargo.toml
 +++ hyperfine/Cargo.toml
-@@ -32,7 +32,7 @@ features = ["suggestions", "color", "wra
+@@ -35,7 +35,7 @@ features = ["suggestions", "color", "wra
  default-features = false
  
  [dependencies.colored]
index 0b493a91f96ff301567b401534eda1eca461f25a..6d65b7b036ead3f7fa604914f6e5d61875811312 100644 (file)
@@ -2,9 +2,9 @@ Index: hyperfine/Cargo.toml
 ===================================================================
 --- hyperfine.orig/Cargo.toml
 +++ hyperfine/Cargo.toml
-@@ -58,8 +58,8 @@ version = "1.0"
+@@ -64,8 +64,8 @@ version = "1.0"
  
- [dependencies.statistical]
+ [dependencies.thiserror]
  version = "1.0"
 -[dev-dependencies.approx]
 -version = "0.5"
@@ -13,8 +13,8 @@ Index: hyperfine/Cargo.toml
  
  [dev-dependencies.assert_cmd]
  version = "2.0"
-@@ -76,6 +76,6 @@ version = "0.2"
- version = "2"
+@@ -85,6 +85,6 @@ version = "3"
+ version = "3"
  [target."cfg(not(windows))".dependencies.libc]
  version = "0.2"
 -[target."cfg(windows)".dependencies.winapi]
index b5b3d9dd553ec13faaf55f4a8b91d8e4e8dcbfca..309bd4ae938fca2bbd50dcc0b315db91f9a2bfc2 100644 (file)
@@ -1,7 +1,13 @@
+Index: hyperfine/Cargo.toml
+===================================================================
 --- hyperfine.orig/Cargo.toml
 +++ hyperfine/Cargo.toml
-@@ -46,3 +46,3 @@
+@@ -47,7 +47,7 @@ version = "0.16"
+ version = "0.8"
  [dependencies.rust_decimal]
--version = "1.16"
-+version = "1.17"
+-version = "1.19"
++version = "1"
  
+ [dependencies.serde]
+ version = "1.0"