auth-api: bump to 0.4.7-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2025-01-15 12:46:44 +01:00
parent 0807248c15
commit f01f934963
3 changed files with 19 additions and 13 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-auth-api"
description = "Tickets, API and Realm handling"
version = "0.4.6"
version = "0.4.7"
authors.workspace = true
edition.workspace = true

View File

@ -1,3 +1,9 @@
rust-proxmox-auth-api (0.4.7-1) bookworm; urgency=medium
* rebuild with proxmox-schema 4.0
-- Proxmox Support Team <support@proxmox.com> Wed, 15 Jan 2025 12:46:36 +0100
rust-proxmox-auth-api (0.4.6) bookworm; urgency=medium
* rebuild with new rest-server and router dependencies

View File

@ -33,8 +33,8 @@ Provides:
librust-proxmox-auth-api-0+default-dev (= ${binary:Version}),
librust-proxmox-auth-api-0.4-dev (= ${binary:Version}),
librust-proxmox-auth-api-0.4+default-dev (= ${binary:Version}),
librust-proxmox-auth-api-0.4.6-dev (= ${binary:Version}),
librust-proxmox-auth-api-0.4.6+default-dev (= ${binary:Version})
librust-proxmox-auth-api-0.4.7-dev (= ${binary:Version}),
librust-proxmox-auth-api-0.4.7+default-dev (= ${binary:Version})
Description: Tickets, API and Realm handling - Rust source code
Source code for Debianized Rust crate "proxmox-auth-api"
@ -55,7 +55,7 @@ Depends:
Provides:
librust-proxmox-auth-api-0+api-dev (= ${binary:Version}),
librust-proxmox-auth-api-0.4+api-dev (= ${binary:Version}),
librust-proxmox-auth-api-0.4.6+api-dev (= ${binary:Version})
librust-proxmox-auth-api-0.4.7+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.
@ -67,9 +67,9 @@ Depends:
${misc:Depends},
librust-proxmox-auth-api-dev (= ${binary:Version}),
librust-const-format-0.2+default-dev,
librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~),
librust-proxmox-schema-3+api-types-dev (>= 3.1.2-~~),
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~),
librust-proxmox-schema-4+api-macro-dev,
librust-proxmox-schema-4+api-types-dev,
librust-proxmox-schema-4+default-dev,
librust-regex-1+default-dev (>= 1.5-~~),
librust-serde-1+default-dev,
librust-serde-1+derive-dev,
@ -77,7 +77,7 @@ Depends:
Provides:
librust-proxmox-auth-api-0+api-types-dev (= ${binary:Version}),
librust-proxmox-auth-api-0.4+api-types-dev (= ${binary:Version}),
librust-proxmox-auth-api-0.4.6+api-types-dev (= ${binary:Version})
librust-proxmox-auth-api-0.4.7+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.
@ -95,7 +95,7 @@ Depends:
Provides:
librust-proxmox-auth-api-0+pam-authenticator-dev (= ${binary:Version}),
librust-proxmox-auth-api-0.4+pam-authenticator-dev (= ${binary:Version}),
librust-proxmox-auth-api-0.4.6+pam-authenticator-dev (= ${binary:Version})
librust-proxmox-auth-api-0.4.7+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,12 +110,12 @@ Depends:
librust-log-0.4+default-dev (>= 0.4.17-~~),
librust-nix-0.26+default-dev (>= 0.26.1-~~),
librust-proxmox-product-config-0.2+default-dev,
librust-proxmox-sys-0.6+crypt-dev,
librust-proxmox-sys-0.6+default-dev
librust-proxmox-sys-0.6+crypt-dev (>= 0.6.5-~~),
librust-proxmox-sys-0.6+default-dev (>= 0.6.5-~~)
Provides:
librust-proxmox-auth-api-0+password-authenticator-dev (= ${binary:Version}),
librust-proxmox-auth-api-0.4+password-authenticator-dev (= ${binary:Version}),
librust-proxmox-auth-api-0.4.6+password-authenticator-dev (= ${binary:Version})
librust-proxmox-auth-api-0.4.7+password-authenticator-dev (= ${binary:Version})
Description: Tickets, API and Realm handling - feature "password-authenticator"
This metapackage enables feature "password-authenticator" for the Rust proxmox-
auth-api crate, by pulling in any additional dependencies needed by that
@ -133,7 +133,7 @@ Depends:
Provides:
librust-proxmox-auth-api-0+ticket-dev (= ${binary:Version}),
librust-proxmox-auth-api-0.4+ticket-dev (= ${binary:Version}),
librust-proxmox-auth-api-0.4.6+ticket-dev (= ${binary:Version})
librust-proxmox-auth-api-0.4.7+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.