From 36ed21c548bbcf94717dfd725004a46b93797e48 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 30 Aug 2021 10:46:17 +0200 Subject: [PATCH] bump proxmox to 0.13.1-1 Signed-off-by: Wolfgang Bumiller --- proxmox/Cargo.toml | 4 ++-- proxmox/debian/changelog | 8 ++++++++ proxmox/debian/control | 36 ++++++++++++++++++------------------ 3 files changed, 28 insertions(+), 20 deletions(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 8e686d28..39858ff5 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.13.0" +version = "0.13.1" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", @@ -46,7 +46,7 @@ url = "2.1" #regex, serde, serde_json # Macro crates: -proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.5.0" } +proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.5.1" } proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.1" } [features] diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 995e65b2..3493423c 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox (0.13.1-1) stable; urgency=medium + + * fix UpdaterType documentation + + * move `ReturnType` from `api::router` to `api::schema` + + -- Proxmox Support Team Mon, 30 Aug 2021 10:45:25 +0200 + rust-proxmox (0.13.0-1) stable; urgency=medium * introduce ApiType trait with a `const API_SCHEMA: Schema`, all API types diff --git a/proxmox/debian/control b/proxmox/debian/control index a8baf032..367922d2 100644 --- a/proxmox/debian/control +++ b/proxmox/debian/control @@ -82,8 +82,8 @@ Provides: librust-proxmox-0+test-harness-dev (= ${binary:Version}), librust-proxmox-0.13-dev (= ${binary:Version}), librust-proxmox-0.13+test-harness-dev (= ${binary:Version}), - librust-proxmox-0.13.0-dev (= ${binary:Version}), - librust-proxmox-0.13.0+test-harness-dev (= ${binary:Version}) + librust-proxmox-0.13.1-dev (= ${binary:Version}), + librust-proxmox-0.13.1+test-harness-dev (= ${binary:Version}) Description: Proxmox library - Rust source code This package contains the source for the Rust proxmox crate, packaged by debcargo for use with cargo and dh-cargo. @@ -101,8 +101,8 @@ Provides: librust-proxmox-0+proxmox-api-macro-dev (= ${binary:Version}), librust-proxmox-0.13+api-macro-dev (= ${binary:Version}), librust-proxmox-0.13+proxmox-api-macro-dev (= ${binary:Version}), - librust-proxmox-0.13.0+api-macro-dev (= ${binary:Version}), - librust-proxmox-0.13.0+proxmox-api-macro-dev (= ${binary:Version}) + librust-proxmox-0.13.1+api-macro-dev (= ${binary:Version}), + librust-proxmox-0.13.1+proxmox-api-macro-dev (= ${binary:Version}) Description: Proxmox library - feature "api-macro" and 1 more This metapackage enables feature "api-macro" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -122,8 +122,8 @@ Provides: librust-proxmox-0+u2f-dev (= ${binary:Version}), librust-proxmox-0.13+base32-dev (= ${binary:Version}), librust-proxmox-0.13+u2f-dev (= ${binary:Version}), - librust-proxmox-0.13.0+base32-dev (= ${binary:Version}), - librust-proxmox-0.13.0+u2f-dev (= ${binary:Version}) + librust-proxmox-0.13.1+base32-dev (= ${binary:Version}), + librust-proxmox-0.13.1+u2f-dev (= ${binary:Version}) Description: Proxmox library - feature "base32" and 1 more This metapackage enables feature "base32" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -143,7 +143,7 @@ Depends: Provides: librust-proxmox-0+cli-dev (= ${binary:Version}), librust-proxmox-0.13+cli-dev (= ${binary:Version}), - librust-proxmox-0.13.0+cli-dev (= ${binary:Version}) + librust-proxmox-0.13.1+cli-dev (= ${binary:Version}) Description: Proxmox library - feature "cli" This metapackage enables feature "cli" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -161,7 +161,7 @@ Depends: Provides: librust-proxmox-0+default-dev (= ${binary:Version}), librust-proxmox-0.13+default-dev (= ${binary:Version}), - librust-proxmox-0.13.0+default-dev (= ${binary:Version}) + librust-proxmox-0.13.1+default-dev (= ${binary:Version}) Description: Proxmox library - feature "default" This metapackage enables feature "default" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -177,7 +177,7 @@ Depends: Provides: librust-proxmox-0+examples-dev (= ${binary:Version}), librust-proxmox-0.13+examples-dev (= ${binary:Version}), - librust-proxmox-0.13.0+examples-dev (= ${binary:Version}) + librust-proxmox-0.13.1+examples-dev (= ${binary:Version}) Description: Proxmox library - feature "examples" This metapackage enables feature "examples" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -192,7 +192,7 @@ Depends: Provides: librust-proxmox-0+futures-dev (= ${binary:Version}), librust-proxmox-0.13+futures-dev (= ${binary:Version}), - librust-proxmox-0.13.0+futures-dev (= ${binary:Version}) + librust-proxmox-0.13.1+futures-dev (= ${binary:Version}) Description: Proxmox library - feature "futures" This metapackage enables feature "futures" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -208,7 +208,7 @@ Depends: Provides: librust-proxmox-0+hyper-dev (= ${binary:Version}), librust-proxmox-0.13+hyper-dev (= ${binary:Version}), - librust-proxmox-0.13.0+hyper-dev (= ${binary:Version}) + librust-proxmox-0.13.1+hyper-dev (= ${binary:Version}) Description: Proxmox library - feature "hyper" This metapackage enables feature "hyper" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -226,8 +226,8 @@ Provides: librust-proxmox-0+tfa-dev (= ${binary:Version}), librust-proxmox-0.13+openssl-dev (= ${binary:Version}), librust-proxmox-0.13+tfa-dev (= ${binary:Version}), - librust-proxmox-0.13.0+openssl-dev (= ${binary:Version}), - librust-proxmox-0.13.0+tfa-dev (= ${binary:Version}) + librust-proxmox-0.13.1+openssl-dev (= ${binary:Version}), + librust-proxmox-0.13.1+tfa-dev (= ${binary:Version}) Description: Proxmox library - feature "openssl" and 1 more This metapackage enables feature "openssl" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -247,8 +247,8 @@ Provides: librust-proxmox-0+sortable-macro-dev (= ${binary:Version}), librust-proxmox-0.13+proxmox-sortable-macro-dev (= ${binary:Version}), librust-proxmox-0.13+sortable-macro-dev (= ${binary:Version}), - librust-proxmox-0.13.0+proxmox-sortable-macro-dev (= ${binary:Version}), - librust-proxmox-0.13.0+sortable-macro-dev (= ${binary:Version}) + librust-proxmox-0.13.1+proxmox-sortable-macro-dev (= ${binary:Version}), + librust-proxmox-0.13.1+sortable-macro-dev (= ${binary:Version}) Description: Proxmox library - feature "proxmox-sortable-macro" and 1 more This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -268,7 +268,7 @@ Depends: Provides: librust-proxmox-0+router-dev (= ${binary:Version}), librust-proxmox-0.13+router-dev (= ${binary:Version}), - librust-proxmox-0.13.0+router-dev (= ${binary:Version}) + librust-proxmox-0.13.1+router-dev (= ${binary:Version}) Description: Proxmox library - feature "router" This metapackage enables feature "router" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -283,7 +283,7 @@ Depends: Provides: librust-proxmox-0+tokio-dev (= ${binary:Version}), librust-proxmox-0.13+tokio-dev (= ${binary:Version}), - librust-proxmox-0.13.0+tokio-dev (= ${binary:Version}) + librust-proxmox-0.13.1+tokio-dev (= ${binary:Version}) Description: Proxmox library - feature "tokio" This metapackage enables feature "tokio" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -298,7 +298,7 @@ Depends: Provides: librust-proxmox-0+tokio-stream-dev (= ${binary:Version}), librust-proxmox-0.13+tokio-stream-dev (= ${binary:Version}), - librust-proxmox-0.13.0+tokio-stream-dev (= ${binary:Version}) + librust-proxmox-0.13.1+tokio-stream-dev (= ${binary:Version}) Description: Proxmox library - feature "tokio-stream" This metapackage enables feature "tokio-stream" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature.