mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-01 20:13:22 +00:00
subscription: bump to 0.4.5-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
a6a9ca1d70
commit
978f28d67c
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-subscription"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox-subscription (0.4.5-1) bookworm; urgency=medium
|
||||
|
||||
* rebuild with proxmox-sys 6.0
|
||||
|
||||
* clippy fixes
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2024 15:23:40 +0200
|
||||
|
||||
rust-proxmox-subscription (0.4.4-1) bookworm; urgency=medium
|
||||
|
||||
* upgrade proxmox-time to 2.0
|
||||
|
@ -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.9+client-trait-dev <!nocheck>,
|
||||
librust-proxmox-http-0.9+default-dev <!nocheck>,
|
||||
librust-proxmox-http-0.9+http-helpers-dev <!nocheck>,
|
||||
librust-proxmox-http-0.9+client-trait-dev (>= 0.9.2-~~) <!nocheck>,
|
||||
librust-proxmox-http-0.9+default-dev (>= 0.9.2-~~) <!nocheck>,
|
||||
librust-proxmox-http-0.9+http-helpers-dev (>= 0.9.2-~~) <!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.5+default-dev (>= 0.5.7-~~) <!nocheck>,
|
||||
librust-proxmox-sys-0.6+default-dev <!nocheck>,
|
||||
librust-proxmox-time-2+default-dev <!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.9+client-trait-dev,
|
||||
librust-proxmox-http-0.9+default-dev,
|
||||
librust-proxmox-http-0.9+http-helpers-dev,
|
||||
librust-proxmox-http-0.9+client-trait-dev (>= 0.9.2-~~),
|
||||
librust-proxmox-http-0.9+default-dev (>= 0.9.2-~~),
|
||||
librust-proxmox-http-0.9+http-helpers-dev (>= 0.9.2-~~),
|
||||
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-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.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4.4+default-dev (= ${binary:Version})
|
||||
librust-proxmox-subscription-0.4.5-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4.5+default-dev (= ${binary:Version})
|
||||
Description: Proxmox subscription utilitites - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-subscription"
|
||||
|
||||
@ -72,7 +72,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-subscription-0+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4.4+api-types-dev (= ${binary:Version})
|
||||
librust-proxmox-subscription-0.4.5+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