forked from Proxmox/proxmox
bump proxmox-router to 2.0.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
ac6a52dfd1
commit
93fc5b503a
@ -92,7 +92,7 @@ proxmox-human-byte = { version = "0.1.0", path = "proxmox-human-byte" }
|
||||
proxmox-io = { version = "1.0.0", path = "proxmox-io" }
|
||||
proxmox-lang = { version = "1.1", path = "proxmox-lang" }
|
||||
proxmox-rest-server = { version = "0.4.0", path = "proxmox-rest-server" }
|
||||
proxmox-router = { version = "1.3.1", path = "proxmox-router" }
|
||||
proxmox-router = { version = "2.0.0", path = "proxmox-router" }
|
||||
proxmox-schema = { version = "2.0.0", path = "proxmox-schema" }
|
||||
proxmox-section-config = { version = "1.0.2", path = "proxmox-section-config" }
|
||||
proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-router"
|
||||
version = "1.3.1"
|
||||
version = "2.0.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox-router (2.0.0-1) bookworm; urgency=medium
|
||||
|
||||
* update to Debian 12 bookworm versioning
|
||||
|
||||
* rebuild with proxmox-schema 2.0.0-1
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 24 Jul 2023 10:43:40 +0200
|
||||
|
||||
rust-proxmox-router (1.3.1-1) stable; urgency=medium
|
||||
|
||||
* move common metadata to workspace
|
||||
|
@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
|
||||
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) <!nocheck>,
|
||||
librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
|
||||
librust-proxmox-schema-1+default-dev (>= 1.3.6-~~) <!nocheck>,
|
||||
librust-proxmox-schema-2+default-dev <!nocheck>,
|
||||
librust-rustyline-9+default-dev <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-json-1+default-dev <!nocheck>,
|
||||
@ -39,7 +39,7 @@ Depends:
|
||||
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
||||
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~),
|
||||
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
|
||||
librust-proxmox-schema-1+default-dev (>= 1.3.6-~~),
|
||||
librust-proxmox-schema-2+default-dev,
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-json-1+default-dev,
|
||||
librust-unicode-width-0.1+default-dev (>= 0.1.8-~~)
|
||||
@ -50,9 +50,9 @@ Suggests:
|
||||
librust-proxmox-router+server-dev (= ${binary:Version}),
|
||||
librust-proxmox-router+test-harness-dev (= ${binary:Version})
|
||||
Provides:
|
||||
librust-proxmox-router-1-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.3.1-dev (= ${binary:Version})
|
||||
librust-proxmox-router-2-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.0.0-dev (= ${binary:Version})
|
||||
Description: Proxmox API Router and CLI utilities - Rust source code
|
||||
This package contains the source for the Rust proxmox-router crate, packaged by
|
||||
debcargo for use with cargo and dh-cargo.
|
||||
@ -68,9 +68,9 @@ Depends:
|
||||
librust-rustyline-9+default-dev,
|
||||
librust-tokio-1+default-dev (>= 1.6-~~)
|
||||
Provides:
|
||||
librust-proxmox-router-1+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.3+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.3.1+cli-dev (= ${binary:Version})
|
||||
librust-proxmox-router-2+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.0+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.0.0+cli-dev (= ${binary:Version})
|
||||
Description: Proxmox API Router and CLI utilities - feature "cli"
|
||||
This metapackage enables feature "cli" for the Rust proxmox-router crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -84,9 +84,9 @@ Depends:
|
||||
librust-proxmox-router+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-router+server-dev (= ${binary:Version})
|
||||
Provides:
|
||||
librust-proxmox-router-1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.3.1+default-dev (= ${binary:Version})
|
||||
librust-proxmox-router-2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.0.0+default-dev (= ${binary:Version})
|
||||
Description: Proxmox API Router and CLI utilities - feature "default"
|
||||
This metapackage enables feature "default" for the Rust proxmox-router crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
@ -101,9 +101,9 @@ Depends:
|
||||
librust-hyper-0.14+default-dev (>= 0.14.5-~~),
|
||||
librust-hyper-0.14+full-dev (>= 0.14.5-~~)
|
||||
Provides:
|
||||
librust-proxmox-router-1+server-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.3+server-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.3.1+server-dev (= ${binary:Version})
|
||||
librust-proxmox-router-2+server-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.0+server-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.0.0+server-dev (= ${binary:Version})
|
||||
Description: Proxmox API Router and CLI utilities - feature "server"
|
||||
This metapackage enables feature "server" for the Rust proxmox-router crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -114,11 +114,11 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-router-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1+test-harness-dev (>= 1.3.6-~~)
|
||||
librust-proxmox-schema-2+test-harness-dev
|
||||
Provides:
|
||||
librust-proxmox-router-1+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.3+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.3.1+test-harness-dev (= ${binary:Version})
|
||||
librust-proxmox-router-2+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.0+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.0.0+test-harness-dev (= ${binary:Version})
|
||||
Description: Proxmox API Router and CLI utilities - feature "test-harness"
|
||||
This metapackage enables feature "test-harness" for the Rust proxmox-router
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
x
Reference in New Issue
Block a user