forked from Proxmox/proxmox
bump proxmox-subscription to 0.3.1
to update proxmox-http dependency Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
89eaf83755
commit
71794901c7
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-subscription"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-subscription (0.3.1-1) unstable; urgency=medium
|
||||
|
||||
* update to proxmox-http 0.8
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 30 Jan 2023 11:33:52 +0100
|
||||
|
||||
rust-proxmox-subscription (0.3.0-1) unstable; urgency=medium
|
||||
|
||||
* update to proxmox-http 0.7
|
||||
|
@ -11,12 +11,12 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-hex-0.4+default-dev <!nocheck>,
|
||||
librust-lazy-static-1+default-dev (>= 1.4-~~) <!nocheck>,
|
||||
librust-openssl-0.10+default-dev <!nocheck>,
|
||||
librust-proxmox-http-0.7+client-trait-dev <!nocheck>,
|
||||
librust-proxmox-http-0.7+default-dev <!nocheck>,
|
||||
librust-proxmox-http-0.7+http-helpers-dev <!nocheck>,
|
||||
librust-proxmox-http-0.8+client-trait-dev <!nocheck>,
|
||||
librust-proxmox-http-0.8+default-dev <!nocheck>,
|
||||
librust-proxmox-http-0.8+http-helpers-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>,
|
||||
librust-proxmox-sys-0.4+default-dev (>= 0.4.1-~~) <!nocheck>,
|
||||
librust-proxmox-sys-0.4+default-dev (>= 0.4.2-~~) <!nocheck>,
|
||||
librust-proxmox-time-1+default-dev (>= 1.1.4-~~) <!nocheck>,
|
||||
librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
@ -38,12 +38,12 @@ Depends:
|
||||
librust-hex-0.4+default-dev,
|
||||
librust-lazy-static-1+default-dev (>= 1.4-~~),
|
||||
librust-openssl-0.10+default-dev,
|
||||
librust-proxmox-http-0.7+client-trait-dev,
|
||||
librust-proxmox-http-0.7+default-dev,
|
||||
librust-proxmox-http-0.7+http-helpers-dev,
|
||||
librust-proxmox-http-0.8+client-trait-dev,
|
||||
librust-proxmox-http-0.8+default-dev,
|
||||
librust-proxmox-http-0.8+http-helpers-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.4+default-dev (>= 0.4.1-~~),
|
||||
librust-proxmox-sys-0.4+default-dev (>= 0.4.2-~~),
|
||||
librust-proxmox-time-1+default-dev (>= 1.1.4-~~),
|
||||
librust-regex-1+default-dev (>= 1.5-~~),
|
||||
librust-serde-1+default-dev,
|
||||
@ -56,8 +56,8 @@ Provides:
|
||||
librust-proxmox-subscription-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.3.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.3.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-subscription-0.3.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.3.1+default-dev (= ${binary:Version})
|
||||
Description: Proxmox subscription utilitites - Rust source code
|
||||
This package contains the source for the Rust proxmox-subscription crate,
|
||||
packaged by debcargo for use with cargo and dh-cargo.
|
||||
@ -68,12 +68,12 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-subscription-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1+api-macro-dev (>= 1.3.5-~~),
|
||||
librust-proxmox-schema-1+default-dev (>= 1.3.5-~~)
|
||||
librust-proxmox-schema-1+api-macro-dev (>= 1.3.6-~~),
|
||||
librust-proxmox-schema-1+default-dev (>= 1.3.6-~~)
|
||||
Provides:
|
||||
librust-proxmox-subscription-0+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.3+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.3.0+api-types-dev (= ${binary:Version})
|
||||
librust-proxmox-subscription-0.3.1+api-types-dev (= ${binary:Version})
|
||||
Description: Proxmox subscription utilitites - feature "api-types"
|
||||
This metapackage enables feature "api-types" for the Rust proxmox-subscription
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user