mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-14 09:27:04 +00:00
bump proxmox-schema to 3.0.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
5df9da2af4
commit
245524d0d8
@ -107,7 +107,7 @@ proxmox-lang = { version = "1.1", path = "proxmox-lang" }
|
||||
proxmox-login = { version = "0.1.0", path = "proxmox-login" }
|
||||
proxmox-rest-server = { version = "0.5.0", path = "proxmox-rest-server" }
|
||||
proxmox-router = { version = "2.1.1", path = "proxmox-router" }
|
||||
proxmox-schema = { version = "2.0.0", path = "proxmox-schema" }
|
||||
proxmox-schema = { version = "3.0.0", path = "proxmox-schema" }
|
||||
proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" }
|
||||
proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] }
|
||||
proxmox-sortable-macro = { version = "0.1.3", path = "proxmox-sortable-macro" }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-schema"
|
||||
version = "2.0.2"
|
||||
version = "3.0.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-schema (3.0.0-1) bookworm; urgency=medium
|
||||
|
||||
* add basic oneOf schema support
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Feb 2024 12:10:35 +0100
|
||||
|
||||
rust-proxmox-schema (2.0.2-1) bookworm; urgency=medium
|
||||
|
||||
* derive PartialEq for UPID
|
||||
|
@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-serde-json-1+default-dev <!nocheck>,
|
||||
librust-textwrap-0.16+default-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.6.1
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||
X-Cargo-Crate: proxmox-schema
|
||||
@ -37,21 +37,20 @@ Provides:
|
||||
librust-proxmox-schema+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2.0+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2.0+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2.0.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2.0.2+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2.0.2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2.0.2+test-harness-dev (= ${binary:Version})
|
||||
librust-proxmox-schema-3-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3.0+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3.0+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3.0.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3.0.0+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3.0.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3.0.0+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.
|
||||
Source code for Debianized Rust crate "proxmox-schema"
|
||||
|
||||
Package: librust-proxmox-schema+api-macro-dev
|
||||
Architecture: any
|
||||
@ -61,9 +60,9 @@ Depends:
|
||||
librust-proxmox-schema-dev (= ${binary:Version}),
|
||||
librust-proxmox-api-macro-1+default-dev (>= 1.0.6-~~)
|
||||
Provides:
|
||||
librust-proxmox-schema-2+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2.0+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2.0.2+api-macro-dev (= ${binary:Version})
|
||||
librust-proxmox-schema-3+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3.0+api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3.0.0+api-macro-dev (= ${binary:Version})
|
||||
Description: Proxmox api schema and validation - feature "api-macro"
|
||||
This metapackage enables feature "api-macro" for the Rust proxmox-schema crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
@ -77,9 +76,9 @@ Depends:
|
||||
librust-libc-0.2+default-dev (>= 0.2.107-~~),
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~)
|
||||
Provides:
|
||||
librust-proxmox-schema-2+upid-api-impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2.0+upid-api-impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2.0.2+upid-api-impl-dev (= ${binary:Version})
|
||||
librust-proxmox-schema-3+upid-api-impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3.0+upid-api-impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3.0.0+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.
|
||||
|
Loading…
Reference in New Issue
Block a user