mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-24 18:28:25 +00:00
schema: bump to 1.3.4
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
1349f24d49
commit
12da49b5ec
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-schema"
|
||||
version = "1.3.3"
|
||||
version = "1.3.4"
|
||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||
edition = "2021"
|
||||
license = "AGPL-3"
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-schema (1.3.4-1) unstable; urgency=medium
|
||||
|
||||
* bump textwrap to 0.15
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 19 Aug 2022 12:27:08 +0200
|
||||
|
||||
rust-proxmox-schema (1.3.3-1) unstable; urgency=medium
|
||||
|
||||
* bump nix to 0.24
|
||||
|
@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-json-1+default-dev <!nocheck>,
|
||||
librust-textwrap-0.11+default-dev <!nocheck>
|
||||
librust-textwrap-0.15+default-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.5.1
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||
@ -28,7 +28,7 @@ Depends:
|
||||
librust-regex-1+default-dev (>= 1.5-~~),
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-json-1+default-dev,
|
||||
librust-textwrap-0.11+default-dev
|
||||
librust-textwrap-0.15+default-dev
|
||||
Suggests:
|
||||
librust-proxmox-schema+libc-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema+nix-dev (= ${binary:Version}),
|
||||
@ -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.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3.3+test-harness-dev (= ${binary:Version})
|
||||
librust-proxmox-schema-1.3.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3.4+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3.4+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.3+libc-dev (= ${binary:Version})
|
||||
librust-proxmox-schema-1.3.4+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.3+nix-dev (= ${binary:Version})
|
||||
librust-proxmox-schema-1.3.4+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.3+proxmox-api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3.3+api-macro-dev (= ${binary:Version})
|
||||
librust-proxmox-schema-1.3.4+proxmox-api-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1.3.4+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.3+upid-api-impl-dev (= ${binary:Version})
|
||||
librust-proxmox-schema-1.3.4+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