bump proxmox-client to 0.3.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-02-02 14:05:44 +01:00
parent b5b563e215
commit 77672b1253
3 changed files with 19 additions and 12 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-client"
version = "0.3.0"
version = "0.3.1"
description = "Base client for proxmox APIs for handling login and ticket renewal"
authors.workspace = true
license.workspace = true

View File

@ -1,3 +1,11 @@
rust-proxmox-client (0.3.1-1) bookworm; urgency=medium
* rebuild with proxmox-schema 3
* fix post_without_body actually using POST instead of PUT
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Feb 2024 14:05:22 +0100
rust-proxmox-client (0.3.0-1) bookworm; urgency=medium
* add `post_without_body()` to HttpApiClient

View File

@ -14,15 +14,15 @@ 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-2+api-macro-dev <!nocheck>,
librust-proxmox-schema-2+default-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-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
librust-serde-1+default-dev <!nocheck>,
librust-serde-json-1+default-dev <!nocheck>,
librust-serde-plain-1+default-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.6.1
Standards-Version: 4.6.2
Vcs-Git: git://git.proxmox.com/git/proxmox.git
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
X-Cargo-Crate: proxmox-client
@ -41,8 +41,8 @@ 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-2+api-macro-dev,
librust-proxmox-schema-2+default-dev,
librust-proxmox-schema-3+api-macro-dev,
librust-proxmox-schema-3+default-dev,
librust-proxmox-section-config-2+default-dev,
librust-regex-1+default-dev (>= 1.5-~~),
librust-serde-1+default-dev,
@ -57,11 +57,10 @@ Provides:
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.0-dev (= ${binary:Version}),
librust-proxmox-client-0.3.0+default-dev (= ${binary:Version})
librust-proxmox-client-0.3.1-dev (= ${binary:Version}),
librust-proxmox-client-0.3.1+default-dev (= ${binary:Version})
Description: Base client for proxmox APIs for handling login and ticket renewal - Rust source code
This package contains the source for the Rust proxmox-client crate, packaged by
debcargo for use with cargo and dh-cargo.
Source code for Debianized Rust crate "proxmox-client"
Package: librust-proxmox-client+hyper-client-dev
Architecture: any
@ -77,7 +76,7 @@ Depends:
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.0+hyper-client-dev (= ${binary:Version})
librust-proxmox-client-0.3.1+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.
@ -94,7 +93,7 @@ Depends:
Provides:
librust-proxmox-client-0+webauthn-dev (= ${binary:Version}),
librust-proxmox-client-0.3+webauthn-dev (= ${binary:Version}),
librust-proxmox-client-0.3.0+webauthn-dev (= ${binary:Version})
librust-proxmox-client-0.3.1+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.