mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-29 21:49:41 +00:00
bump proxmox-auth-api to 0.3.4
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
d653ac343b
commit
2c2783451f
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-auth-api"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-auth-api (0.3.4) bookworm; urgency=medium
|
||||
|
||||
* update to new proxmox-schema using const_format to define static strings
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 19 Mar 2024 11:08:57 +0100
|
||||
|
||||
rust-proxmox-auth-api (0.3.3) bookworm; urgency=medium
|
||||
|
||||
* rebuild with proxmox-schema 3
|
||||
|
@ -31,8 +31,8 @@ Provides:
|
||||
librust-proxmox-auth-api-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3.3+default-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.3.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3.4+default-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-auth-api"
|
||||
|
||||
@ -53,7 +53,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+api-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3+api-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3.3+api-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.3.4+api-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "api"
|
||||
This metapackage enables feature "api" for the Rust proxmox-auth-api crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -64,10 +64,11 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-auth-api-dev (= ${binary:Version}),
|
||||
librust-const-format-0.2+default-dev,
|
||||
librust-lazy-static-1+default-dev (>= 1.4-~~),
|
||||
librust-proxmox-schema-3+api-macro-dev,
|
||||
librust-proxmox-schema-3+api-types-dev,
|
||||
librust-proxmox-schema-3+default-dev,
|
||||
librust-proxmox-schema-3+api-macro-dev (>= 3.1.0-~~),
|
||||
librust-proxmox-schema-3+api-types-dev (>= 3.1.0-~~),
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.0-~~),
|
||||
librust-regex-1+default-dev (>= 1.5-~~),
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-1+derive-dev,
|
||||
@ -75,7 +76,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3.3+api-types-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.3.4+api-types-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "api-types"
|
||||
This metapackage enables feature "api-types" for the Rust proxmox-auth-api
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -93,7 +94,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+pam-authenticator-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3+pam-authenticator-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3.3+pam-authenticator-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.3.4+pam-authenticator-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "pam-authenticator"
|
||||
This metapackage enables feature "pam-authenticator" for the Rust proxmox-auth-
|
||||
api crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -110,7 +111,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+ticket-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3+ticket-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.3.3+ticket-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.3.4+ticket-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "ticket"
|
||||
This metapackage enables feature "ticket" for the Rust proxmox-auth-api crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user