bump proxmox-http to 0.6.3-1

This commit is contained in:
Fabian Grünbichler 2022-06-21 13:48:52 +02:00
parent bd1f9f103e
commit b5accff750
3 changed files with 88 additions and 23 deletions

View File

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

View File

@ -1,3 +1,13 @@
rust-proxmox-http (0.6.3-1) unstable; urgency=medium
* add json_object_to_query helper
* add HttpClient trait (and implement for SimpleHttp client)
* move TLS helper to client feature
-- Proxmox Support Team <support@proxmox.com> Tue, 21 Jun 2022 10:43:15 +0200
rust-proxmox-http (0.6.2-1) unstable; urgency=medium
* rebuild with proxmox-sys 0.3.0

View File

@ -27,11 +27,14 @@ Suggests:
librust-proxmox-http+http-helpers-dev (= ${binary:Version}),
librust-proxmox-http+hyper-dev (= ${binary:Version}),
librust-proxmox-http+openssl-dev (= ${binary:Version}),
librust-proxmox-http+proxmox-async-dev (= ${binary:Version}),
librust-proxmox-http+proxmox-io-dev (= ${binary:Version}),
librust-proxmox-http+proxmox-lang-dev (= ${binary:Version}),
librust-proxmox-http+proxmox-sys-dev (= ${binary:Version}),
librust-proxmox-http+serde-json-dev (= ${binary:Version}),
librust-proxmox-http+tokio-dev (= ${binary:Version}),
librust-proxmox-http+tokio-openssl-dev (= ${binary:Version}),
librust-proxmox-http+url-dev (= ${binary:Version}),
librust-proxmox-http+websocket-dev (= ${binary:Version})
Provides:
librust-proxmox-http+default-dev (= ${binary:Version}),
@ -39,8 +42,8 @@ Provides:
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.2-dev (= ${binary:Version}),
librust-proxmox-http-0.6.2+default-dev (= ${binary:Version})
librust-proxmox-http-0.6.3-dev (= ${binary:Version}),
librust-proxmox-http-0.6.3+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.
@ -55,7 +58,7 @@ Depends:
Provides:
librust-proxmox-http-0+base64-dev (= ${binary:Version}),
librust-proxmox-http-0.6+base64-dev (= ${binary:Version}),
librust-proxmox-http-0.6.2+base64-dev (= ${binary:Version})
librust-proxmox-http-0.6.3+base64-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "base64"
This metapackage enables feature "base64" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
@ -68,11 +71,14 @@ Depends:
librust-proxmox-http-dev (= ${binary:Version}),
librust-proxmox-http+futures-dev (= ${binary:Version}),
librust-proxmox-http+http-helpers-dev (= ${binary:Version}),
librust-proxmox-http+openssl-dev (= ${binary:Version})
librust-proxmox-http+openssl-dev (= ${binary:Version}),
librust-proxmox-http+tokio-openssl-dev (= ${binary:Version}),
librust-hyper-0.14+full-dev,
librust-tokio-1+io-util-dev
Provides:
librust-proxmox-http-0+client-dev (= ${binary:Version}),
librust-proxmox-http-0.6+client-dev (= ${binary:Version}),
librust-proxmox-http-0.6.2+client-dev (= ${binary:Version})
librust-proxmox-http-0.6.3+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.
@ -87,7 +93,7 @@ Depends:
Provides:
librust-proxmox-http-0+futures-dev (= ${binary:Version}),
librust-proxmox-http-0.6+futures-dev (= ${binary:Version}),
librust-proxmox-http-0.6.2+futures-dev (= ${binary:Version})
librust-proxmox-http-0.6.3+futures-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "futures"
This metapackage enables feature "futures" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
@ -100,12 +106,18 @@ Depends:
librust-proxmox-http-dev (= ${binary:Version}),
librust-http-0.2+default-dev
Provides:
librust-proxmox-http+client-trait-dev (= ${binary:Version}),
librust-proxmox-http-0+http-dev (= ${binary:Version}),
librust-proxmox-http-0+client-trait-dev (= ${binary:Version}),
librust-proxmox-http-0.6+http-dev (= ${binary:Version}),
librust-proxmox-http-0.6.2+http-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "http"
librust-proxmox-http-0.6+client-trait-dev (= ${binary:Version}),
librust-proxmox-http-0.6.3+http-dev (= ${binary:Version}),
librust-proxmox-http-0.6.3+client-trait-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "http" and 1 more
This metapackage enables feature "http" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
.
Additionally, this package also provides the "client-trait" feature.
Package: librust-proxmox-http+http-helpers-dev
Architecture: any
@ -115,14 +127,13 @@ Depends:
librust-proxmox-http-dev (= ${binary:Version}),
librust-proxmox-http+base64-dev (= ${binary:Version}),
librust-proxmox-http+http-dev (= ${binary:Version}),
librust-proxmox-http+hyper-dev (= ${binary:Version}),
librust-proxmox-http+tokio-openssl-dev (= ${binary:Version}),
librust-proxmox-http+proxmox-sys-dev (= ${binary:Version}),
librust-tokio-1+io-util-dev
librust-proxmox-http+serde-json-dev (= ${binary:Version}),
librust-proxmox-http+url-dev (= ${binary:Version})
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.2+http-helpers-dev (= ${binary:Version})
librust-proxmox-http-0.6.3+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.
@ -133,12 +144,11 @@ Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-hyper-0.14+default-dev,
librust-hyper-0.14+full-dev
librust-hyper-0.14-dev
Provides:
librust-proxmox-http-0+hyper-dev (= ${binary:Version}),
librust-proxmox-http-0.6+hyper-dev (= ${binary:Version}),
librust-proxmox-http-0.6.2+hyper-dev (= ${binary:Version})
librust-proxmox-http-0.6.3+hyper-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "hyper"
This metapackage enables feature "hyper" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
@ -153,11 +163,26 @@ Depends:
Provides:
librust-proxmox-http-0+openssl-dev (= ${binary:Version}),
librust-proxmox-http-0.6+openssl-dev (= ${binary:Version}),
librust-proxmox-http-0.6.2+openssl-dev (= ${binary:Version})
librust-proxmox-http-0.6.3+openssl-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "openssl"
This metapackage enables feature "openssl" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+proxmox-async-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
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.3+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.
Package: librust-proxmox-http+proxmox-io-dev
Architecture: any
Multi-Arch: same
@ -168,7 +193,7 @@ Depends:
Provides:
librust-proxmox-http-0+proxmox-io-dev (= ${binary:Version}),
librust-proxmox-http-0.6+proxmox-io-dev (= ${binary:Version}),
librust-proxmox-http-0.6.2+proxmox-io-dev (= ${binary:Version})
librust-proxmox-http-0.6.3+proxmox-io-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "proxmox-io"
This metapackage enables feature "proxmox-io" for the Rust proxmox-http crate,
by pulling in any additional dependencies needed by that feature.
@ -183,7 +208,7 @@ Depends:
Provides:
librust-proxmox-http-0+proxmox-lang-dev (= ${binary:Version}),
librust-proxmox-http-0.6+proxmox-lang-dev (= ${binary:Version}),
librust-proxmox-http-0.6.2+proxmox-lang-dev (= ${binary:Version})
librust-proxmox-http-0.6.3+proxmox-lang-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "proxmox-lang"
This metapackage enables feature "proxmox-lang" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature.
@ -198,11 +223,26 @@ Depends:
Provides:
librust-proxmox-http-0+proxmox-sys-dev (= ${binary:Version}),
librust-proxmox-http-0.6+proxmox-sys-dev (= ${binary:Version}),
librust-proxmox-http-0.6.2+proxmox-sys-dev (= ${binary:Version})
librust-proxmox-http-0.6.3+proxmox-sys-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "proxmox-sys"
This metapackage enables feature "proxmox-sys" for the Rust proxmox-http crate,
by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+serde-json-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-serde-json-1+default-dev
Provides:
librust-proxmox-http-0+serde-json-dev (= ${binary:Version}),
librust-proxmox-http-0.6+serde-json-dev (= ${binary:Version}),
librust-proxmox-http-0.6.3+serde-json-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "serde_json"
This metapackage enables feature "serde_json" for the Rust proxmox-http crate,
by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+tokio-dev
Architecture: any
Multi-Arch: same
@ -213,7 +253,7 @@ Depends:
Provides:
librust-proxmox-http-0+tokio-dev (= ${binary:Version}),
librust-proxmox-http-0.6+tokio-dev (= ${binary:Version}),
librust-proxmox-http-0.6.2+tokio-dev (= ${binary:Version})
librust-proxmox-http-0.6.3+tokio-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "tokio"
This metapackage enables feature "tokio" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
@ -228,11 +268,26 @@ Depends:
Provides:
librust-proxmox-http-0+tokio-openssl-dev (= ${binary:Version}),
librust-proxmox-http-0.6+tokio-openssl-dev (= ${binary:Version}),
librust-proxmox-http-0.6.2+tokio-openssl-dev (= ${binary:Version})
librust-proxmox-http-0.6.3+tokio-openssl-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "tokio-openssl"
This metapackage enables feature "tokio-openssl" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+url-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}),
librust-url-2+default-dev
Provides:
librust-proxmox-http-0+url-dev (= ${binary:Version}),
librust-proxmox-http-0.6+url-dev (= ${binary:Version}),
librust-proxmox-http-0.6.3+url-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "url"
This metapackage enables feature "url" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-http+websocket-dev
Architecture: any
Multi-Arch: same
@ -251,7 +306,7 @@ Depends:
Provides:
librust-proxmox-http-0+websocket-dev (= ${binary:Version}),
librust-proxmox-http-0.6+websocket-dev (= ${binary:Version}),
librust-proxmox-http-0.6.2+websocket-dev (= ${binary:Version})
librust-proxmox-http-0.6.3+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.