Upversion python-keystoneclient to 5.1.0-2
As part of the STX-Openstack upversion to ANTELOPE, the python- keystoneclient is being upversioned to version 5.1.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-keystoneclient Test Plan: PASS: Build the python-keystoneclient package Story: 2010715 Task: 48134 Change-Id: I4138d524cc63d383f046a24f4903d6a9d50b62ef Signed-off-by: Lucas de Ataides <lucas.deataidesbarreto@windriver.com>
This commit is contained in:
parent
dd4f523403
commit
52bd29083e
@ -1,4 +1,4 @@
|
||||
From 22953cad51b0b05b8e3ffc5fd420f429c2de35e4 Mon Sep 17 00:00:00 2001
|
||||
From da65df2d8211a68f304e1bc423cfd63d86306aab Mon Sep 17 00:00:00 2001
|
||||
From: Charles Short <charles.short@windriver.com>
|
||||
Date: Wed, 27 Oct 2021 13:06:23 +0000
|
||||
Subject: [PATCH] Add wheel package
|
||||
@ -12,10 +12,10 @@ Signed-off-by: Charles Short <charles.short@windriver.com>
|
||||
2 files changed, 24 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/debian/control b/debian/control
|
||||
index 01934835..b7d9461f 100644
|
||||
index 846cac08..324c5305 100644
|
||||
--- a/debian/control
|
||||
+++ b/debian/control
|
||||
@@ -110,3 +110,26 @@ Description: client library for the OpenStack Keystone API - Python 3.x
|
||||
@@ -111,3 +111,26 @@ Description: client library for the OpenStack Keystone API - Python 3.x
|
||||
the "python3-openstackclient" package.
|
||||
.
|
||||
This package contains the Python 3.x module.
|
||||
@ -56,5 +56,5 @@ index 01ef1e5c..cb9b228f 100755
|
||||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||
pkgos-dh_auto_test --no-py2
|
||||
--
|
||||
2.30.2
|
||||
2.25.1
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
---
|
||||
debname: python-keystoneclient
|
||||
debver: 1:4.1.1-2
|
||||
debver: 5.1.0-2
|
||||
dl_path:
|
||||
name: python-keystoneclient-debian-4.1.1-2.tar.gz
|
||||
url: https://salsa.debian.org/openstack-team/clients/python-keystoneclient/-/archive/debian/4.1.1-2/python-keystoneclient-debian-4.1.1-2.tar.gz
|
||||
md5sum: 856c51c82e694145279d06e36b8225f4
|
||||
name: python-keystoneclient-debian-5.1.0-2.tar.gz
|
||||
url: https://salsa.debian.org/openstack-team/clients/python-keystoneclient/-/archive/debian/5.1.0-2/python-keystoneclient-debian-5.1.0-2.tar.gz
|
||||
md5sum: a356b26f89ebb88fd4eab221f852d149
|
||||
sha256sum: a90cfc24773cb5dc214b44e32abc87d4b25ecd97c87abf292e1b806a40623ac0
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
|
Loading…
Reference in New Issue
Block a user