]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-apt to 0.10.8-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 2 Feb 2024 12:47:49 +0000 (13:47 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 2 Feb 2024 12:56:01 +0000 (13:56 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-apt/Cargo.toml
proxmox-apt/debian/changelog
proxmox-apt/debian/control

index 998af22fa0633d16b289de63046264fb86117e79..af60248007de609e80bb37518d5e7c722d1c4f5b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-apt"
-version = "0.10.7"
+version = "0.10.8"
 description = "Proxmox library for APT"
 authors.workspace = true
 edition.workspace = true
index f592d65a44709c79c480c6fb28a97ea7c25466f9..066f99c583e0e8012782775732ce13820eaacf96 100644 (file)
@@ -1,3 +1,15 @@
+rust-proxmox-apt (0.10.8-1) bookworm; urgency=medium
+
+  * document status property for standard repositories
+
+  * add skip_serializing_if attirbutes to api types
+
+  * add missing #[serde(default)] annotations
+
+  * fix digest api type in APTRepositoryFile
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Feb 2024 13:47:41 +0100
+
 rust-proxmox-apt (0.10.7-1) bookworm; urgency=medium
 
   * add missing #[serde(default)] attributes to api types
index cac095c5f38d33e8bc89381537e045aeb7dc8d51..1523c562f88ebf60c246ed80d3328749ed467462 100644 (file)
@@ -10,14 +10,14 @@ Build-Depends: debhelper (>= 12),
  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-proxmox-schema-2+api-macro-dev <!nocheck>,
- librust-proxmox-schema-2+default-dev <!nocheck>,
+ librust-proxmox-schema-3+api-macro-dev <!nocheck>,
+ librust-proxmox-schema-3+default-dev <!nocheck>,
  librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~) <!nocheck>,
  librust-serde-1+default-dev <!nocheck>,
  librust-serde-1+derive-dev <!nocheck>,
  librust-serde-json-1+default-dev <!nocheck>
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Git: git://git.proxmox.com/git/proxmox-apt.git
 Vcs-Browser: https://git.proxmox.com/?p=proxmox-apt.git
 Homepage: https://proxmox.com
@@ -33,8 +33,8 @@ Depends:
  librust-hex-0.4+default-dev,
  librust-once-cell-1+default-dev (>= 1.3.1-~~),
  librust-openssl-0.10+default-dev,
- librust-proxmox-schema-2+api-macro-dev,
- librust-proxmox-schema-2+default-dev,
+ librust-proxmox-schema-3+api-macro-dev,
+ librust-proxmox-schema-3+default-dev,
  librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~),
  librust-serde-1+default-dev,
  librust-serde-1+derive-dev,
@@ -45,8 +45,7 @@ Provides:
  librust-proxmox-apt-0+default-dev (= ${binary:Version}),
  librust-proxmox-apt-0.10-dev (= ${binary:Version}),
  librust-proxmox-apt-0.10+default-dev (= ${binary:Version}),
- librust-proxmox-apt-0.10.7-dev (= ${binary:Version}),
- librust-proxmox-apt-0.10.7+default-dev (= ${binary:Version})
+ librust-proxmox-apt-0.10.8-dev (= ${binary:Version}),
+ librust-proxmox-apt-0.10.8+default-dev (= ${binary:Version})
 Description: Proxmox library for APT - Rust source code
- This package contains the source for the Rust proxmox-apt crate, packaged by
- debcargo for use with cargo and dh-cargo.
+ Source code for Debianized Rust crate "proxmox-apt"