From 11e61730977aabd19932b3c39ec804d7a74b6098 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 14 Aug 2024 11:48:32 +0200 Subject: [PATCH] apt: bump to 0.11.3-1 Signed-off-by: Wolfgang Bumiller --- proxmox-apt/Cargo.toml | 2 +- proxmox-apt/debian/changelog | 8 ++++++++ proxmox-apt/debian/control | 10 ++++------ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/proxmox-apt/Cargo.toml b/proxmox-apt/Cargo.toml index 0e9fbbdc..e29936a6 100644 --- a/proxmox-apt/Cargo.toml +++ b/proxmox-apt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.11.2" +version = "0.11.3" description = "Proxmox library for APT" authors.workspace = true edition.workspace = true diff --git a/proxmox-apt/debian/changelog b/proxmox-apt/debian/changelog index 7be5a022..8147661b 100644 --- a/proxmox-apt/debian/changelog +++ b/proxmox-apt/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-apt (0.11.3-1) bookworm; urgency=medium + + * drop unused dependency on once_cell + + * various docs and clippy fixes + + -- Proxmox Support Team Wed, 14 Aug 2024 11:48:01 +0200 + rust-proxmox-apt (0.11.2-1) bookworm; urgency=medium * apt: updates for changed api (digest as array) diff --git a/proxmox-apt/debian/control b/proxmox-apt/debian/control index 7ea89d5c..3ae00d2a 100644 --- a/proxmox-apt/debian/control +++ b/proxmox-apt/debian/control @@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 12), libstd-rust-dev , librust-anyhow-1+default-dev , librust-hex-0.4+default-dev , - librust-once-cell-1+default-dev (>= 1.3.1-~~) , librust-openssl-0.10+default-dev , librust-proxmox-apt-api-types-1+default-dev (>= 1.0.1-~~) , librust-proxmox-config-digest-0.1+default-dev , @@ -33,7 +32,6 @@ Depends: ${misc:Depends}, librust-anyhow-1+default-dev, librust-hex-0.4+default-dev, - librust-once-cell-1+default-dev (>= 1.3.1-~~), librust-openssl-0.10+default-dev, librust-proxmox-apt-api-types-1+default-dev (>= 1.0.1-~~), librust-proxmox-config-digest-0.1+default-dev, @@ -51,8 +49,8 @@ Provides: librust-proxmox-apt-0+default-dev (= ${binary:Version}), librust-proxmox-apt-0.11-dev (= ${binary:Version}), librust-proxmox-apt-0.11+default-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.2-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.2+default-dev (= ${binary:Version}) + librust-proxmox-apt-0.11.3-dev (= ${binary:Version}), + librust-proxmox-apt-0.11.3+default-dev (= ${binary:Version}) Description: Proxmox library for APT - Rust source code Source code for Debianized Rust crate "proxmox-apt" @@ -65,12 +63,12 @@ Depends: librust-apt-pkg-native-0.3+default-dev (>= 0.3.2-~~), librust-log-0.4+default-dev (>= 0.4.17-~~), librust-nix-0.26+default-dev (>= 0.26.1-~~), - librust-proxmox-schema-3+default-dev (>= 3.1.1-~~), + librust-proxmox-schema-3+default-dev (>= 3.1.2-~~), librust-regex-1+default-dev (>= 1.5-~~) Provides: librust-proxmox-apt-0+cache-dev (= ${binary:Version}), librust-proxmox-apt-0.11+cache-dev (= ${binary:Version}), - librust-proxmox-apt-0.11.2+cache-dev (= ${binary:Version}) + librust-proxmox-apt-0.11.3+cache-dev (= ${binary:Version}) Description: Proxmox library for APT - feature "cache" This metapackage enables feature "cache" for the Rust proxmox-apt crate, by pulling in any additional dependencies needed by that feature.