]> git.proxmox.com Git - pxar.git/commitdiff
bump version to 0.8.0-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 2 Feb 2021 09:50:03 +0000 (10:50 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 2 Feb 2021 09:50:22 +0000 (10:50 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
debian/changelog
debian/control

index b63b6d644f9c3d92cc98fd7ac1e18df6b53c8ae3..f6ae4fcac0229d8700b542923253ed92f180a035 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pxar"
-version = "0.7.0"
+version = "0.8.0"
 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index 08efa910b1f0644aa633999391380e980a7f2606..9953e9c2792371f19f1759fa4a3f0bf71ef830ed 100644 (file)
@@ -1,3 +1,11 @@
+rust-pxar (0.8.0-1) unstable; urgency=medium
+
+  * fix method naming: `from_futures` -> `from_tokio`
+
+  * ensure `Encoder` is `Send`
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Feb 2021 10:49:50 +0100
+
 rust-pxar (0.7.0-1) unstable; urgency=medium
 
   * update to tokio 1.0
index e77d2f0a6a7528d3f35ea55708f56838f63b78cc..399ef2dbdf10ecbe7861bbe886ca3daa909d127e 100644 (file)
@@ -6,17 +6,12 @@ Build-Depends: debhelper (>= 11),
  cargo:native <!nocheck>,
  rustc:native <!nocheck>,
  libstd-rust-dev <!nocheck>,
- librust-anyhow-dev <!nocheck>,
  librust-bitflags-1+default-dev (>= 1.2.1-~~) <!nocheck>,
  librust-endian-trait-0.6+arrays-dev <!nocheck>,
  librust-endian-trait-0.6+default-dev <!nocheck>,
- librust-futures-dev <!nocheck>,
  librust-libc-0.2+default-dev <!nocheck>,
  librust-siphasher-0.3+default-dev <!nocheck>,
- librust-tokio+macros-dev <!nocheck>,
- librust-tokio+rt-multi-thread-dev <!nocheck>,
- librust-tokio-1-dev <!nocheck>,
- librust-tokio-dev <!nocheck>,
+ librust-tokio-1-dev <!nocheck>
 Maintainer: Proxmox Support Team <support@proxmox.com>
 Standards-Version: 4.4.1
 Vcs-Git: 
@@ -37,16 +32,15 @@ Recommends:
 Suggests:
  librust-pxar+anyhow-dev (= ${binary:Version}),
  librust-pxar+async-example-dev (= ${binary:Version}),
- librust-pxar+futures-dev (= ${binary:Version}),
  librust-pxar+tokio-fs-dev (= ${binary:Version})
 Provides:
  librust-pxar+test-harness-dev (= ${binary:Version}),
  librust-pxar-0-dev (= ${binary:Version}),
  librust-pxar-0+test-harness-dev (= ${binary:Version}),
- librust-pxar-0.7-dev (= ${binary:Version}),
- librust-pxar-0.7+test-harness-dev (= ${binary:Version}),
- librust-pxar-0.7.0-dev (= ${binary:Version}),
- librust-pxar-0.7.0+test-harness-dev (= ${binary:Version})
+ librust-pxar-0.8-dev (= ${binary:Version}),
+ librust-pxar-0.8+test-harness-dev (= ${binary:Version}),
+ librust-pxar-0.8.0-dev (= ${binary:Version}),
+ librust-pxar-0.8.0+test-harness-dev (= ${binary:Version})
 Description: Proxmox Archive format support library - Rust source code
  This package contains the source for the Rust pxar crate, packaged by debcargo
  for use with cargo and dh-cargo.
@@ -60,8 +54,8 @@ Depends:
  librust-anyhow-1+default-dev
 Provides:
  librust-pxar-0+anyhow-dev (= ${binary:Version}),
- librust-pxar-0.7+anyhow-dev (= ${binary:Version}),
- librust-pxar-0.7.0+anyhow-dev (= ${binary:Version})
+ librust-pxar-0.8+anyhow-dev (= ${binary:Version}),
+ librust-pxar-0.8.0+anyhow-dev (= ${binary:Version})
 Description: Proxmox Archive format support library - feature "anyhow"
  This metapackage enables feature "anyhow" for the Rust pxar crate, by pulling
  in any additional dependencies needed by that feature.
@@ -79,27 +73,12 @@ Depends:
  librust-tokio-1+rt-multi-thread-dev
 Provides:
  librust-pxar-0+async-example-dev (= ${binary:Version}),
- librust-pxar-0.7+async-example-dev (= ${binary:Version}),
- librust-pxar-0.7.0+async-example-dev (= ${binary:Version})
+ librust-pxar-0.8+async-example-dev (= ${binary:Version}),
+ librust-pxar-0.8.0+async-example-dev (= ${binary:Version})
 Description: Proxmox Archive format support library - feature "async-example"
  This metapackage enables feature "async-example" for the Rust pxar crate, by
  pulling in any additional dependencies needed by that feature.
 
-Package: librust-pxar+futures-dev
-Architecture: any
-Multi-Arch: same
-Depends:
- ${misc:Depends},
- librust-pxar-dev (= ${binary:Version}),
- librust-futures-0.3+default-dev (>= 0.3.1-~~)
-Provides:
- librust-pxar-0+futures-dev (= ${binary:Version}),
- librust-pxar-0.7+futures-dev (= ${binary:Version}),
- librust-pxar-0.7.0+futures-dev (= ${binary:Version})
-Description: Proxmox Archive format support library - feature "futures"
- This metapackage enables feature "futures" for the Rust pxar crate, by pulling
- in any additional dependencies needed by that feature.
-
 Package: librust-pxar+tokio-dev
 Architecture: any
 Multi-Arch: same
@@ -113,12 +92,12 @@ Provides:
  librust-pxar-0+tokio-dev (= ${binary:Version}),
  librust-pxar-0+default-dev (= ${binary:Version}),
  librust-pxar-0+tokio-io-dev (= ${binary:Version}),
- librust-pxar-0.7+tokio-dev (= ${binary:Version}),
- librust-pxar-0.7+default-dev (= ${binary:Version}),
- librust-pxar-0.7+tokio-io-dev (= ${binary:Version}),
- librust-pxar-0.7.0+tokio-dev (= ${binary:Version}),
- librust-pxar-0.7.0+default-dev (= ${binary:Version}),
- librust-pxar-0.7.0+tokio-io-dev (= ${binary:Version})
+ librust-pxar-0.8+tokio-dev (= ${binary:Version}),
+ librust-pxar-0.8+default-dev (= ${binary:Version}),
+ librust-pxar-0.8+tokio-io-dev (= ${binary:Version}),
+ librust-pxar-0.8.0+tokio-dev (= ${binary:Version}),
+ librust-pxar-0.8.0+default-dev (= ${binary:Version}),
+ librust-pxar-0.8.0+tokio-io-dev (= ${binary:Version})
 Description: Proxmox Archive format support library - feature "tokio" and 2 more
  This metapackage enables feature "tokio" for the Rust pxar crate, by pulling in
  any additional dependencies needed by that feature.
@@ -138,10 +117,10 @@ Provides:
  librust-pxar+full-dev (= ${binary:Version}),
  librust-pxar-0+tokio-fs-dev (= ${binary:Version}),
  librust-pxar-0+full-dev (= ${binary:Version}),
- librust-pxar-0.7+tokio-fs-dev (= ${binary:Version}),
- librust-pxar-0.7+full-dev (= ${binary:Version}),
- librust-pxar-0.7.0+tokio-fs-dev (= ${binary:Version}),
- librust-pxar-0.7.0+full-dev (= ${binary:Version})
+ librust-pxar-0.8+tokio-fs-dev (= ${binary:Version}),
+ librust-pxar-0.8+full-dev (= ${binary:Version}),
+ librust-pxar-0.8.0+tokio-fs-dev (= ${binary:Version}),
+ librust-pxar-0.8.0+full-dev (= ${binary:Version})
 Description: Proxmox Archive format support library - feature "tokio-fs" and 1 more
  This metapackage enables feature "tokio-fs" for the Rust pxar crate, by pulling
  in any additional dependencies needed by that feature.