forked from Proxmox/proxmox
bump proxmox-client to 0.3.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
b5b563e215
commit
77672b1253
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-client"
|
name = "proxmox-client"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
description = "Base client for proxmox APIs for handling login and ticket renewal"
|
description = "Base client for proxmox APIs for handling login and ticket renewal"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -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
|
rust-proxmox-client (0.3.0-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* add `post_without_body()` to HttpApiClient
|
* add `post_without_body()` to HttpApiClient
|
||||||
|
@ -14,15 +14,15 @@ Build-Depends: debhelper (>= 12),
|
|||||||
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
|
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
|
||||||
librust-proxmox-login-0.1+default-dev <!nocheck>,
|
librust-proxmox-login-0.1+default-dev <!nocheck>,
|
||||||
librust-proxmox-login-0.1+http-dev <!nocheck>,
|
librust-proxmox-login-0.1+http-dev <!nocheck>,
|
||||||
librust-proxmox-schema-2+api-macro-dev <!nocheck>,
|
librust-proxmox-schema-3+api-macro-dev <!nocheck>,
|
||||||
librust-proxmox-schema-2+default-dev <!nocheck>,
|
librust-proxmox-schema-3+default-dev <!nocheck>,
|
||||||
librust-proxmox-section-config-2+default-dev <!nocheck>,
|
librust-proxmox-section-config-2+default-dev <!nocheck>,
|
||||||
librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
|
librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
|
||||||
librust-serde-1+default-dev <!nocheck>,
|
librust-serde-1+default-dev <!nocheck>,
|
||||||
librust-serde-json-1+default-dev <!nocheck>,
|
librust-serde-json-1+default-dev <!nocheck>,
|
||||||
librust-serde-plain-1+default-dev <!nocheck>
|
librust-serde-plain-1+default-dev <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
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-Git: git://git.proxmox.com/git/proxmox.git
|
||||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||||
X-Cargo-Crate: proxmox-client
|
X-Cargo-Crate: proxmox-client
|
||||||
@ -41,8 +41,8 @@ Depends:
|
|||||||
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
||||||
librust-proxmox-login-0.1+default-dev,
|
librust-proxmox-login-0.1+default-dev,
|
||||||
librust-proxmox-login-0.1+http-dev,
|
librust-proxmox-login-0.1+http-dev,
|
||||||
librust-proxmox-schema-2+api-macro-dev,
|
librust-proxmox-schema-3+api-macro-dev,
|
||||||
librust-proxmox-schema-2+default-dev,
|
librust-proxmox-schema-3+default-dev,
|
||||||
librust-proxmox-section-config-2+default-dev,
|
librust-proxmox-section-config-2+default-dev,
|
||||||
librust-regex-1+default-dev (>= 1.5-~~),
|
librust-regex-1+default-dev (>= 1.5-~~),
|
||||||
librust-serde-1+default-dev,
|
librust-serde-1+default-dev,
|
||||||
@ -57,11 +57,10 @@ Provides:
|
|||||||
librust-proxmox-client-0+default-dev (= ${binary:Version}),
|
librust-proxmox-client-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.3-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.3.0-dev (= ${binary:Version}),
|
librust-proxmox-client-0.3.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.3.0+default-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
|
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
|
Source code for Debianized Rust crate "proxmox-client"
|
||||||
debcargo for use with cargo and dh-cargo.
|
|
||||||
|
|
||||||
Package: librust-proxmox-client+hyper-client-dev
|
Package: librust-proxmox-client+hyper-client-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
@ -77,7 +76,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-client-0+hyper-client-dev (= ${binary:Version}),
|
librust-proxmox-client-0+hyper-client-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.3+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"
|
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
|
This metapackage enables feature "hyper-client" for the Rust proxmox-client
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
@ -94,7 +93,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-client-0+webauthn-dev (= ${binary:Version}),
|
librust-proxmox-client-0+webauthn-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.3+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"
|
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,
|
This metapackage enables feature "webauthn" for the Rust proxmox-client crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user