From 7ea502b3511b760fdf86e2401cbe342ff0f966a2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 24 Jul 2023 11:00:43 +0200 Subject: [PATCH] bump proxmox-section-config to 2.0.0-1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- proxmox-section-config/Cargo.toml | 2 +- proxmox-section-config/debian/changelog | 18 ++++++++++++++++++ proxmox-section-config/debian/control | 16 ++++++++-------- 4 files changed, 28 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0e37525d..54be5f6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ proxmox-lang = { version = "1.1", path = "proxmox-lang" } proxmox-rest-server = { version = "0.4.0", path = "proxmox-rest-server" } proxmox-router = { version = "2.0.0", path = "proxmox-router" } proxmox-schema = { version = "2.0.0", path = "proxmox-schema" } -proxmox-section-config = { version = "1.0.2", path = "proxmox-section-config" } +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.2", path = "proxmox-sortable-macro" } proxmox-sys = { version = "0.5.0", path = "proxmox-sys" } diff --git a/proxmox-section-config/Cargo.toml b/proxmox-section-config/Cargo.toml index 5d33b7a6..4da63f31 100644 --- a/proxmox-section-config/Cargo.toml +++ b/proxmox-section-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-section-config" -version = "1.0.2" +version = "2.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-section-config/debian/changelog b/proxmox-section-config/debian/changelog index c4247938..d80b0a6b 100644 --- a/proxmox-section-config/debian/changelog +++ b/proxmox-section-config/debian/changelog @@ -1,3 +1,21 @@ +rust-proxmox-section-config (2.0.0-1) bookworm; urgency=medium + + * various clippy fixes + + * use workspace variables in Cargo.toml + + * update two Debian 12 bookworm version + + * add test for array schema + + * fix handling of array schema in unknown sections + + * make ReST dump reproducible + + * derive Clone for SectionConfigData + + -- Proxmox Support Team Mon, 24 Jul 2023 10:58:43 +0200 + rust-proxmox-section-config (1.0.2-1) stable; urgency=medium * support allowing unknown section types for future-proof parsing when only diff --git a/proxmox-section-config/debian/control b/proxmox-section-config/debian/control index 80f50fa8..d333b0dd 100644 --- a/proxmox-section-config/debian/control +++ b/proxmox-section-config/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 12), librust-anyhow-1+default-dev , librust-hex-0.4+default-dev , librust-proxmox-lang-1+default-dev (>= 1.1-~~) , - librust-proxmox-schema-1+default-dev (>= 1.3.5-~~) , + librust-proxmox-schema-2+default-dev , librust-serde-1+default-dev , librust-serde-json-1+default-dev Maintainer: Proxmox Support Team @@ -27,17 +27,17 @@ Depends: librust-anyhow-1+default-dev, librust-hex-0.4+default-dev, librust-proxmox-lang-1+default-dev (>= 1.1-~~), - librust-proxmox-schema-1+default-dev (>= 1.3.5-~~), + librust-proxmox-schema-2+default-dev, librust-serde-1+default-dev, librust-serde-json-1+default-dev Provides: librust-proxmox-section-config+default-dev (= ${binary:Version}), - librust-proxmox-section-config-1-dev (= ${binary:Version}), - librust-proxmox-section-config-1+default-dev (= ${binary:Version}), - librust-proxmox-section-config-1.0-dev (= ${binary:Version}), - librust-proxmox-section-config-1.0+default-dev (= ${binary:Version}), - librust-proxmox-section-config-1.0.2-dev (= ${binary:Version}), - librust-proxmox-section-config-1.0.2+default-dev (= ${binary:Version}) + librust-proxmox-section-config-2-dev (= ${binary:Version}), + librust-proxmox-section-config-2+default-dev (= ${binary:Version}), + librust-proxmox-section-config-2.0-dev (= ${binary:Version}), + librust-proxmox-section-config-2.0+default-dev (= ${binary:Version}), + librust-proxmox-section-config-2.0.0-dev (= ${binary:Version}), + librust-proxmox-section-config-2.0.0+default-dev (= ${binary:Version}) Description: Proxmox schema based section config format parsing - Rust source code This package contains the source for the Rust proxmox-section-config crate, packaged by debcargo for use with cargo and dh-cargo.