]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-human-byte to 0.1.3-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 2 Feb 2024 12:51:47 +0000 (13:51 +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-human-byte/Cargo.toml
proxmox-human-byte/debian/changelog
proxmox-human-byte/debian/control

index 339d2980d41285af7540f7d044b78ff55fe15169..647dfb2b81f61be2f998669e70473264e01c7df0 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-human-byte"
-version = "0.1.2"
+version = "0.1.3"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
index 5e58552762a9e8f5208f52690d7a5293af9fd06b..3254d12b96ae324f04eecd8bbf41581b92dfe956 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-human-byte (0.1.3-1) bookworm; urgency=medium
+
+  * rebuild with proxmox-schema 3
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Feb 2024 13:51:30 +0100
+
 rust-proxmox-human-byte (0.1.2-1) bookworm; urgency=medium
 
   * make HumanByte members public
index e85bab56cbe279e2896e761c2ed2a6231d583dbf..907df5e48cfb92fe0de089f8f9b006428eac3eaa 100644 (file)
@@ -7,13 +7,13 @@ Build-Depends: debhelper (>= 12),
  rustc:native <!nocheck>,
  libstd-rust-dev <!nocheck>,
  librust-anyhow-1+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-proxmox-serde-0.1+default-dev (>= 0.1.1-~~) <!nocheck>,
  librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~) <!nocheck>,
  librust-serde-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.git
 Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
 X-Cargo-Crate: proxmox-human-byte
@@ -25,8 +25,8 @@ Multi-Arch: same
 Depends:
  ${misc:Depends},
  librust-anyhow-1+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-proxmox-serde-0.1+default-dev (>= 0.1.1-~~),
  librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~),
  librust-serde-1+default-dev
@@ -36,8 +36,7 @@ Provides:
  librust-proxmox-human-byte-0+default-dev (= ${binary:Version}),
  librust-proxmox-human-byte-0.1-dev (= ${binary:Version}),
  librust-proxmox-human-byte-0.1+default-dev (= ${binary:Version}),
- librust-proxmox-human-byte-0.1.2-dev (= ${binary:Version}),
- librust-proxmox-human-byte-0.1.2+default-dev (= ${binary:Version})
+ librust-proxmox-human-byte-0.1.3-dev (= ${binary:Version}),
+ librust-proxmox-human-byte-0.1.3+default-dev (= ${binary:Version})
 Description: Proxmox library for formatting byte sizes (IEC or SI) - Rust source code
- This package contains the source for the Rust proxmox-human-byte crate,
- packaged by debcargo for use with cargo and dh-cargo.
+ Source code for Debianized Rust crate "proxmox-human-byte"