From 3fabb14d62f59b795e1ee59bb10b66e79ac940d2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 14 Aug 2024 11:06:30 +0200 Subject: [PATCH] schema: bump to 3.1.3-1 Signed-off-by: Wolfgang Bumiller --- proxmox-schema/Cargo.toml | 2 +- proxmox-schema/debian/changelog | 10 ++++++++++ proxmox-schema/debian/control | 18 ++++++++---------- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/proxmox-schema/Cargo.toml b/proxmox-schema/Cargo.toml index ac4839e9..894fb8de 100644 --- a/proxmox-schema/Cargo.toml +++ b/proxmox-schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-schema" -version = "3.1.2" +version = "3.1.3" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-schema/debian/changelog b/proxmox-schema/debian/changelog index f05c3729..5182223a 100644 --- a/proxmox-schema/debian/changelog +++ b/proxmox-schema/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-schema (3.1.3-1) bookworm; urgency=medium + + * replace lazy_static dependency with std's LazyLock + + * some clippy fixes + + * fix various typos in documentation + + -- Proxmox Support Team Wed, 14 Aug 2024 11:06:10 +0200 + rust-proxmox-schema (3.1.2-1) bookworm; urgency=medium * drop trailing whitespaces in wrap_text diff --git a/proxmox-schema/debian/control b/proxmox-schema/debian/control index f7db229b..84751cf0 100644 --- a/proxmox-schema/debian/control +++ b/proxmox-schema/debian/control @@ -4,10 +4,9 @@ Priority: optional Build-Depends: debhelper (>= 12), dh-cargo (>= 25), cargo:native , - rustc:native , + rustc:native (>= 1.80) , libstd-rust-dev , librust-anyhow-1+default-dev , - librust-lazy-static-1+default-dev (>= 1.4-~~) , librust-regex-1+default-dev (>= 1.5-~~) , librust-serde-1+default-dev , librust-serde-json-1+default-dev , @@ -25,7 +24,6 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-anyhow-1+default-dev, - librust-lazy-static-1+default-dev (>= 1.4-~~), librust-regex-1+default-dev (>= 1.5-~~), librust-serde-1+default-dev, librust-serde-json-1+default-dev, @@ -43,9 +41,9 @@ Provides: librust-proxmox-schema-3.1-dev (= ${binary:Version}), librust-proxmox-schema-3.1+default-dev (= ${binary:Version}), librust-proxmox-schema-3.1+test-harness-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.2-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.2+default-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.2+test-harness-dev (= ${binary:Version}) + librust-proxmox-schema-3.1.3-dev (= ${binary:Version}), + librust-proxmox-schema-3.1.3+default-dev (= ${binary:Version}), + librust-proxmox-schema-3.1.3+test-harness-dev (= ${binary:Version}) Description: Proxmox api schema and validation - Rust source code Source code for Debianized Rust crate "proxmox-schema" @@ -55,11 +53,11 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-schema-dev (= ${binary:Version}), - librust-proxmox-api-macro-1+default-dev (>= 1.0.8-~~) + librust-proxmox-api-macro-1+default-dev (>= 1.1.0-~~) Provides: librust-proxmox-schema-3+api-macro-dev (= ${binary:Version}), librust-proxmox-schema-3.1+api-macro-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.2+api-macro-dev (= ${binary:Version}) + librust-proxmox-schema-3.1.3+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. @@ -74,7 +72,7 @@ Depends: Provides: librust-proxmox-schema-3+api-types-dev (= ${binary:Version}), librust-proxmox-schema-3.1+api-types-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.2+api-types-dev (= ${binary:Version}) + librust-proxmox-schema-3.1.3+api-types-dev (= ${binary:Version}) Description: Proxmox api schema and validation - feature "api-types" This metapackage enables feature "api-types" for the Rust proxmox-schema crate, by pulling in any additional dependencies needed by that feature. @@ -90,7 +88,7 @@ Depends: Provides: librust-proxmox-schema-3+upid-api-impl-dev (= ${binary:Version}), librust-proxmox-schema-3.1+upid-api-impl-dev (= ${binary:Version}), - librust-proxmox-schema-3.1.2+upid-api-impl-dev (= ${binary:Version}) + librust-proxmox-schema-3.1.3+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.