From cb509a1e6a251f7106c5fd3a88569f222d13fd10 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 13 Aug 2024 15:39:44 +0200 Subject: [PATCH] client: bump to 0.4.0-1 Signed-off-by: Wolfgang Bumiller --- proxmox-client/Cargo.toml | 2 +- proxmox-client/debian/changelog | 6 ++++++ proxmox-client/debian/control | 32 ++++++++++++++++---------------- 3 files changed, 23 insertions(+), 17 deletions(-) diff --git a/proxmox-client/Cargo.toml b/proxmox-client/Cargo.toml index 26facaf2..f9898083 100644 --- a/proxmox-client/Cargo.toml +++ b/proxmox-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-client" -version = "0.3.1" +version = "0.4.0" description = "Base client for proxmox APIs for handling login and ticket renewal" authors.workspace = true license.workspace = true diff --git a/proxmox-client/debian/changelog b/proxmox-client/debian/changelog index e019d436..53b98028 100644 --- a/proxmox-client/debian/changelog +++ b/proxmox-client/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-client (0.4.0-1) bookworm; urgency=medium + + * add 'perl_compat' member to Token struct + + -- Proxmox Support Team Tue, 13 Aug 2024 15:39:40 +0200 + rust-proxmox-client (0.3.1-1) bookworm; urgency=medium * rebuild with proxmox-schema 3 diff --git a/proxmox-client/debian/control b/proxmox-client/debian/control index d2fa4d8a..c25e0fab 100644 --- a/proxmox-client/debian/control +++ b/proxmox-client/debian/control @@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 12), librust-percent-encoding-2+default-dev (>= 2.1-~~) , librust-proxmox-login-0.1+default-dev , librust-proxmox-login-0.1+http-dev , - librust-proxmox-schema-3+api-macro-dev , - librust-proxmox-schema-3+default-dev , - librust-proxmox-section-config-2+default-dev , + librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~) , + librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) , + librust-proxmox-section-config-2+default-dev (>= 2.1.0-~~) , librust-regex-1+default-dev (>= 1.5-~~) , librust-serde-1+default-dev , librust-serde-json-1+default-dev , @@ -41,9 +41,9 @@ Depends: librust-percent-encoding-2+default-dev (>= 2.1-~~), librust-proxmox-login-0.1+default-dev, librust-proxmox-login-0.1+http-dev, - librust-proxmox-schema-3+api-macro-dev, - librust-proxmox-schema-3+default-dev, - librust-proxmox-section-config-2+default-dev, + librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~), + librust-proxmox-schema-3+default-dev (>= 3.1.2-~~), + librust-proxmox-section-config-2+default-dev (>= 2.1.0-~~), librust-regex-1+default-dev (>= 1.5-~~), librust-serde-1+default-dev, librust-serde-json-1+default-dev, @@ -55,10 +55,10 @@ Provides: librust-proxmox-client+default-dev (= ${binary:Version}), librust-proxmox-client-0-dev (= ${binary:Version}), librust-proxmox-client-0+default-dev (= ${binary:Version}), - librust-proxmox-client-0.3-dev (= ${binary:Version}), - librust-proxmox-client-0.3+default-dev (= ${binary:Version}), - librust-proxmox-client-0.3.1-dev (= ${binary:Version}), - librust-proxmox-client-0.3.1+default-dev (= ${binary:Version}) + librust-proxmox-client-0.4-dev (= ${binary:Version}), + librust-proxmox-client-0.4+default-dev (= ${binary:Version}), + librust-proxmox-client-0.4.0-dev (= ${binary:Version}), + librust-proxmox-client-0.4.0+default-dev (= ${binary:Version}) Description: Base client for proxmox APIs for handling login and ticket renewal - Rust source code Source code for Debianized Rust crate "proxmox-client" @@ -71,12 +71,12 @@ Depends: librust-hyper-0.14+default-dev (>= 0.14.5-~~), librust-log-0.4+default-dev (>= 0.4.17-~~), librust-openssl-0.10+default-dev, - librust-proxmox-http-0.9+client-dev, - librust-proxmox-http-0.9+default-dev + librust-proxmox-http-0.9+client-dev (>= 0.9.2-~~), + librust-proxmox-http-0.9+default-dev (>= 0.9.2-~~) Provides: librust-proxmox-client-0+hyper-client-dev (= ${binary:Version}), - librust-proxmox-client-0.3+hyper-client-dev (= ${binary:Version}), - librust-proxmox-client-0.3.1+hyper-client-dev (= ${binary:Version}) + librust-proxmox-client-0.4+hyper-client-dev (= ${binary:Version}), + librust-proxmox-client-0.4.0+hyper-client-dev (= ${binary:Version}) Description: Base client for proxmox APIs for handling login and ticket renewal - feature "hyper-client" This metapackage enables feature "hyper-client" for the Rust proxmox-client crate, by pulling in any additional dependencies needed by that feature. @@ -92,8 +92,8 @@ Depends: librust-webauthn-rs-0.3+default-dev Provides: librust-proxmox-client-0+webauthn-dev (= ${binary:Version}), - librust-proxmox-client-0.3+webauthn-dev (= ${binary:Version}), - librust-proxmox-client-0.3.1+webauthn-dev (= ${binary:Version}) + librust-proxmox-client-0.4+webauthn-dev (= ${binary:Version}), + librust-proxmox-client-0.4.0+webauthn-dev (= ${binary:Version}) Description: Base client for proxmox APIs for handling login and ticket renewal - feature "webauthn" This metapackage enables feature "webauthn" for the Rust proxmox-client crate, by pulling in any additional dependencies needed by that feature.