From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 5FE8577418 for ; Tue, 20 Jul 2021 13:52:38 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 534DB8436 for ; Tue, 20 Jul 2021 13:52:08 +0200 (CEST) Received: from elsa.proxmox.com (unknown [94.136.29.99]) by firstgate.proxmox.com (Proxmox) with ESMTP id 18DC2840F for ; Tue, 20 Jul 2021 13:52:07 +0200 (CEST) Received: by elsa.proxmox.com (Postfix, from userid 0) id 0D262AE1D35; Tue, 20 Jul 2021 13:52:01 +0200 (CEST) From: Dietmar Maurer To: pbs-devel@lists.proxmox.com Date: Tue, 20 Jul 2021 13:51:51 +0200 Message-Id: <20210720115158.376164-1-dietmar@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.218 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years RDNS_NONE 0.793 Delivered to internal network by a host with no rDNS SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [lib.rs] Subject: [pbs-devel] [PATCH proxmox-apt] depend on proxmox 0.12.0, bump version to 0.5.1-1 X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2021 11:52:38 -0000 --- Cargo.toml | 4 ++-- debian/changelog | 6 ++++++ debian/control | 8 ++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a316273..bdce2a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-apt" -version = "0.5.0" +version = "0.5.1" authors = [ "Fabian Ebner ", "Proxmox Support Team ", @@ -20,5 +20,5 @@ path = "src/lib.rs" anyhow = "1.0" once_cell = "1.3.1" openssl = "0.10" -proxmox = { version = "0.11.6", features = [ "api-macro" ] } +proxmox = { version = "0.12.0", features = [ "api-macro" ] } serde = { version = "1.0", features = ["derive"] } diff --git a/debian/changelog b/debian/changelog index b8e116d..542ec36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-apt (0.5.1-1) unstable; urgency=medium + + * depend on proxmox 0.12.0 + + -- Proxmox Support Team Tue, 20 Jul 2021 13:18:02 +0200 + rust-proxmox-apt (0.5.0-1) unstable; urgency=medium * standard repo detection: handle alternative URI for PVE repos diff --git a/debian/control b/debian/control index ced40f2..f63cd3a 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 12), librust-anyhow-1+default-dev , librust-once-cell-1+default-dev (>= 1.3.1-~~) , librust-openssl-0.10+default-dev , - librust-proxmox-0.11+api-macro-dev (>= 0.11.6-~~) , - librust-proxmox-0.11+default-dev (>= 0.11.6-~~) , + librust-proxmox-0.12+api-macro-dev , + librust-proxmox-0.12+default-dev , librust-serde-1+default-dev , librust-serde-1+derive-dev Maintainer: Proxmox Support Team @@ -28,8 +28,8 @@ Depends: librust-anyhow-1+default-dev, librust-once-cell-1+default-dev (>= 1.3.1-~~), librust-openssl-0.10+default-dev, - librust-proxmox-0.11+api-macro-dev (>= 0.11.6-~~), - librust-proxmox-0.11+default-dev (>= 0.11.6-~~), + librust-proxmox-0.12+api-macro-dev, + librust-proxmox-0.12+default-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev Provides: -- 2.30.2