]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-client to 0.3.1-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 2 Feb 2024 13:05:44 +0000 (14:05 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 2 Feb 2024 13:06:08 +0000 (14:06 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-client/Cargo.toml
proxmox-client/debian/changelog
proxmox-client/debian/control

index 2f0dde7acfd002e15935ebf29c60032660f3b86a..26facaf2b104cdcb402109568dc3e9e37620dd56 100644 (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
index 8c433fd85e85cacf1197ead8b99b075b175dee45..e019d436f56bd24ff4a6c947462fbee09bcb2c3b 100644 (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
index a31549d2b4eaf5d2274407e420bae6cfafb6d710..d2fa4d8a9db9eb39bc3250f1db1796cc663c7034 100644 (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.