From 69e410d130b525f11d4635a8d30d4a33130b7ad6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 11 Jul 2024 15:18:46 +0200 Subject: [PATCH] notify: bump to 0.4.2-1 Signed-off-by: Wolfgang Bumiller --- proxmox-notify/Cargo.toml | 2 +- proxmox-notify/debian/changelog | 10 ++++++++++ proxmox-notify/debian/control | 32 +++++++++++++++++--------------- 3 files changed, 28 insertions(+), 16 deletions(-) diff --git a/proxmox-notify/Cargo.toml b/proxmox-notify/Cargo.toml index e55be0cc..7801814d 100644 --- a/proxmox-notify/Cargo.toml +++ b/proxmox-notify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-notify" -version = "0.4.1" +version = "0.4.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-notify/debian/changelog b/proxmox-notify/debian/changelog index 7b2ab559..8f5c9cda 100644 --- a/proxmox-notify/debian/changelog +++ b/proxmox-notify/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-notify (0.4.2-1) bookworm; urgency=medium + + * upgrade to proxmox-sys 6.0 + + * sendmail() and forward() from proxmox-sys have been moved here + + * clippy fixes + + -- Proxmox Support Team Thu, 11 Jul 2024 15:18:29 +0200 + rust-proxmox-notify (0.4.1-1) bookworm; urgency=medium * upgrade proxmox-time to 2.0 diff --git a/proxmox-notify/debian/control b/proxmox-notify/debian/control index 0c284b54..54aa4f85 100644 --- a/proxmox-notify/debian/control +++ b/proxmox-notify/debian/control @@ -7,13 +7,14 @@ Build-Depends: debhelper (>= 12), rustc:native , libstd-rust-dev , librust-anyhow-1+default-dev , + librust-base64-0.13+default-dev , librust-const-format-0.2+default-dev , librust-handlebars-3+default-dev , librust-lettre-0.11+default-dev (>= 0.11.1-~~) , librust-log-0.4+default-dev (>= 0.4.17-~~) , librust-openssl-0.10+default-dev , - librust-proxmox-http-0.9+client-sync-dev , - librust-proxmox-http-0.9+default-dev , + librust-proxmox-http-0.9+client-sync-dev (>= 0.9.2-~~) , + librust-proxmox-http-0.9+default-dev (>= 0.9.2-~~) , librust-proxmox-http-error-0.1+default-dev , librust-proxmox-human-byte-0.1+default-dev , librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~) , @@ -22,7 +23,7 @@ Build-Depends: debhelper (>= 12), librust-proxmox-section-config-2+default-dev , librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~) , librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~) , - librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~) , + librust-proxmox-sys-0.6+default-dev , librust-proxmox-time-2+default-dev , librust-proxmox-uuid-1+default-dev (>= 1.0.1-~~) , librust-proxmox-uuid-1+serde-dev (>= 1.0.1-~~) , @@ -43,6 +44,7 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-anyhow-1+default-dev, + librust-base64-0.13+default-dev, librust-const-format-0.2+default-dev, librust-handlebars-3+default-dev, librust-log-0.4+default-dev (>= 0.4.17-~~), @@ -72,7 +74,7 @@ Suggests: Provides: librust-proxmox-notify-0-dev (= ${binary:Version}), librust-proxmox-notify-0.4-dev (= ${binary:Version}), - librust-proxmox-notify-0.4.1-dev (= ${binary:Version}) + librust-proxmox-notify-0.4.2-dev (= ${binary:Version}) Description: Rust crate "proxmox-notify" - Rust source code Source code for Debianized Rust crate "proxmox-notify" @@ -88,7 +90,7 @@ Depends: Provides: librust-proxmox-notify-0+default-dev (= ${binary:Version}), librust-proxmox-notify-0.4+default-dev (= ${binary:Version}), - librust-proxmox-notify-0.4.1+default-dev (= ${binary:Version}) + librust-proxmox-notify-0.4.2+default-dev (= ${binary:Version}) Description: Rust crate "proxmox-notify" - feature "default" This metapackage enables feature "default" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature. @@ -99,12 +101,12 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-notify-dev (= ${binary:Version}), - librust-proxmox-http-0.9+client-sync-dev, - librust-proxmox-http-0.9+default-dev + librust-proxmox-http-0.9+client-sync-dev (>= 0.9.2-~~), + librust-proxmox-http-0.9+default-dev (>= 0.9.2-~~) Provides: librust-proxmox-notify-0+gotify-dev (= ${binary:Version}), librust-proxmox-notify-0.4+gotify-dev (= ${binary:Version}), - librust-proxmox-notify-0.4.1+gotify-dev (= ${binary:Version}) + librust-proxmox-notify-0.4.2+gotify-dev (= ${binary:Version}) Description: Rust crate "proxmox-notify" - feature "gotify" This metapackage enables feature "gotify" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature. @@ -116,11 +118,11 @@ Depends: ${misc:Depends}, librust-proxmox-notify-dev (= ${binary:Version}), librust-mail-parser-0.8+default-dev (>= 0.8.2-~~), - librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~) + librust-proxmox-sys-0.6+default-dev Provides: librust-proxmox-notify-0+mail-forwarder-dev (= ${binary:Version}), librust-proxmox-notify-0.4+mail-forwarder-dev (= ${binary:Version}), - librust-proxmox-notify-0.4.1+mail-forwarder-dev (= ${binary:Version}) + librust-proxmox-notify-0.4.2+mail-forwarder-dev (= ${binary:Version}) Description: Rust crate "proxmox-notify" - feature "mail-forwarder" This metapackage enables feature "mail-forwarder" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature. @@ -131,7 +133,7 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-notify-dev (= ${binary:Version}), - librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~) + librust-proxmox-sys-0.6+default-dev Provides: librust-proxmox-notify+pve-context-dev (= ${binary:Version}), librust-proxmox-notify+sendmail-dev (= ${binary:Version}), @@ -141,9 +143,9 @@ Provides: librust-proxmox-notify-0.4+pbs-context-dev (= ${binary:Version}), librust-proxmox-notify-0.4+pve-context-dev (= ${binary:Version}), librust-proxmox-notify-0.4+sendmail-dev (= ${binary:Version}), - librust-proxmox-notify-0.4.1+pbs-context-dev (= ${binary:Version}), - librust-proxmox-notify-0.4.1+pve-context-dev (= ${binary:Version}), - librust-proxmox-notify-0.4.1+sendmail-dev (= ${binary:Version}) + librust-proxmox-notify-0.4.2+pbs-context-dev (= ${binary:Version}), + librust-proxmox-notify-0.4.2+pve-context-dev (= ${binary:Version}), + librust-proxmox-notify-0.4.2+sendmail-dev (= ${binary:Version}) Description: Rust crate "proxmox-notify" - feature "pbs-context" and 2 more This metapackage enables feature "pbs-context" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature. @@ -161,7 +163,7 @@ Depends: Provides: librust-proxmox-notify-0+smtp-dev (= ${binary:Version}), librust-proxmox-notify-0.4+smtp-dev (= ${binary:Version}), - librust-proxmox-notify-0.4.1+smtp-dev (= ${binary:Version}) + librust-proxmox-notify-0.4.2+smtp-dev (= ${binary:Version}) Description: Rust crate "proxmox-notify" - feature "smtp" This metapackage enables feature "smtp" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature.