forked from Proxmox/proxmox
apt: bump to 0.11.3-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
256bcfb0f1
commit
11e6173097
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-apt"
|
name = "proxmox-apt"
|
||||||
version = "0.11.2"
|
version = "0.11.3"
|
||||||
description = "Proxmox library for APT"
|
description = "Proxmox library for APT"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -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 <support@proxmox.com> Wed, 14 Aug 2024 11:48:01 +0200
|
||||||
|
|
||||||
rust-proxmox-apt (0.11.2-1) bookworm; urgency=medium
|
rust-proxmox-apt (0.11.2-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* apt: updates for changed api (digest as array)
|
* apt: updates for changed api (digest as array)
|
||||||
|
@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 12),
|
|||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
librust-anyhow-1+default-dev <!nocheck>,
|
librust-anyhow-1+default-dev <!nocheck>,
|
||||||
librust-hex-0.4+default-dev <!nocheck>,
|
librust-hex-0.4+default-dev <!nocheck>,
|
||||||
librust-once-cell-1+default-dev (>= 1.3.1-~~) <!nocheck>,
|
|
||||||
librust-openssl-0.10+default-dev <!nocheck>,
|
librust-openssl-0.10+default-dev <!nocheck>,
|
||||||
librust-proxmox-apt-api-types-1+default-dev (>= 1.0.1-~~) <!nocheck>,
|
librust-proxmox-apt-api-types-1+default-dev (>= 1.0.1-~~) <!nocheck>,
|
||||||
librust-proxmox-config-digest-0.1+default-dev <!nocheck>,
|
librust-proxmox-config-digest-0.1+default-dev <!nocheck>,
|
||||||
@ -33,7 +32,6 @@ Depends:
|
|||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-anyhow-1+default-dev,
|
librust-anyhow-1+default-dev,
|
||||||
librust-hex-0.4+default-dev,
|
librust-hex-0.4+default-dev,
|
||||||
librust-once-cell-1+default-dev (>= 1.3.1-~~),
|
|
||||||
librust-openssl-0.10+default-dev,
|
librust-openssl-0.10+default-dev,
|
||||||
librust-proxmox-apt-api-types-1+default-dev (>= 1.0.1-~~),
|
librust-proxmox-apt-api-types-1+default-dev (>= 1.0.1-~~),
|
||||||
librust-proxmox-config-digest-0.1+default-dev,
|
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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0.11-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0.11.2-dev (= ${binary:Version}),
|
librust-proxmox-apt-0.11.3-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0.11.2+default-dev (= ${binary:Version})
|
librust-proxmox-apt-0.11.3+default-dev (= ${binary:Version})
|
||||||
Description: Proxmox library for APT - Rust source code
|
Description: Proxmox library for APT - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-apt"
|
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-apt-pkg-native-0.3+default-dev (>= 0.3.2-~~),
|
||||||
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
||||||
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
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-~~)
|
librust-regex-1+default-dev (>= 1.5-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-apt-0+cache-dev (= ${binary:Version}),
|
librust-proxmox-apt-0+cache-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0.11+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"
|
Description: Proxmox library for APT - feature "cache"
|
||||||
This metapackage enables feature "cache" for the Rust proxmox-apt crate, by
|
This metapackage enables feature "cache" for the Rust proxmox-apt crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user