http: bump to 0.7.0

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2022-08-22 13:59:15 +02:00
parent 08a6d56eae
commit 5b90667d05
7 changed files with 50 additions and 25 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-http"
edition = "2018"
version = "0.6.5"
version = "0.7.0"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>",

View File

@ -1,3 +1,9 @@
rust-proxmox-http (0.7.0-1) unstable; urgency=medium
* WIP
-- Proxmox Support Team <support@proxmox.com> Mon, 22 Aug 2022 13:59:11 +0200
rust-proxmox-http (0.6.5-1) unstable; urgency=medium
* bump to proxmox-sys 0.4

View File

@ -21,6 +21,7 @@ Depends:
librust-anyhow-1+default-dev
Suggests:
librust-proxmox-http+client-dev (= ${binary:Version}),
librust-proxmox-http+client-sync-dev (= ${binary:Version}),
librust-proxmox-http+client-trait-dev (= ${binary:Version}),
librust-proxmox-http+http-helpers-dev (= ${binary:Version}),
librust-proxmox-http+proxmox-async-dev (= ${binary:Version}),
@ -29,10 +30,10 @@ Provides:
librust-proxmox-http+default-dev (= ${binary:Version}),
librust-proxmox-http-0-dev (= ${binary:Version}),
librust-proxmox-http-0+default-dev (= ${binary:Version}),
librust-proxmox-http-0.6-dev (= ${binary:Version}),
librust-proxmox-http-0.6+default-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+default-dev (= ${binary:Version})
librust-proxmox-http-0.7-dev (= ${binary:Version}),
librust-proxmox-http-0.7+default-dev (= ${binary:Version}),
librust-proxmox-http-0.7.0-dev (= ${binary:Version}),
librust-proxmox-http-0.7.0+default-dev (= ${binary:Version})
Description: Proxmox HTTP library - Rust source code
This package contains the source for the Rust proxmox-http crate, packaged by
debcargo for use with cargo and dh-cargo.
@ -53,12 +54,30 @@ Depends:
librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~)
Provides:
librust-proxmox-http-0+client-dev (= ${binary:Version}),
librust-proxmox-http-0.6+client-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+client-dev (= ${binary:Version})
librust-proxmox-http-0.7+client-dev (= ${binary:Version}),
librust-proxmox-http-0.7.0+client-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "client"
This metapackage enables feature "client" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+client-sync-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-proxmox-http+client-trait-dev (= ${binary:Version}),
librust-proxmox-http+http-helpers-dev (= ${binary:Version}),
librust-ureq-2+default-dev (>= 2.4-~~),
librust-ureq-2+native-certs-dev (>= 2.4-~~)
Provides:
librust-proxmox-http-0+client-sync-dev (= ${binary:Version}),
librust-proxmox-http-0.7+client-sync-dev (= ${binary:Version}),
librust-proxmox-http-0.7.0+client-sync-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "client-sync"
This metapackage enables feature "client-sync" for the Rust proxmox-http crate,
by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+client-trait-dev
Architecture: any
Multi-Arch: same
@ -68,8 +87,8 @@ Depends:
librust-http-0.2+default-dev
Provides:
librust-proxmox-http-0+client-trait-dev (= ${binary:Version}),
librust-proxmox-http-0.6+client-trait-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+client-trait-dev (= ${binary:Version})
librust-proxmox-http-0.7+client-trait-dev (= ${binary:Version}),
librust-proxmox-http-0.7.0+client-trait-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "client-trait"
This metapackage enables feature "client-trait" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature.
@ -87,8 +106,8 @@ Depends:
librust-url-2+default-dev
Provides:
librust-proxmox-http-0+http-helpers-dev (= ${binary:Version}),
librust-proxmox-http-0.6+http-helpers-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+http-helpers-dev (= ${binary:Version})
librust-proxmox-http-0.7+http-helpers-dev (= ${binary:Version}),
librust-proxmox-http-0.7.0+http-helpers-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "http-helpers"
This metapackage enables feature "http-helpers" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature.
@ -102,8 +121,8 @@ Depends:
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~)
Provides:
librust-proxmox-http-0+proxmox-async-dev (= ${binary:Version}),
librust-proxmox-http-0.6+proxmox-async-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+proxmox-async-dev (= ${binary:Version})
librust-proxmox-http-0.7+proxmox-async-dev (= ${binary:Version}),
librust-proxmox-http-0.7.0+proxmox-async-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "proxmox-async"
This metapackage enables feature "proxmox-async" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature.
@ -127,8 +146,8 @@ Depends:
librust-tokio-1+sync-dev
Provides:
librust-proxmox-http-0+websocket-dev (= ${binary:Version}),
librust-proxmox-http-0.6+websocket-dev (= ${binary:Version}),
librust-proxmox-http-0.6.5+websocket-dev (= ${binary:Version})
librust-proxmox-http-0.7+websocket-dev (= ${binary:Version}),
librust-proxmox-http-0.7.0+websocket-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "websocket"
This metapackage enables feature "websocket" for the Rust proxmox-http crate,
by pulling in any additional dependencies needed by that feature.

View File

@ -19,4 +19,4 @@ serde_json = "1.0"
tokio = { version = "1.0", features = [ "net", "sync" ] }
proxmox-async = { path = "../proxmox-async", features = [], version = "0.4" }
proxmox-http = { path = "../proxmox-http", features = [ "client" ], version = "0.6" }
proxmox-http = { path = "../proxmox-http", features = [ "client" ], version = "0.7" }

View File

@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 12),
librust-hyper-0.14+default-dev <!nocheck>,
librust-openssl-0.10+default-dev <!nocheck>,
librust-proxmox-async-0.4+default-dev <!nocheck>,
librust-proxmox-http-0.6+client-dev <!nocheck>,
librust-proxmox-http-0.6+default-dev <!nocheck>,
librust-proxmox-http-0.7+client-dev <!nocheck>,
librust-proxmox-http-0.7+default-dev <!nocheck>,
librust-serde-1+default-dev <!nocheck>,
librust-serde-json-1+default-dev <!nocheck>,
librust-tokio-1+default-dev <!nocheck>,
@ -36,8 +36,8 @@ Depends:
librust-hyper-0.14+default-dev,
librust-openssl-0.10+default-dev,
librust-proxmox-async-0.4+default-dev,
librust-proxmox-http-0.6+client-dev,
librust-proxmox-http-0.6+default-dev,
librust-proxmox-http-0.7+client-dev,
librust-proxmox-http-0.7+default-dev,
librust-serde-1+default-dev,
librust-serde-json-1+default-dev,
librust-tokio-1+default-dev,

View File

@ -18,7 +18,7 @@ regex = "1.5"
serde = "1.0"
serde_json = "1.0"
proxmox-http = { path = "../proxmox-http", version = "0.6.3", default_features = false, features = ["client-trait", "http-helpers"] }
proxmox-http = { path = "../proxmox-http", version = "0.7", default_features = false, features = ["client-trait", "http-helpers"] }
proxmox-serde = { path = "../proxmox-serde", version = "0.1.1", features = ["serde_json"]}
proxmox-sys = { path = "../proxmox-sys", version = "0.4" }
proxmox-time = { path = "../proxmox-time", version = "1.1" }

View File

@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 12),
librust-hex-0.4+default-dev <!nocheck>,
librust-lazy-static-1+default-dev (>= 1.4-~~) <!nocheck>,
librust-openssl-0.10+default-dev <!nocheck>,
librust-proxmox-http-0.6+client-trait-dev (>= 0.6.3-~~) <!nocheck>,
librust-proxmox-http-0.6+http-helpers-dev (>= 0.6.3-~~) <!nocheck>,
librust-proxmox-http-0.7+client-trait-dev <!nocheck>,
librust-proxmox-http-0.7+http-helpers-dev <!nocheck>,
librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~) <!nocheck>,
librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~) <!nocheck>,
librust-proxmox-sys-0.4+default-dev <!nocheck>,
@ -36,8 +36,8 @@ Depends:
librust-hex-0.4+default-dev,
librust-lazy-static-1+default-dev (>= 1.4-~~),
librust-openssl-0.10+default-dev,
librust-proxmox-http-0.6+client-trait-dev (>= 0.6.3-~~),
librust-proxmox-http-0.6+http-helpers-dev (>= 0.6.3-~~),
librust-proxmox-http-0.7+client-trait-dev,
librust-proxmox-http-0.7+http-helpers-dev,
librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~),
librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~),
librust-proxmox-sys-0.4+default-dev,