mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-09 19:30:35 +00:00
bump proxmox-schema to 2.0.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
b46d333d98
commit
ac6a52dfd1
@ -93,7 +93,7 @@ proxmox-io = { version = "1.0.0", path = "proxmox-io" }
|
|||||||
proxmox-lang = { version = "1.1", path = "proxmox-lang" }
|
proxmox-lang = { version = "1.1", path = "proxmox-lang" }
|
||||||
proxmox-rest-server = { version = "0.4.0", path = "proxmox-rest-server" }
|
proxmox-rest-server = { version = "0.4.0", path = "proxmox-rest-server" }
|
||||||
proxmox-router = { version = "1.3.1", path = "proxmox-router" }
|
proxmox-router = { version = "1.3.1", path = "proxmox-router" }
|
||||||
proxmox-schema = { version = "1.3.7", path = "proxmox-schema" }
|
proxmox-schema = { version = "2.0.0", path = "proxmox-schema" }
|
||||||
proxmox-section-config = { version = "1.0.2", path = "proxmox-section-config" }
|
proxmox-section-config = { version = "1.0.2", path = "proxmox-section-config" }
|
||||||
proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] }
|
proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] }
|
||||||
proxmox-sortable-macro = { version = "0.1.2", path = "proxmox-sortable-macro" }
|
proxmox-sortable-macro = { version = "0.1.2", path = "proxmox-sortable-macro" }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-schema"
|
name = "proxmox-schema"
|
||||||
version = "1.3.7"
|
version = "2.0.0"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
rust-proxmox-schema (2.0.0-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* update to bookworm specific release series
|
||||||
|
|
||||||
|
* add `serde` infrastructure for property strings
|
||||||
|
|
||||||
|
* add `PropertyString` wrapper type
|
||||||
|
|
||||||
|
* change property string tests to use serde infrastructure
|
||||||
|
|
||||||
|
* add schema/format for comments
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Mon, 24 Jul 2023 10:37:30 +0200
|
||||||
|
|
||||||
rust-proxmox-schema (1.3.7-1) stable; urgency=medium
|
rust-proxmox-schema (1.3.7-1) stable; urgency=medium
|
||||||
|
|
||||||
* add 'api-types' feature for the common basic types
|
* add 'api-types' feature for the common basic types
|
||||||
|
@ -37,18 +37,18 @@ Provides:
|
|||||||
librust-proxmox-schema+api-types-dev (= ${binary:Version}),
|
librust-proxmox-schema+api-types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema+default-dev (= ${binary:Version}),
|
librust-proxmox-schema+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema+test-harness-dev (= ${binary:Version}),
|
librust-proxmox-schema+test-harness-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1-dev (= ${binary:Version}),
|
librust-proxmox-schema-2-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1+api-types-dev (= ${binary:Version}),
|
librust-proxmox-schema-2+api-types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1+default-dev (= ${binary:Version}),
|
librust-proxmox-schema-2+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1+test-harness-dev (= ${binary:Version}),
|
librust-proxmox-schema-2+test-harness-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3-dev (= ${binary:Version}),
|
librust-proxmox-schema-2.0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3+api-types-dev (= ${binary:Version}),
|
librust-proxmox-schema-2.0+api-types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3+default-dev (= ${binary:Version}),
|
librust-proxmox-schema-2.0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3+test-harness-dev (= ${binary:Version}),
|
librust-proxmox-schema-2.0+test-harness-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.7-dev (= ${binary:Version}),
|
librust-proxmox-schema-2.0.0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.7+api-types-dev (= ${binary:Version}),
|
librust-proxmox-schema-2.0.0+api-types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.7+default-dev (= ${binary:Version}),
|
librust-proxmox-schema-2.0.0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.7+test-harness-dev (= ${binary:Version})
|
librust-proxmox-schema-2.0.0+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.
|
||||||
@ -61,9 +61,9 @@ Depends:
|
|||||||
librust-proxmox-schema-dev (= ${binary:Version}),
|
librust-proxmox-schema-dev (= ${binary:Version}),
|
||||||
librust-proxmox-api-macro-1+default-dev (>= 1.0.4-~~)
|
librust-proxmox-api-macro-1+default-dev (>= 1.0.4-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-schema-1+api-macro-dev (= ${binary:Version}),
|
librust-proxmox-schema-2+api-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3+api-macro-dev (= ${binary:Version}),
|
librust-proxmox-schema-2.0+api-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.7+api-macro-dev (= ${binary:Version})
|
librust-proxmox-schema-2.0.0+api-macro-dev (= ${binary:Version})
|
||||||
Description: Proxmox api schema and validation - feature "api-macro"
|
Description: Proxmox api schema and validation - feature "api-macro"
|
||||||
This metapackage enables feature "api-macro" for the Rust proxmox-schema crate,
|
This metapackage enables feature "api-macro" for the Rust proxmox-schema crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
@ -77,9 +77,9 @@ Depends:
|
|||||||
librust-libc-0.2+default-dev (>= 0.2.107-~~),
|
librust-libc-0.2+default-dev (>= 0.2.107-~~),
|
||||||
librust-nix-0.26+default-dev (>= 0.26.1-~~)
|
librust-nix-0.26+default-dev (>= 0.26.1-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-schema-1+upid-api-impl-dev (= ${binary:Version}),
|
librust-proxmox-schema-2+upid-api-impl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3+upid-api-impl-dev (= ${binary:Version}),
|
librust-proxmox-schema-2.0+upid-api-impl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1.3.7+upid-api-impl-dev (= ${binary:Version})
|
librust-proxmox-schema-2.0.0+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