client: bump to 0.4.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-08-13 15:39:44 +02:00
parent c54d5e06e6
commit cb509a1e6a
3 changed files with 23 additions and 17 deletions

View File

@ -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

View File

@ -1,3 +1,9 @@
rust-proxmox-client (0.4.0-1) bookworm; urgency=medium
* add 'perl_compat' member to Token struct
-- Proxmox Support Team <support@proxmox.com> Tue, 13 Aug 2024 15:39:40 +0200
rust-proxmox-client (0.3.1-1) bookworm; urgency=medium
* rebuild with proxmox-schema 3

View File

@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 12),
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
librust-proxmox-login-0.1+default-dev <!nocheck>,
librust-proxmox-login-0.1+http-dev <!nocheck>,
librust-proxmox-schema-3+api-macro-dev <!nocheck>,
librust-proxmox-schema-3+default-dev <!nocheck>,
librust-proxmox-section-config-2+default-dev <!nocheck>,
librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~) <!nocheck>,
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) <!nocheck>,
librust-proxmox-section-config-2+default-dev (>= 2.1.0-~~) <!nocheck>,
librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
librust-serde-1+default-dev <!nocheck>,
librust-serde-json-1+default-dev <!nocheck>,
@ -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.