]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-auth-api to 0.3.4
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 19 Mar 2024 10:09:10 +0000 (11:09 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 19 Mar 2024 10:09:49 +0000 (11:09 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-auth-api/Cargo.toml
proxmox-auth-api/debian/changelog
proxmox-auth-api/debian/control

index ecea701175c3bc470099680555aec69aab7df1c5..7e53a03f5ea8eeacf0ecb32fd4a4f97247905f2e 100644 (file)
@@ -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
index 5578a84b01b2e95d7ea8052fa8ac0578abcc1dbe..e291e505be7b47c2773dfac37f2c1840ee71a490 100644 (file)
@@ -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
index 8c5b7474bab3f49686fa2f5746d932b7a8a830bc..9a79c23f851f5ed491fe38b5372bc59a4e4416ae 100644 (file)
@@ -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.