bump proxmox-notify to 0.3.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-notify"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-notify (0.3.2-1) bookworm; urgency=medium
|
||||
|
||||
* rebuild with proxmox-schema 3
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Feb 2024 14:19:43 +0100
|
||||
|
||||
rust-proxmox-notify (0.3.1-1) bookworm; urgency=medium
|
||||
|
||||
* include 'hostname' and 'type' metadata fields for forwarded mails
|
||||
|
@ -16,9 +16,9 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-proxmox-http-0.9+default-dev <!nocheck>,
|
||||
librust-proxmox-http-error-0.1+default-dev <!nocheck>,
|
||||
librust-proxmox-human-byte-0.1+default-dev <!nocheck>,
|
||||
librust-proxmox-schema-2+api-macro-dev <!nocheck>,
|
||||
librust-proxmox-schema-2+api-types-dev <!nocheck>,
|
||||
librust-proxmox-schema-2+default-dev <!nocheck>,
|
||||
librust-proxmox-schema-3+api-macro-dev <!nocheck>,
|
||||
librust-proxmox-schema-3+api-types-dev <!nocheck>,
|
||||
librust-proxmox-schema-3+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+serde-json-dev (>= 0.1.1-~~) <!nocheck>,
|
||||
@ -47,9 +47,9 @@ Depends:
|
||||
librust-openssl-0.10+default-dev,
|
||||
librust-proxmox-http-error-0.1+default-dev,
|
||||
librust-proxmox-human-byte-0.1+default-dev,
|
||||
librust-proxmox-schema-2+api-macro-dev,
|
||||
librust-proxmox-schema-2+api-types-dev,
|
||||
librust-proxmox-schema-2+default-dev,
|
||||
librust-proxmox-schema-3+api-macro-dev,
|
||||
librust-proxmox-schema-3+api-types-dev,
|
||||
librust-proxmox-schema-3+default-dev,
|
||||
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-~~),
|
||||
@ -68,7 +68,7 @@ Suggests:
|
||||
Provides:
|
||||
librust-proxmox-notify-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3.1-dev (= ${binary:Version})
|
||||
librust-proxmox-notify-0.3.2-dev (= ${binary:Version})
|
||||
Description: Rust crate "proxmox-notify" - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-notify"
|
||||
|
||||
@ -84,7 +84,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-notify-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3.1+default-dev (= ${binary:Version})
|
||||
librust-proxmox-notify-0.3.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.
|
||||
@ -100,7 +100,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-notify-0+gotify-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3+gotify-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3.1+gotify-dev (= ${binary:Version})
|
||||
librust-proxmox-notify-0.3.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.
|
||||
@ -115,7 +115,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-notify-0+mail-forwarder-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3+mail-forwarder-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3.1+mail-forwarder-dev (= ${binary:Version})
|
||||
librust-proxmox-notify-0.3.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.
|
||||
@ -136,9 +136,9 @@ Provides:
|
||||
librust-proxmox-notify-0.3+pbs-context-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3+pve-context-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3+sendmail-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3.1+pbs-context-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3.1+pve-context-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3.1+sendmail-dev (= ${binary:Version})
|
||||
librust-proxmox-notify-0.3.2+pbs-context-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3.2+pve-context-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3.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.
|
||||
@ -156,7 +156,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-notify-0+smtp-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3+smtp-dev (= ${binary:Version}),
|
||||
librust-proxmox-notify-0.3.1+smtp-dev (= ${binary:Version})
|
||||
librust-proxmox-notify-0.3.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.
|
||||
|
Reference in New Issue
Block a user