mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-05 23:32:50 +00:00
bump proxmox-router to 1.2.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
930bb59d84
commit
6ce3a73681
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-router"
|
name = "proxmox-router"
|
||||||
version = "1.1.1"
|
version = "1.2.0"
|
||||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
rust-proxmox-router (1.2.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* add `SerializableReturn` trait
|
||||||
|
|
||||||
|
* add streaming api handler variants
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Tue, 12 Apr 2022 14:23:25 +0200
|
||||||
|
|
||||||
rust-proxmox-router (1.1.1-1) unstable; urgency=medium
|
rust-proxmox-router (1.1.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* avoid anyhow wildcard imports
|
* avoid anyhow wildcard imports
|
||||||
|
@ -13,9 +13,11 @@ Build-Depends: debhelper (>= 12),
|
|||||||
librust-libc-0.2+default-dev <!nocheck>,
|
librust-libc-0.2+default-dev <!nocheck>,
|
||||||
librust-nix-0.19+default-dev (>= 0.19.1-~~) <!nocheck>,
|
librust-nix-0.19+default-dev (>= 0.19.1-~~) <!nocheck>,
|
||||||
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
|
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
|
||||||
librust-proxmox-lang-1+default-dev <!nocheck>,
|
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) <!nocheck>,
|
||||||
librust-proxmox-schema-1+default-dev <!nocheck>,
|
librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
|
||||||
|
librust-proxmox-schema-1+default-dev (>= 1.1-~~) <!nocheck>,
|
||||||
librust-rustyline-7+default-dev <!nocheck>,
|
librust-rustyline-7+default-dev <!nocheck>,
|
||||||
|
librust-serde-1+default-dev <!nocheck>,
|
||||||
librust-serde-json-1+default-dev <!nocheck>,
|
librust-serde-json-1+default-dev <!nocheck>,
|
||||||
librust-tokio-1+default-dev <!nocheck>,
|
librust-tokio-1+default-dev <!nocheck>,
|
||||||
librust-unicode-width-0.1+default-dev (>= 0.1.8-~~) <!nocheck>
|
librust-unicode-width-0.1+default-dev (>= 0.1.8-~~) <!nocheck>
|
||||||
@ -36,8 +38,10 @@ Depends:
|
|||||||
librust-hyper-0.14+full-dev,
|
librust-hyper-0.14+full-dev,
|
||||||
librust-nix-0.19+default-dev (>= 0.19.1-~~),
|
librust-nix-0.19+default-dev (>= 0.19.1-~~),
|
||||||
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
||||||
librust-proxmox-lang-1+default-dev,
|
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~),
|
||||||
librust-proxmox-schema-1+default-dev,
|
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
|
||||||
|
librust-proxmox-schema-1+default-dev (>= 1.1-~~),
|
||||||
|
librust-serde-1+default-dev,
|
||||||
librust-serde-json-1+default-dev,
|
librust-serde-json-1+default-dev,
|
||||||
librust-unicode-width-0.1+default-dev (>= 0.1.8-~~)
|
librust-unicode-width-0.1+default-dev (>= 0.1.8-~~)
|
||||||
Recommends:
|
Recommends:
|
||||||
@ -49,8 +53,8 @@ Suggests:
|
|||||||
librust-proxmox-router+tokio-dev (= ${binary:Version})
|
librust-proxmox-router+tokio-dev (= ${binary:Version})
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-router-1-dev (= ${binary:Version}),
|
librust-proxmox-router-1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1.1-dev (= ${binary:Version}),
|
librust-proxmox-router-1.2-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1.1.1-dev (= ${binary:Version})
|
librust-proxmox-router-1.2.0-dev (= ${binary:Version})
|
||||||
Description: Proxmox API Router and CLI utilities - Rust source code
|
Description: Proxmox API Router and CLI utilities - Rust source code
|
||||||
This package contains the source for the Rust proxmox-router crate, packaged by
|
This package contains the source for the Rust proxmox-router crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
@ -68,10 +72,10 @@ Provides:
|
|||||||
librust-proxmox-router+default-dev (= ${binary:Version}),
|
librust-proxmox-router+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1+cli-dev (= ${binary:Version}),
|
librust-proxmox-router-1+cli-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1+default-dev (= ${binary:Version}),
|
librust-proxmox-router-1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1.1+cli-dev (= ${binary:Version}),
|
librust-proxmox-router-1.2+cli-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1.1+default-dev (= ${binary:Version}),
|
librust-proxmox-router-1.2+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1.1.1+cli-dev (= ${binary:Version}),
|
librust-proxmox-router-1.2.0+cli-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1.1.1+default-dev (= ${binary:Version})
|
librust-proxmox-router-1.2.0+default-dev (= ${binary:Version})
|
||||||
Description: Proxmox API Router and CLI utilities - feature "cli" and 1 more
|
Description: Proxmox API Router and CLI utilities - feature "cli" and 1 more
|
||||||
This metapackage enables feature "cli" for the Rust proxmox-router crate, by
|
This metapackage enables feature "cli" for the Rust proxmox-router crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -87,8 +91,8 @@ Depends:
|
|||||||
librust-libc-0.2+default-dev
|
librust-libc-0.2+default-dev
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-router-1+libc-dev (= ${binary:Version}),
|
librust-proxmox-router-1+libc-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1.1+libc-dev (= ${binary:Version}),
|
librust-proxmox-router-1.2+libc-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1.1.1+libc-dev (= ${binary:Version})
|
librust-proxmox-router-1.2.0+libc-dev (= ${binary:Version})
|
||||||
Description: Proxmox API Router and CLI utilities - feature "libc"
|
Description: Proxmox API Router and CLI utilities - feature "libc"
|
||||||
This metapackage enables feature "libc" for the Rust proxmox-router crate, by
|
This metapackage enables feature "libc" for the Rust proxmox-router crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -102,8 +106,8 @@ Depends:
|
|||||||
librust-rustyline-7+default-dev
|
librust-rustyline-7+default-dev
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-router-1+rustyline-dev (= ${binary:Version}),
|
librust-proxmox-router-1+rustyline-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1.1+rustyline-dev (= ${binary:Version}),
|
librust-proxmox-router-1.2+rustyline-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1.1.1+rustyline-dev (= ${binary:Version})
|
librust-proxmox-router-1.2.0+rustyline-dev (= ${binary:Version})
|
||||||
Description: Proxmox API Router and CLI utilities - feature "rustyline"
|
Description: Proxmox API Router and CLI utilities - feature "rustyline"
|
||||||
This metapackage enables feature "rustyline" for the Rust proxmox-router crate,
|
This metapackage enables feature "rustyline" for the Rust proxmox-router crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
@ -114,11 +118,11 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-router-dev (= ${binary:Version}),
|
librust-proxmox-router-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-1+test-harness-dev
|
librust-proxmox-schema-1+test-harness-dev (>= 1.1-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-router-1+test-harness-dev (= ${binary:Version}),
|
librust-proxmox-router-1+test-harness-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1.1+test-harness-dev (= ${binary:Version}),
|
librust-proxmox-router-1.2+test-harness-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1.1.1+test-harness-dev (= ${binary:Version})
|
librust-proxmox-router-1.2.0+test-harness-dev (= ${binary:Version})
|
||||||
Description: Proxmox API Router and CLI utilities - feature "test-harness"
|
Description: Proxmox API Router and CLI utilities - feature "test-harness"
|
||||||
This metapackage enables feature "test-harness" for the Rust proxmox-router
|
This metapackage enables feature "test-harness" for the Rust proxmox-router
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
@ -132,8 +136,8 @@ Depends:
|
|||||||
librust-tokio-1+default-dev
|
librust-tokio-1+default-dev
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-router-1+tokio-dev (= ${binary:Version}),
|
librust-proxmox-router-1+tokio-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1.1+tokio-dev (= ${binary:Version}),
|
librust-proxmox-router-1.2+tokio-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-1.1.1+tokio-dev (= ${binary:Version})
|
librust-proxmox-router-1.2.0+tokio-dev (= ${binary:Version})
|
||||||
Description: Proxmox API Router and CLI utilities - feature "tokio"
|
Description: Proxmox API Router and CLI utilities - feature "tokio"
|
||||||
This metapackage enables feature "tokio" for the Rust proxmox-router crate, by
|
This metapackage enables feature "tokio" for the Rust proxmox-router 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