From ae0ee80f4398c72640e574143c25e42dabe5e8f0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 11 Feb 2022 14:07:52 +0100 Subject: [PATCH] bump proxmox-schema to 1.2.0-1 Signed-off-by: Wolfgang Bumiller --- proxmox-schema/Cargo.toml | 2 +- proxmox-schema/debian/changelog | 8 ++++++++ proxmox-schema/debian/control | 36 ++++++++++++++++----------------- 3 files changed, 27 insertions(+), 19 deletions(-) diff --git a/proxmox-schema/Cargo.toml b/proxmox-schema/Cargo.toml index f3c1126a..76a4ad5c 100644 --- a/proxmox-schema/Cargo.toml +++ b/proxmox-schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-schema" -version = "1.1.0" +version = "1.2.0" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-schema/debian/changelog b/proxmox-schema/debian/changelog index b73bac93..b615e7d9 100644 --- a/proxmox-schema/debian/changelog +++ b/proxmox-schema/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-schema (1.2.0-1) unstable; urgency=medium + + * bump regex to 1.5 + + * implement convenience traits for ParameterError + + -- Proxmox Support Team Fri, 11 Feb 2022 14:06:55 +0100 + rust-proxmox-schema (1.1.0-1) unstable; urgency=medium * make parse and verify functions methods of Schema diff --git a/proxmox-schema/debian/control b/proxmox-schema/debian/control index fb796323..f241c3af 100644 --- a/proxmox-schema/debian/control +++ b/proxmox-schema/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 12), libstd-rust-dev , librust-anyhow-1+default-dev , librust-lazy-static-1+default-dev (>= 1.4-~~) , - librust-regex-1+default-dev (>= 1.2-~~) , + librust-regex-1+default-dev (>= 1.5-~~) , librust-serde-1+default-dev , librust-serde-json-1+default-dev , librust-textwrap-0.11+default-dev @@ -25,7 +25,7 @@ Depends: ${misc:Depends}, librust-anyhow-1+default-dev, librust-lazy-static-1+default-dev (>= 1.4-~~), - librust-regex-1+default-dev (>= 1.2-~~), + librust-regex-1+default-dev (>= 1.5-~~), librust-serde-1+default-dev, librust-serde-json-1+default-dev, librust-textwrap-0.11+default-dev @@ -40,12 +40,12 @@ Provides: librust-proxmox-schema-1-dev (= ${binary:Version}), librust-proxmox-schema-1+default-dev (= ${binary:Version}), librust-proxmox-schema-1+test-harness-dev (= ${binary:Version}), - librust-proxmox-schema-1.1-dev (= ${binary:Version}), - librust-proxmox-schema-1.1+default-dev (= ${binary:Version}), - librust-proxmox-schema-1.1+test-harness-dev (= ${binary:Version}), - librust-proxmox-schema-1.1.0-dev (= ${binary:Version}), - librust-proxmox-schema-1.1.0+default-dev (= ${binary:Version}), - librust-proxmox-schema-1.1.0+test-harness-dev (= ${binary:Version}) + librust-proxmox-schema-1.2-dev (= ${binary:Version}), + librust-proxmox-schema-1.2+default-dev (= ${binary:Version}), + librust-proxmox-schema-1.2+test-harness-dev (= ${binary:Version}), + librust-proxmox-schema-1.2.0-dev (= ${binary:Version}), + librust-proxmox-schema-1.2.0+default-dev (= ${binary:Version}), + librust-proxmox-schema-1.2.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. @@ -59,8 +59,8 @@ Depends: librust-libc-0.2+default-dev Provides: librust-proxmox-schema-1+libc-dev (= ${binary:Version}), - librust-proxmox-schema-1.1+libc-dev (= ${binary:Version}), - librust-proxmox-schema-1.1.0+libc-dev (= ${binary:Version}) + librust-proxmox-schema-1.2+libc-dev (= ${binary:Version}), + librust-proxmox-schema-1.2.0+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. @@ -74,8 +74,8 @@ Depends: librust-nix-0.19+default-dev Provides: librust-proxmox-schema-1+nix-dev (= ${binary:Version}), - librust-proxmox-schema-1.1+nix-dev (= ${binary:Version}), - librust-proxmox-schema-1.1.0+nix-dev (= ${binary:Version}) + librust-proxmox-schema-1.2+nix-dev (= ${binary:Version}), + librust-proxmox-schema-1.2.0+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. @@ -91,10 +91,10 @@ Provides: librust-proxmox-schema+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.1+proxmox-api-macro-dev (= ${binary:Version}), - librust-proxmox-schema-1.1+api-macro-dev (= ${binary:Version}), - librust-proxmox-schema-1.1.0+proxmox-api-macro-dev (= ${binary:Version}), - librust-proxmox-schema-1.1.0+api-macro-dev (= ${binary:Version}) + librust-proxmox-schema-1.2+proxmox-api-macro-dev (= ${binary:Version}), + librust-proxmox-schema-1.2+api-macro-dev (= ${binary:Version}), + librust-proxmox-schema-1.2.0+proxmox-api-macro-dev (= ${binary:Version}), + librust-proxmox-schema-1.2.0+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 @@ -112,8 +112,8 @@ Depends: librust-proxmox-schema+nix-dev (= ${binary:Version}) Provides: librust-proxmox-schema-1+upid-api-impl-dev (= ${binary:Version}), - librust-proxmox-schema-1.1+upid-api-impl-dev (= ${binary:Version}), - librust-proxmox-schema-1.1.0+upid-api-impl-dev (= ${binary:Version}) + librust-proxmox-schema-1.2+upid-api-impl-dev (= ${binary:Version}), + librust-proxmox-schema-1.2.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.