mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-30 04:46:19 +00:00
subscription: bump to 0.3.0
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
a6e03dfe42
commit
2502d691b6
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-subscription"
|
name = "proxmox-subscription"
|
||||||
version = "0.2.1"
|
version = "0.3.0"
|
||||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
rust-proxmox-subscription (0.3.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* update to proxmox-http 0.7
|
||||||
|
|
||||||
|
* add Expired status
|
||||||
|
|
||||||
|
* fix NotFound status alias
|
||||||
|
|
||||||
|
* improve checks upon reading subscription info file
|
||||||
|
|
||||||
|
* forward signature validation errors
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 7 Sep 2022 09:29:15 +0200
|
||||||
|
|
||||||
rust-proxmox-subscription (0.2.1-1) unstable; urgency=medium
|
rust-proxmox-subscription (0.2.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* bump to proxmox-sys 0.4
|
* bump to proxmox-sys 0.4
|
||||||
|
@ -51,10 +51,10 @@ Provides:
|
|||||||
librust-proxmox-subscription+default-dev (= ${binary:Version}),
|
librust-proxmox-subscription+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-subscription-0-dev (= ${binary:Version}),
|
librust-proxmox-subscription-0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-subscription-0+default-dev (= ${binary:Version}),
|
librust-proxmox-subscription-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-subscription-0.2-dev (= ${binary:Version}),
|
librust-proxmox-subscription-0.3-dev (= ${binary:Version}),
|
||||||
librust-proxmox-subscription-0.2+default-dev (= ${binary:Version}),
|
librust-proxmox-subscription-0.3+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-subscription-0.2.1-dev (= ${binary:Version}),
|
librust-proxmox-subscription-0.3.0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-subscription-0.2.1+default-dev (= ${binary:Version})
|
librust-proxmox-subscription-0.3.0+default-dev (= ${binary:Version})
|
||||||
Description: Proxmox subscription utilitites - Rust source code
|
Description: Proxmox subscription utilitites - Rust source code
|
||||||
This package contains the source for the Rust proxmox-subscription crate,
|
This package contains the source for the Rust proxmox-subscription crate,
|
||||||
packaged by debcargo for use with cargo and dh-cargo.
|
packaged by debcargo for use with cargo and dh-cargo.
|
||||||
@ -69,8 +69,8 @@ Depends:
|
|||||||
librust-proxmox-schema-1+default-dev (>= 1.3.3-~~)
|
librust-proxmox-schema-1+default-dev (>= 1.3.3-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-subscription-0+api-types-dev (= ${binary:Version}),
|
librust-proxmox-subscription-0+api-types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-subscription-0.2+api-types-dev (= ${binary:Version}),
|
librust-proxmox-subscription-0.3+api-types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-subscription-0.2.1+api-types-dev (= ${binary:Version})
|
librust-proxmox-subscription-0.3.0+api-types-dev (= ${binary:Version})
|
||||||
Description: Proxmox subscription utilitites - feature "api-types"
|
Description: Proxmox subscription utilitites - feature "api-types"
|
||||||
This metapackage enables feature "api-types" for the Rust proxmox-subscription
|
This metapackage enables feature "api-types" for the Rust proxmox-subscription
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user