bump proxmox-schema to 1.3.2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-06-02 10:11:35 +02:00
parent d68a755536
commit f7da6ee7d4
3 changed files with 15 additions and 9 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-schema"
version = "1.3.1"
version = "1.3.2"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2021"
license = "AGPL-3"

View File

@ -1,3 +1,9 @@
rust-proxmox-schema (1.3.2-1) unstable; urgency=medium
* update to api macro 1.0.3
-- Proxmox Support Team <support@proxmox.com> Thu, 02 Jun 2022 10:11:39 +0200
rust-proxmox-schema (1.3.1-1) unstable; urgency=medium
* don't accept unterminated quoted strings in property strings

View File

@ -43,9 +43,9 @@ Provides:
librust-proxmox-schema-1.3-dev (= ${binary:Version}),
librust-proxmox-schema-1.3+default-dev (= ${binary:Version}),
librust-proxmox-schema-1.3+test-harness-dev (= ${binary:Version}),
librust-proxmox-schema-1.3.1-dev (= ${binary:Version}),
librust-proxmox-schema-1.3.1+default-dev (= ${binary:Version}),
librust-proxmox-schema-1.3.1+test-harness-dev (= ${binary:Version})
librust-proxmox-schema-1.3.2-dev (= ${binary:Version}),
librust-proxmox-schema-1.3.2+default-dev (= ${binary:Version}),
librust-proxmox-schema-1.3.2+test-harness-dev (= ${binary:Version})
Description: Proxmox api schema and validation - Rust source code
This package contains the source for the Rust proxmox-schema crate, packaged by
debcargo for use with cargo and dh-cargo.
@ -60,7 +60,7 @@ Depends:
Provides:
librust-proxmox-schema-1+libc-dev (= ${binary:Version}),
librust-proxmox-schema-1.3+libc-dev (= ${binary:Version}),
librust-proxmox-schema-1.3.1+libc-dev (= ${binary:Version})
librust-proxmox-schema-1.3.2+libc-dev (= ${binary:Version})
Description: Proxmox api schema and validation - feature "libc"
This metapackage enables feature "libc" for the Rust proxmox-schema crate, by
pulling in any additional dependencies needed by that feature.
@ -75,7 +75,7 @@ Depends:
Provides:
librust-proxmox-schema-1+nix-dev (= ${binary:Version}),
librust-proxmox-schema-1.3+nix-dev (= ${binary:Version}),
librust-proxmox-schema-1.3.1+nix-dev (= ${binary:Version})
librust-proxmox-schema-1.3.2+nix-dev (= ${binary:Version})
Description: Proxmox api schema and validation - feature "nix"
This metapackage enables feature "nix" for the Rust proxmox-schema crate, by
pulling in any additional dependencies needed by that feature.
@ -93,8 +93,8 @@ Provides:
librust-proxmox-schema-1+api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-1.3+proxmox-api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-1.3+api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-1.3.1+proxmox-api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-1.3.1+api-macro-dev (= ${binary:Version})
librust-proxmox-schema-1.3.2+proxmox-api-macro-dev (= ${binary:Version}),
librust-proxmox-schema-1.3.2+api-macro-dev (= ${binary:Version})
Description: Proxmox api schema and validation - feature "proxmox-api-macro" and 1 more
This metapackage enables feature "proxmox-api-macro" for the Rust proxmox-
schema crate, by pulling in any additional dependencies needed by that
@ -113,7 +113,7 @@ Depends:
Provides:
librust-proxmox-schema-1+upid-api-impl-dev (= ${binary:Version}),
librust-proxmox-schema-1.3+upid-api-impl-dev (= ${binary:Version}),
librust-proxmox-schema-1.3.1+upid-api-impl-dev (= ${binary:Version})
librust-proxmox-schema-1.3.2+upid-api-impl-dev (= ${binary:Version})
Description: Proxmox api schema and validation - feature "upid-api-impl"
This metapackage enables feature "upid-api-impl" for the Rust proxmox-schema
crate, by pulling in any additional dependencies needed by that feature.