From c67a13f1d7233c5621e717eb9a4222bff870e15a Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 7 Mar 2024 13:27:15 +0100 Subject: [PATCH] bump proxmox-acme to 0.5.1 Signed-off-by: Wolfgang Bumiller --- proxmox-acme/Cargo.toml | 2 +- proxmox-acme/debian/changelog | 8 ++++++++ proxmox-acme/debian/control | 32 ++++++++++++++++++++++++-------- 3 files changed, 33 insertions(+), 9 deletions(-) diff --git a/proxmox-acme/Cargo.toml b/proxmox-acme/Cargo.toml index f8ff3da1..52ead662 100644 --- a/proxmox-acme/Cargo.toml +++ b/proxmox-acme/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-acme" -version = "0.5.0" +version = "0.5.1" description = "ACME client library" authors.workspace = true license.workspace = true diff --git a/proxmox-acme/debian/changelog b/proxmox-acme/debian/changelog index 902c2459..d80987e6 100644 --- a/proxmox-acme/debian/changelog +++ b/proxmox-acme/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-acme (0.5.1) bookworm; urgency=medium + + * add api-types feature to provide schemas for api types + + * derive PartialEq for api types for integration in rust based ui code + + -- Proxmox Support Team Thu, 07 Mar 2024 13:27:08 +0100 + rust-proxmox-acme (0.5.0) bookworm; urgency=medium * add external account binding support diff --git a/proxmox-acme/debian/control b/proxmox-acme/debian/control index f30db43b..7d2126fd 100644 --- a/proxmox-acme/debian/control +++ b/proxmox-acme/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 12), librust-serde-1+derive-dev , librust-serde-json-1+default-dev Maintainer: Proxmox Support Team -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: Vcs-Browser: Homepage: https://proxmox.com @@ -30,6 +30,7 @@ Depends: librust-serde-1+derive-dev, librust-serde-json-1+default-dev Suggests: + librust-proxmox-acme+api-types-dev (= ${binary:Version}), librust-proxmox-acme+client-dev (= ${binary:Version}), librust-proxmox-acme+native-tls-dev (= ${binary:Version}), librust-proxmox-acme+ureq-dev (= ${binary:Version}) @@ -39,11 +40,26 @@ Provides: librust-proxmox-acme-0+default-dev (= ${binary:Version}), librust-proxmox-acme-0.5-dev (= ${binary:Version}), librust-proxmox-acme-0.5+default-dev (= ${binary:Version}), - librust-proxmox-acme-0.5.0-dev (= ${binary:Version}), - librust-proxmox-acme-0.5.0+default-dev (= ${binary:Version}) + librust-proxmox-acme-0.5.1-dev (= ${binary:Version}), + librust-proxmox-acme-0.5.1+default-dev (= ${binary:Version}) Description: ACME client library - Rust source code - This package contains the source for the Rust proxmox-acme crate, packaged by - debcargo for use with cargo and dh-cargo. + Source code for Debianized Rust crate "proxmox-acme" + +Package: librust-proxmox-acme+api-types-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-proxmox-acme-dev (= ${binary:Version}), + librust-proxmox-schema-3+api-macro-dev, + librust-proxmox-schema-3+default-dev +Provides: + librust-proxmox-acme-0+api-types-dev (= ${binary:Version}), + librust-proxmox-acme-0.5+api-types-dev (= ${binary:Version}), + librust-proxmox-acme-0.5.1+api-types-dev (= ${binary:Version}) +Description: ACME client library - feature "api-types" + This metapackage enables feature "api-types" for the Rust proxmox-acme crate, + by pulling in any additional dependencies needed by that feature. Package: librust-proxmox-acme+client-dev Architecture: any @@ -56,7 +72,7 @@ Depends: Provides: librust-proxmox-acme-0+client-dev (= ${binary:Version}), librust-proxmox-acme-0.5+client-dev (= ${binary:Version}), - librust-proxmox-acme-0.5.0+client-dev (= ${binary:Version}) + librust-proxmox-acme-0.5.1+client-dev (= ${binary:Version}) Description: ACME client library - feature "client" This metapackage enables feature "client" for the Rust proxmox-acme crate, by pulling in any additional dependencies needed by that feature. @@ -71,7 +87,7 @@ Depends: Provides: librust-proxmox-acme-0+native-tls-dev (= ${binary:Version}), librust-proxmox-acme-0.5+native-tls-dev (= ${binary:Version}), - librust-proxmox-acme-0.5.0+native-tls-dev (= ${binary:Version}) + librust-proxmox-acme-0.5.1+native-tls-dev (= ${binary:Version}) Description: ACME client library - feature "native-tls" This metapackage enables feature "native-tls" for the Rust proxmox-acme crate, by pulling in any additional dependencies needed by that feature. @@ -87,7 +103,7 @@ Depends: Provides: librust-proxmox-acme-0+ureq-dev (= ${binary:Version}), librust-proxmox-acme-0.5+ureq-dev (= ${binary:Version}), - librust-proxmox-acme-0.5.0+ureq-dev (= ${binary:Version}) + librust-proxmox-acme-0.5.1+ureq-dev (= ${binary:Version}) Description: ACME client library - feature "ureq" This metapackage enables feature "ureq" for the Rust proxmox-acme crate, by pulling in any additional dependencies needed by that feature.