mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-30 01:00:07 +00:00
bump proxmox-schema to 1.3.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
8291d9ed81
commit
ac50b068de
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-schema"
|
name = "proxmox-schema"
|
||||||
version = "1.3.0"
|
version = "1.3.1"
|
||||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
rust-proxmox-schema (1.3.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* don't accept unterminated quoted strings in property strings
|
||||||
|
|
||||||
|
* bump api macro to 1.0.2 for the 'streaming' attribute
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 13 Apr 2022 08:18:08 +0200
|
||||||
|
|
||||||
rust-proxmox-schema (1.3.0-1) unstable; urgency=medium
|
rust-proxmox-schema (1.3.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* add `unwrap_*_schema/format` const fn methods
|
* add `unwrap_*_schema/format` const fn methods
|
||||||
|
@ -43,9 +43,9 @@ Provides:
|
|||||||
librust-proxmox-schema-1.3-dev (= ${binary:Version}),
|
librust-proxmox-schema-1.3-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3+default-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+test-harness-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.0-dev (= ${binary:Version}),
|
librust-proxmox-schema-1.3.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.0+default-dev (= ${binary:Version}),
|
librust-proxmox-schema-1.3.1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.0+test-harness-dev (= ${binary:Version})
|
librust-proxmox-schema-1.3.1+test-harness-dev (= ${binary:Version})
|
||||||
Description: Proxmox api schema and validation - Rust source code
|
Description: Proxmox api schema and validation - Rust source code
|
||||||
This package contains the source for the Rust proxmox-schema crate, packaged by
|
This package contains the source for the Rust proxmox-schema crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
@ -60,7 +60,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-schema-1+libc-dev (= ${binary:Version}),
|
librust-proxmox-schema-1+libc-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3+libc-dev (= ${binary:Version}),
|
librust-proxmox-schema-1.3+libc-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.0+libc-dev (= ${binary:Version})
|
librust-proxmox-schema-1.3.1+libc-dev (= ${binary:Version})
|
||||||
Description: Proxmox api schema and validation - feature "libc"
|
Description: Proxmox api schema and validation - feature "libc"
|
||||||
This metapackage enables feature "libc" for the Rust proxmox-schema crate, by
|
This metapackage enables feature "libc" for the Rust proxmox-schema crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -75,7 +75,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-schema-1+nix-dev (= ${binary:Version}),
|
librust-proxmox-schema-1+nix-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3+nix-dev (= ${binary:Version}),
|
librust-proxmox-schema-1.3+nix-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.0+nix-dev (= ${binary:Version})
|
librust-proxmox-schema-1.3.1+nix-dev (= ${binary:Version})
|
||||||
Description: Proxmox api schema and validation - feature "nix"
|
Description: Proxmox api schema and validation - feature "nix"
|
||||||
This metapackage enables feature "nix" for the Rust proxmox-schema crate, by
|
This metapackage enables feature "nix" for the Rust proxmox-schema crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -86,15 +86,15 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-schema-dev (= ${binary:Version}),
|
librust-proxmox-schema-dev (= ${binary:Version}),
|
||||||
librust-proxmox-api-macro-1+default-dev
|
librust-proxmox-api-macro-1+default-dev (>= 1.0.2-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-schema+api-macro-dev (= ${binary:Version}),
|
librust-proxmox-schema+api-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1+proxmox-api-macro-dev (= ${binary:Version}),
|
librust-proxmox-schema-1+proxmox-api-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1+api-macro-dev (= ${binary:Version}),
|
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+proxmox-api-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3+api-macro-dev (= ${binary:Version}),
|
librust-proxmox-schema-1.3+api-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.0+proxmox-api-macro-dev (= ${binary:Version}),
|
librust-proxmox-schema-1.3.1+proxmox-api-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.0+api-macro-dev (= ${binary:Version})
|
librust-proxmox-schema-1.3.1+api-macro-dev (= ${binary:Version})
|
||||||
Description: Proxmox api schema and validation - feature "proxmox-api-macro" and 1 more
|
Description: Proxmox api schema and validation - feature "proxmox-api-macro" and 1 more
|
||||||
This metapackage enables feature "proxmox-api-macro" for the Rust proxmox-
|
This metapackage enables feature "proxmox-api-macro" for the Rust proxmox-
|
||||||
schema crate, by pulling in any additional dependencies needed by that
|
schema crate, by pulling in any additional dependencies needed by that
|
||||||
@ -113,7 +113,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-schema-1+upid-api-impl-dev (= ${binary:Version}),
|
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+upid-api-impl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.0+upid-api-impl-dev (= ${binary:Version})
|
librust-proxmox-schema-1.3.1+upid-api-impl-dev (= ${binary:Version})
|
||||||
Description: Proxmox api schema and validation - feature "upid-api-impl"
|
Description: Proxmox api schema and validation - feature "upid-api-impl"
|
||||||
This metapackage enables feature "upid-api-impl" for the Rust proxmox-schema
|
This metapackage enables feature "upid-api-impl" for the Rust proxmox-schema
|
||||||
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