mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-14 17:14:12 +00:00
notify: bump to 0.4.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
aa29c54859
commit
69e410d130
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-notify"
|
name = "proxmox-notify"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -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 <support@proxmox.com> Thu, 11 Jul 2024 15:18:29 +0200
|
||||||
|
|
||||||
rust-proxmox-notify (0.4.1-1) bookworm; urgency=medium
|
rust-proxmox-notify (0.4.1-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* upgrade proxmox-time to 2.0
|
* upgrade proxmox-time to 2.0
|
||||||
|
@ -7,13 +7,14 @@ Build-Depends: debhelper (>= 12),
|
|||||||
rustc:native <!nocheck>,
|
rustc:native <!nocheck>,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
librust-anyhow-1+default-dev <!nocheck>,
|
librust-anyhow-1+default-dev <!nocheck>,
|
||||||
|
librust-base64-0.13+default-dev <!nocheck>,
|
||||||
librust-const-format-0.2+default-dev <!nocheck>,
|
librust-const-format-0.2+default-dev <!nocheck>,
|
||||||
librust-handlebars-3+default-dev <!nocheck>,
|
librust-handlebars-3+default-dev <!nocheck>,
|
||||||
librust-lettre-0.11+default-dev (>= 0.11.1-~~) <!nocheck>,
|
librust-lettre-0.11+default-dev (>= 0.11.1-~~) <!nocheck>,
|
||||||
librust-log-0.4+default-dev (>= 0.4.17-~~) <!nocheck>,
|
librust-log-0.4+default-dev (>= 0.4.17-~~) <!nocheck>,
|
||||||
librust-openssl-0.10+default-dev <!nocheck>,
|
librust-openssl-0.10+default-dev <!nocheck>,
|
||||||
librust-proxmox-http-0.9+client-sync-dev <!nocheck>,
|
librust-proxmox-http-0.9+client-sync-dev (>= 0.9.2-~~) <!nocheck>,
|
||||||
librust-proxmox-http-0.9+default-dev <!nocheck>,
|
librust-proxmox-http-0.9+default-dev (>= 0.9.2-~~) <!nocheck>,
|
||||||
librust-proxmox-http-error-0.1+default-dev <!nocheck>,
|
librust-proxmox-http-error-0.1+default-dev <!nocheck>,
|
||||||
librust-proxmox-human-byte-0.1+default-dev <!nocheck>,
|
librust-proxmox-human-byte-0.1+default-dev <!nocheck>,
|
||||||
librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~) <!nocheck>,
|
librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~) <!nocheck>,
|
||||||
@ -22,7 +23,7 @@ Build-Depends: debhelper (>= 12),
|
|||||||
librust-proxmox-section-config-2+default-dev <!nocheck>,
|
librust-proxmox-section-config-2+default-dev <!nocheck>,
|
||||||
librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~) <!nocheck>,
|
librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~) <!nocheck>,
|
||||||
librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~) <!nocheck>,
|
librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~) <!nocheck>,
|
||||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~) <!nocheck>,
|
librust-proxmox-sys-0.6+default-dev <!nocheck>,
|
||||||
librust-proxmox-time-2+default-dev <!nocheck>,
|
librust-proxmox-time-2+default-dev <!nocheck>,
|
||||||
librust-proxmox-uuid-1+default-dev (>= 1.0.1-~~) <!nocheck>,
|
librust-proxmox-uuid-1+default-dev (>= 1.0.1-~~) <!nocheck>,
|
||||||
librust-proxmox-uuid-1+serde-dev (>= 1.0.1-~~) <!nocheck>,
|
librust-proxmox-uuid-1+serde-dev (>= 1.0.1-~~) <!nocheck>,
|
||||||
@ -43,6 +44,7 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-anyhow-1+default-dev,
|
librust-anyhow-1+default-dev,
|
||||||
|
librust-base64-0.13+default-dev,
|
||||||
librust-const-format-0.2+default-dev,
|
librust-const-format-0.2+default-dev,
|
||||||
librust-handlebars-3+default-dev,
|
librust-handlebars-3+default-dev,
|
||||||
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
||||||
@ -72,7 +74,7 @@ Suggests:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-notify-0-dev (= ${binary:Version}),
|
librust-proxmox-notify-0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-notify-0.4-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
|
Description: Rust crate "proxmox-notify" - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-notify"
|
Source code for Debianized Rust crate "proxmox-notify"
|
||||||
|
|
||||||
@ -88,7 +90,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-notify-0+default-dev (= ${binary:Version}),
|
librust-proxmox-notify-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-notify-0.4+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"
|
Description: Rust crate "proxmox-notify" - feature "default"
|
||||||
This metapackage enables feature "default" for the Rust proxmox-notify crate,
|
This metapackage enables feature "default" for the Rust proxmox-notify crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
@ -99,12 +101,12 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-notify-dev (= ${binary:Version}),
|
librust-proxmox-notify-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.9+client-sync-dev,
|
librust-proxmox-http-0.9+client-sync-dev (>= 0.9.2-~~),
|
||||||
librust-proxmox-http-0.9+default-dev
|
librust-proxmox-http-0.9+default-dev (>= 0.9.2-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-notify-0+gotify-dev (= ${binary:Version}),
|
librust-proxmox-notify-0+gotify-dev (= ${binary:Version}),
|
||||||
librust-proxmox-notify-0.4+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"
|
Description: Rust crate "proxmox-notify" - feature "gotify"
|
||||||
This metapackage enables feature "gotify" for the Rust proxmox-notify crate, by
|
This metapackage enables feature "gotify" for the Rust proxmox-notify crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -116,11 +118,11 @@ Depends:
|
|||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-notify-dev (= ${binary:Version}),
|
librust-proxmox-notify-dev (= ${binary:Version}),
|
||||||
librust-mail-parser-0.8+default-dev (>= 0.8.2-~~),
|
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:
|
Provides:
|
||||||
librust-proxmox-notify-0+mail-forwarder-dev (= ${binary:Version}),
|
librust-proxmox-notify-0+mail-forwarder-dev (= ${binary:Version}),
|
||||||
librust-proxmox-notify-0.4+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"
|
Description: Rust crate "proxmox-notify" - feature "mail-forwarder"
|
||||||
This metapackage enables feature "mail-forwarder" for the Rust proxmox-notify
|
This metapackage enables feature "mail-forwarder" for the Rust proxmox-notify
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
@ -131,7 +133,7 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-notify-dev (= ${binary:Version}),
|
librust-proxmox-notify-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~)
|
librust-proxmox-sys-0.6+default-dev
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-notify+pve-context-dev (= ${binary:Version}),
|
librust-proxmox-notify+pve-context-dev (= ${binary:Version}),
|
||||||
librust-proxmox-notify+sendmail-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+pbs-context-dev (= ${binary:Version}),
|
||||||
librust-proxmox-notify-0.4+pve-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+sendmail-dev (= ${binary:Version}),
|
||||||
librust-proxmox-notify-0.4.1+pbs-context-dev (= ${binary:Version}),
|
librust-proxmox-notify-0.4.2+pbs-context-dev (= ${binary:Version}),
|
||||||
librust-proxmox-notify-0.4.1+pve-context-dev (= ${binary:Version}),
|
librust-proxmox-notify-0.4.2+pve-context-dev (= ${binary:Version}),
|
||||||
librust-proxmox-notify-0.4.1+sendmail-dev (= ${binary:Version})
|
librust-proxmox-notify-0.4.2+sendmail-dev (= ${binary:Version})
|
||||||
Description: Rust crate "proxmox-notify" - feature "pbs-context" and 2 more
|
Description: Rust crate "proxmox-notify" - feature "pbs-context" and 2 more
|
||||||
This metapackage enables feature "pbs-context" for the Rust proxmox-notify
|
This metapackage enables feature "pbs-context" for the Rust proxmox-notify
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
@ -161,7 +163,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-notify-0+smtp-dev (= ${binary:Version}),
|
librust-proxmox-notify-0+smtp-dev (= ${binary:Version}),
|
||||||
librust-proxmox-notify-0.4+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"
|
Description: Rust crate "proxmox-notify" - feature "smtp"
|
||||||
This metapackage enables feature "smtp" for the Rust proxmox-notify crate, by
|
This metapackage enables feature "smtp" for the Rust proxmox-notify crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user