Upversion python-heatclient to 3.2.0-2
As part of the STX-Openstack upversion to ANTELOPE, the python- heatclient is being upversioned to version 3.2.0-2, which is the latest supported on ANTELOPE [1]. All patches were updated in order to make the package buildable in the new version. This change also adds the sha256sum field to the downloader path, as it is being recommended to use it in the place of the md5sum. [1] https://releases.openstack.org/antelope/#antelope-python-heatclient Test Plan: PASS: Build the python-heatclient package Story: 2010715 Task: 48132 Change-Id: I974875e6fa37a54ad5a0398a0323ed414fea908a Signed-off-by: Lucas de Ataides <lucas.deataidesbarreto@windriver.com>
This commit is contained in:
parent
dd4f523403
commit
e0292a1f13
@ -1,4 +1,4 @@
|
||||
From 9ea6b1a4d02e631efccdde8ed240dc79849159af Mon Sep 17 00:00:00 2001
|
||||
From 15f2ba6622dca7503ff0723d7e2b49897a079ea4 Mon Sep 17 00:00:00 2001
|
||||
From: Charles Short <charles.short@windriver.com>
|
||||
Date: Wed, 27 Oct 2021 12:29:52 +0000
|
||||
Subject: [PATCH] Add wheel support
|
||||
@ -12,10 +12,10 @@ Signed-off-by: Charles Short <charles.short@windriver.com>
|
||||
2 files changed, 18 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/debian/control b/debian/control
|
||||
index f287c45..0598164 100644
|
||||
index 711e1d1..5994402 100644
|
||||
--- a/debian/control
|
||||
+++ b/debian/control
|
||||
@@ -75,3 +75,20 @@ Description: client library and CLI for OpenStack Heat - Python 3.x
|
||||
@@ -73,3 +73,20 @@ Description: client library and CLI for OpenStack Heat - Python 3.x
|
||||
the OpenStack Heat API.
|
||||
.
|
||||
This package provides the Python 3.x module.
|
||||
@ -50,5 +50,5 @@ index 70f505c..110310e 100755
|
||||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||
PYTHONPATH=$(CURDIR)/debian/tmp/usr/lib/python3/dist-packages pkgos-dh_auto_test --no-py2
|
||||
--
|
||||
2.30.2
|
||||
2.25.1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d02fa3227bbf56e4f30d2cf3a21dd5a1d915d96a Mon Sep 17 00:00:00 2001
|
||||
From dc1f8711b84ec57b7ef19e4529ddff94a111cf1e Mon Sep 17 00:00:00 2001
|
||||
From: Charles Short <charles.short@windriver.com>
|
||||
Date: Mon, 29 Nov 2021 20:51:40 +0000
|
||||
Subject: [PATCH] Remove openstackcilent
|
||||
Subject: [PATCH] Remove openstackclient
|
||||
|
||||
Remove build-Depends-Indep for python-openstackclient as it is
|
||||
not being used and it is causing problems with the build-pkgs
|
||||
@ -13,7 +13,7 @@ Signed-off-by: Charles Short <charles.short@windriver.com>
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/debian/control b/debian/control
|
||||
index f287c45..5aeee36 100644
|
||||
index 5994402..f35e853 100644
|
||||
--- a/debian/control
|
||||
+++ b/debian/control
|
||||
@@ -23,7 +23,6 @@ Build-Depends-Indep:
|
||||
@ -25,5 +25,5 @@ index f287c45..5aeee36 100644
|
||||
python3-osc-lib,
|
||||
python3-oslo.i18n,
|
||||
--
|
||||
2.30.2
|
||||
2.25.1
|
||||
|
@ -1,2 +1,2 @@
|
||||
0001-Add-wheel-support.patch
|
||||
remove-openstackclient.patch
|
||||
0002-Remove-openstackclient.patch
|
||||
|
@ -1,10 +1,11 @@
|
||||
---
|
||||
debname: python-heatclient
|
||||
debver: 2.2.1-2
|
||||
debver: 3.2.0-2
|
||||
dl_path:
|
||||
name: python-heatclient-debian-2.2.1-2.tar.gz
|
||||
url: https://salsa.debian.org/openstack-team/clients/python-heatclient/-/archive/debian/2.2.1-2/python-heatclient-debian-2.2.1-2.tar.gz
|
||||
md5sum: 56685ca6ab5c8b055410d8c871a8801d
|
||||
name: python-heatclient-debian-3.2.0-2.tar.gz
|
||||
url: https://salsa.debian.org/openstack-team/clients/python-heatclient/-/archive/debian/3.2.0-2/python-heatclient-debian-3.2.0-2.tar.gz
|
||||
md5sum: 857e06948b59dee6436bd789dbbba9ce
|
||||
sha256sum: 5c355e161873c8030f781ce521745e12b4d939fb26a11b4eb0d9029e8aef8daf
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
|
Loading…
x
Reference in New Issue
Block a user