]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Update parking-lot-core to 0.7.2
authorWolfgang Silbermayr <wolfgang@silbermayr.at>
Mon, 4 May 2020 11:49:04 +0000 (13:49 +0200)
committerWolfgang Silbermayr <wolfgang@silbermayr.at>
Mon, 4 May 2020 11:49:16 +0000 (13:49 +0200)
src/parking-lot-core/debian/changelog
src/parking-lot-core/debian/copyright
src/parking-lot-core/debian/patches/series [deleted file]
src/parking-lot-core/debian/patches/update-petgraph.patch [deleted file]

index e7921b6e1712a7dcd73e7b68c28d00cc6b168a6f..21614bb4b45d570cae1ad0dc33f14377d227f1de 100644 (file)
@@ -1,3 +1,10 @@
+rust-parking-lot-core (0.7.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package parking_lot_core 0.7.2 from crates.io using debcargo 2.4.3
+  * Drop obsolete dependency version relaxation patch
+
+ -- Wolfgang Silbermayr <wolfgang@silbermayr.at>  Mon, 04 May 2020 13:31:22 +0200
+
 rust-parking-lot-core (0.7.0-2) unstable; urgency=medium
 
   * Team upload.
index ac341fb5bcbd6f3ca1466595ee3c064908f1d0fd..2d76aa98f992f7e0ca88cfd9ce824816ee2fc80d 100644 (file)
@@ -4,14 +4,14 @@ Upstream-Contact: Amanieu d'Antras <amanieu@gmail.com>
 Source: https://github.com/Amanieu/parking_lot
 
 Files: *
-Copyright: 2016-2018 Amanieu d'Antras <amanieu@gmail.com>
+Copyright: 2016-2020 Amanieu d'Antras <amanieu@gmail.com>
 License: Apache-2.0 or MIT
 
 Files: debian/*
 Copyright:
- 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
  2018 Sylvestre Ledru <sylvestre@debian.org>
- 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
+ 2019-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
 License: Apache-2.0 or MIT
 
 License: Apache-2.0
diff --git a/src/parking-lot-core/debian/patches/series b/src/parking-lot-core/debian/patches/series
deleted file mode 100644 (file)
index 69ebee9..0000000
+++ /dev/null
@@ -1 +0,0 @@
-update-petgraph.patch
diff --git a/src/parking-lot-core/debian/patches/update-petgraph.patch b/src/parking-lot-core/debian/patches/update-petgraph.patch
deleted file mode 100644 (file)
index de16853..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: parking-lot-core/Cargo.toml
-===================================================================
---- parking-lot-core.orig/Cargo.toml
-+++ parking-lot-core/Cargo.toml
-@@ -28,7 +28,7 @@ optional = true
- version = "0.1.5"
- [dependencies.petgraph]
--version = "0.4.5"
-+version = ">= 0.4.5, < 0.6"
- optional = true
- [dependencies.smallvec]