Upversion Openstacksdk and clients packages

As part of the STX-Openstack upversion to CARACAL, some of the
python packages are being upversioned to latest version
supported on CARACAL [1]:

python-aodhclient 3.2.0-4 -> 3.5.1-3
commit 314a4bc971f5fcbdc5c69979bb58ae60a8d46f59
(tag: debian/3.5.1-3, origin/debian/caracal)

python-barbicanclient 5.5.0-2 -> 5.7.0
commit b76f2506b8b0cadaf494d12dc7dd12957f53fcc7
(tag: debian/5.7.0-2)

python-glanceclient 4.3.0-2 -> 4.5.0
commit 3267df5ba5f0f0373d85d881a5ad06d8ddfd7ef4
(tag: debian/4.5.0-4, origin/debian/caracal)

python-heatclient 3.2.0-2 -> 3.5.0
commit 0f0dda310e5466c3fdafc47916190ea8ec6d7bc5
(tag: debian/3.5.0-2, origin/debian/caracal)

python-ironicclient 5.1.0-2 -> 5.5.0
commit f26e93f1d0cfe4ec980a7f6cba24c1643739a4c6
(tag: debian/5.5.0-3, origin/debian/caracal)

python-keystoneclient 5.1.0-2 -> 5.4.0commit cd9300f21a47fdd62093b33f14e493d5873cfbf3
(tag: debian/5.4.0-2, origin/debian/caracal)

python-neutronclient 9.0.0-2 -> 11.2.0
commit 3cb0c1503ec0759e83ff2212eccc0c73ad16aeb8
(tag: debian/11.2.0-3, origin/debian/caracal)

openstacksdk 1.0.1-2 -> 3.0.0
commit 61e4791a80f91c11209d03e2a3b5387c1649ef20
(tag: debian/3.0.0-3)

All patches were updated in order to make the package buildable
in the new version.

[1] https://releases.openstack.org/caracal/index.html#service-client-projects

Story: 2011303
Task: 51480

Test Plan:
PASS: Build all python listed packages
PASS: Build STX-Openstack
PASS: List packages inside clients container (dpkg -l | grep python3)
PASS: Create an VM instance -
      openstack server create --flavor medium.dpdk --image\
      "tis-centos-guest" --network "tenant1-mgmt-net" my-server2

Change-Id: I59f998088add51eca45ca5f04f5fb601b2c9ef62
Depends-On: https://review.opendev.org/c/starlingx/tools/+/937736
Signed-off-by: vrochalo <vinicius.rochalobo@windriver.com>
This commit is contained in:
vrochalo 2024-12-16 14:50:17 -03:00 committed by Murillo Arantes
parent 56e1c57588
commit 6f591285e1
20 changed files with 126 additions and 126 deletions

View File

@ -1,4 +1,4 @@
From f20a31e3f6bbdb1e79303339a0c1aace544dfe8c Mon Sep 17 00:00:00 2001
From a36874e1f79bf49b1bc1ee7cf79a735667cb6c2c Mon Sep 17 00:00:00 2001
From: Charles Short <charles.short@windriver.com>
Date: Wed, 27 Oct 2021 16:46:26 +0000
Subject: [PATCH] Add wheel package
@ -12,10 +12,10 @@ Signed-off-by: Charles Short <charles.short@windriver.com>
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 37d8cd8..7caceee 100644
index 7a650ec..06c2fd5 100644
--- a/debian/control
+++ b/debian/control
@@ -84,3 +84,19 @@ Description: OpenStack Alarming as a Service - Python 3.x client
@@ -79,3 +79,19 @@ Description: OpenStack Alarming as a Service - Python 3.x client
for more than 10 min.
.
This package contains the Python 3.x module.
@ -36,18 +36,18 @@ index 37d8cd8..7caceee 100644
+ .
+ This package contains the Python wheel.
diff --git a/debian/rules b/debian/rules
index 42e437f..3795caf 100755
index ca3fc9d..e166124 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_auto_build:
@@ -15,7 +15,7 @@ override_dh_auto_build:
echo "Do nothing..."
override_dh_auto_install:
- pkgos-dh_auto_install --no-py2
+ pkgos-dh_auto_install --no-py2 --wheel
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
--
2.25.1
--
2.34.1

View File

@ -1,11 +1,11 @@
---
debname: python-aodhclient
debver: 3.2.0-4
debver: 3.5.1-3
dl_path:
name: python-aodhclient-debian-3.2.0-4.tar.gz
url: https://salsa.debian.org/openstack-team/clients/python-aodhclient/-/archive/debian/3.2.0-4/python-aodhclient-debian-3.2.0-4.tar.gz
md5sum: 81d86a6949b062b30f488f2a77d24e1f
sha256sum: 25afa928f457e5cdd213314e58b14b03643994925a8eeb1a0b01eb2406705917
name: python-aodhclient-debian-3.5.1-3.tar.gz
url: https://salsa.debian.org/openstack-team/clients/python-aodhclient/-/archive/debian/3.5.1-3/python-aodhclient-debian-3.5.1-3.tar.gz
md5sum: b011f66a73edd0c4f7c150e9f3e9d339
sha256sum: bba32bd910cbeb7b6691790c375061b3728029752da574101168b232b9f17c65
revision:
dist: $STX_DIST
GITREVCOUNT:

View File

@ -1,4 +1,4 @@
From 36a10042663d219e57941c79904c973fc0cb6438 Mon Sep 17 00:00:00 2001
From be960e947f4cafa84651e5b8012d193623afdcaa Mon Sep 17 00:00:00 2001
From: Lucas de Ataides <lucas.deataidesbarreto@windriver.com>
Date: Tue, 27 Jun 2023 09:22:03 -0300
Subject: [PATCH] Add wheel package
@ -15,13 +15,13 @@ Signed-off-by: Lucas de Ataides <lucas.deataidesbarreto@windriver.com>
3 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 7f3e7a9..20cc0ed 100644
index 43785ac..7b65712 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,13 @@ python-barbicanclient (5.2.0-2) unstable; urgency=medium
@@ -84,6 +84,13 @@ python-barbicanclient (5.2.0-2) unstable; urgency=medium
* Uploading to unstable.
+python-barbicanclient (5.0.1-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
@ -30,7 +30,7 @@ index 7f3e7a9..20cc0ed 100644
+ -- Chuck Short <charles.short@windriver.com> Sun, 03 Oct 2021 18:30:48 +0000
+
-- Thomas Goirand <zigo@debian.org> Wed, 29 Sep 2021 17:11:20 +0200
python-barbicanclient (5.2.0-1) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index 3b0a473..3bb61d5 100644
@ -54,18 +54,18 @@ index 3b0a473..3bb61d5 100644
+ .
+ This package contains the Python 3.x wheel.
diff --git a/debian/rules b/debian/rules
index f6b7783..978fde3 100755
index 40d1617..2b7daa3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_build:
@@ -14,7 +14,7 @@ override_dh_auto_build:
echo "Do nothing..."
override_dh_auto_install:
- pkgos-dh_auto_install --no-py2
+ pkgos-dh_auto_install --no-py2 --wheel
override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
--
2.25.1
--
2.34.1

View File

@ -1,4 +1,4 @@
From 00afa9f474cb665ad8399207731552914c6d78c2 Mon Sep 17 00:00:00 2001
From 845ded9ae20aedff09b1f697fead16aa9da97d0e Mon Sep 17 00:00:00 2001
From: Charles Short <charles.short@windriver.com>
Date: Mon, 29 Nov 2021 20:50:16 +0000
Subject: [PATCH] Remove openstackclient
@ -24,6 +24,6 @@ index 3bb61d5..6e4d9f2 100644
python3-openstackdocstheme <!nodoc>,
python3-oslo.config,
python3-oslo.i18n,
--
2.25.1
--
2.34.1

View File

@ -1,11 +1,11 @@
---
debname: python-barbicanclient
debver: 5.5.0-2
debver: 5.7.0-2
dl_path:
name: python-barbicanclient-debian-5.5.0-2.tar.gz
url: https://salsa.debian.org/openstack-team/clients/python-barbicanclient/-/archive/debian/5.5.0-2/python-barbicanclient-debian-5.5.0-2.tar.gz
md5sum: d415f1dbff471156947483af70adc406
sha256sum: 03804c5307544b55597bb5522f562e9e2f82a21775268c4aaeb289b8028e261f
name: python-barbicanclient-debian-5.7.0-2.tar.gz
url: https://salsa.debian.org/openstack-team/clients/python-barbicanclient/-/archive/debian/5.7.0-2/python-barbicanclient-debian-5.7.0-2.tar.gz
md5sum: 2b244e2e5fcbbc16d6034201560861ac
sha256sum: 147aa5e7c9dfdd60cdf5465b2ed3f9f077a58a09a64d1545b0147ff8cd30d471
revision:
dist: $STX_DIST
GITREVCOUNT:

View File

@ -1,4 +1,4 @@
From 4ed323e3f23cbb2180b29e6da1fd824d7c9d2b41 Mon Sep 17 00:00:00 2001
From b55b014910de14df34622785fb3a9e61a9881da8 Mon Sep 17 00:00:00 2001
From: Charles Short <charles.short@windriver.com>
Date: Tue, 26 Oct 2021 23:35:45 +0000
Subject: [PATCH] Add support for wheel
@ -37,18 +37,18 @@ index d9921cf..acd2334 100644
+ .
+ This package contains the Python wheel.
diff --git a/debian/rules b/debian/rules
index d5d2b14..459f08c 100755
index e20c698..f15ab09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_build:
@@ -14,7 +14,7 @@ override_dh_auto_build:
echo "Do nothing..."
override_dh_auto_install:
- pkgos-dh_auto_install --no-py2
+ pkgos-dh_auto_install --no-py2 --wheel
override_dh_python3:
dh_python3 --shebang=/usr/bin/python3
--
2.25.1
--
2.34.1

View File

@ -1,11 +1,11 @@
---
debname: python-glanceclient
debver: 4.3.0-2
debver: 4.5.0-4
dl_path:
name: python-glanceclient-debian-4.3.0-2.tar.gz
url: https://salsa.debian.org/openstack-team/clients/python-glanceclient/-/archive/debian/4.3.0-2/python-glanceclient-debian-4.3.0-2.tar.gz
md5sum: 39a2bb039e8cefbc86c278fae6201c47
sha256sum: a8e390dc8b295e8d17ef927043e04da90fc03732cbca1bc97657af21c6a957ec
name: python-glanceclient-debian-4.5.0-4.tar.gz
url: https://salsa.debian.org/openstack-team/clients/python-glanceclient/-/archive/debian/4.5.0-4/python-glanceclient-debian-4.5.0-4.tar.gz
md5sum: e4c68cfd15ccaadb154b7f179b504d95
sha256sum: 8054bb0d08ab65d371d0355dd5d6aa2d51ca3c12e329697fd65987ca98403f4a
revision:
dist: $STX_DIST
GITREVCOUNT:

View File

@ -1,4 +1,4 @@
From 15f2ba6622dca7503ff0723d7e2b49897a079ea4 Mon Sep 17 00:00:00 2001
From da246ea09aaa25ffdc82875349005d1ec22d347a 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 711e1d1..5994402 100644
index 77a684f..afa5715 100644
--- a/debian/control
+++ b/debian/control
@@ -73,3 +73,20 @@ Description: client library and CLI for OpenStack Heat - Python 3.x
@@ -71,3 +71,20 @@ Description: client library and CLI for OpenStack Heat - Python 3.x
the OpenStack Heat API.
.
This package provides the Python 3.x module.
@ -37,18 +37,18 @@ index 711e1d1..5994402 100644
+ .
+ This package contains the Python wheel.
diff --git a/debian/rules b/debian/rules
index 70f505c..110310e 100755
index 6ddd5de..e6ffb06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_build:
echo "Do nothing..."
override_dh_auto_install:
- pkgos-dh_auto_install --no-py2 --in-tmp
+ pkgos-dh_auto_install --no-py2 --in-tmp --wheel
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
PYTHONPATH=$(CURDIR)/debian/tmp/usr/lib/python3/dist-packages pkgos-dh_auto_test --no-py2
--
2.25.1
--
2.34.1

View File

@ -1,4 +1,4 @@
From dc1f8711b84ec57b7ef19e4529ddff94a111cf1e Mon Sep 17 00:00:00 2001
From 32ac68fc29decc13b2d7397909464cccc06f627d 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 openstackclient
@ -13,10 +13,10 @@ Signed-off-by: Charles Short <charles.short@windriver.com>
1 file changed, 1 deletion(-)
diff --git a/debian/control b/debian/control
index 5994402..f35e853 100644
index afa5715..93c1142 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,6 @@ Build-Depends-Indep:
@@ -22,7 +22,6 @@ Build-Depends-Indep:
python3-hacking,
python3-iso8601,
python3-keystoneauth1,
@ -24,6 +24,6 @@ index 5994402..f35e853 100644
python3-openstackdocstheme,
python3-osc-lib,
python3-oslo.i18n,
--
2.25.1
--
2.34.1

View File

@ -1,11 +1,11 @@
---
debname: python-heatclient
debver: 3.2.0-2
debver: 3.5.0-2
dl_path:
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
name: python-heatclient-debian-3.5.0-2.tar.gz
url: https://salsa.debian.org/openstack-team/clients/python-heatclient/-/archive/debian/3.5.0-2/python-heatclient-debian-3.5.0-2.tar.gz
md5sum: b2534b40a1df681ebbca45e9f3350a5a
sha256sum: babe17e9064172307035cc9acade20217fa598d23fa516e102b99ac66976f0ec
revision:
dist: $STX_DIST
GITREVCOUNT:

View File

@ -1,4 +1,4 @@
From 70ee3f4e6732d6cf55a8744d202e2a3f7b100f45 Mon Sep 17 00:00:00 2001
From 6052351b446c4149b7f9fbfa3939e3884da5e764 Mon Sep 17 00:00:00 2001
From: Charles Short <charles.short@windriver.com>
Date: Wed, 27 Oct 2021 12:49:17 +0000
Subject: [PATCH] Add wheel package
@ -12,7 +12,7 @@ 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 f837496..7e5a51e 100644
index 8087b67..ba96755 100644
--- a/debian/control
+++ b/debian/control
@@ -100,3 +100,26 @@ Description: Client for OpenStack bare metal Service - Python 3.x
@ -43,18 +43,18 @@ index f837496..7e5a51e 100644
+ .
+ This package contains the Python wheel.
diff --git a/debian/rules b/debian/rules
index e69b6fe..40f2b34 100755
index 440f688..c466daa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_build:
@@ -14,7 +14,7 @@ override_dh_auto_build:
echo "Do nothing..."
override_dh_auto_install:
- pkgos-dh_auto_install --no-py2
+ pkgos-dh_auto_install --no-py2 --wheel
override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
--
2.25.1
--
2.34.1

View File

@ -1,4 +1,4 @@
From 6ca9b10ef0714f0e99d45e3068e1890f1c94fda3 Mon Sep 17 00:00:00 2001
From 94d44c1f2c4a80829507b24e9049e7f58d735053 Mon Sep 17 00:00:00 2001
From: Charles Short <charles.short@windriver.com>
Date: Mon, 29 Nov 2021 20:52:34 +0000
Subject: [PATCH] Remove openstackclient
@ -13,10 +13,10 @@ Signed-off-by: Charles Short <charles.short@windriver.com>
1 file changed, 1 deletion(-)
diff --git a/debian/control b/debian/control
index 7e5a51e..1cc07a9 100644
index ba96755..32ad4dc 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,6 @@ Build-Depends-Indep:
@@ -21,7 +21,6 @@ Build-Depends-Indep:
python3-fixtures,
python3-jsonschema,
python3-keystoneauth1,
@ -24,6 +24,6 @@ index 7e5a51e..1cc07a9 100644
python3-openstackdocstheme,
python3-openstacksdk,
python3-osc-lib,
--
2.25.1
--
2.34.1

View File

@ -1,11 +1,11 @@
---
debname: python-ironicclient
debver: 5.1.0-2
debver: 5.5.0-3
dl_path:
name: python-ironicclient-debian-5.1.0-2.tar.gz
url: https://salsa.debian.org/openstack-team/clients/python-ironicclient/-/archive/debian/5.1.0-2/python-ironicclient-debian-5.1.0-2.tar.gz
md5sum: 2bacee8b23ce62c78d000850e2804d56
sha256sum: b31d3da7d778c676d534cc4619fdfae76e04ba51d9c3e0e32eab26a9660edde6
name: python-ironicclient-debian-5.5.0-3.tar.gz
url: https://salsa.debian.org/openstack-team/clients/python-ironicclient/-/archive/debian/5.5.0-3/python-ironicclient-debian-5.5.0-3.tar.gz
md5sum: 341121cad820191cfda5d7c9a7f13677
sha256sum: d735218ea24256fb20255015c50603d761a0adf5b088716e571a3063a5c478c3
revision:
dist: $STX_DIST
GITREVCOUNT:

View File

@ -1,4 +1,4 @@
From da65df2d8211a68f304e1bc423cfd63d86306aab Mon Sep 17 00:00:00 2001
From 2a4ad53e0522f46b95437f61e0cae1dad86cc7a9 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 846cac08..324c5305 100644
index c156c38f..990d66fa 100644
--- a/debian/control
+++ b/debian/control
@@ -111,3 +111,26 @@ Description: client library for the OpenStack Keystone API - Python 3.x
@@ -109,3 +109,26 @@ Description: client library for the OpenStack Keystone API - Python 3.x
the "python3-openstackclient" package.
.
This package contains the Python 3.x module.
@ -43,18 +43,18 @@ index 846cac08..324c5305 100644
+ .
+ This package contains the Python wheel.
diff --git a/debian/rules b/debian/rules
index 01ef1e5c..cb9b228f 100755
index 4d5526c8..5bef75e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_auto_test:
@@ -23,7 +23,7 @@ override_dh_auto_test:
echo "Do nothing..."
override_dh_auto_install:
- pkgos-dh_auto_install --no-py2 --in-tmp
+ pkgos-dh_auto_install --no-py2 --in-tmp --wheel
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
pkgos-dh_auto_test --no-py2
--
2.25.1
--
2.34.1

View File

@ -1,11 +1,11 @@
---
debname: python-keystoneclient
debver: 5.1.0-2
debver: 5.4.0-2
dl_path:
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
name: python-keystoneclient-debian-5.4.0-2.tar.gz
url: https://salsa.debian.org/openstack-team/clients/python-keystoneclient/-/archive/debian/5.4.0-2/python-keystoneclient-debian-5.4.0-2.tar.gz
md5sum: 038c6ef8749480c4ab76ebbe366d4c1b
sha256sum: 70b061cc8d7595978833e43d4d51601b9221fa9ca25c26142da2799edd7e1ae4
revision:
dist: $STX_DIST
GITREVCOUNT:

View File

@ -1,4 +1,4 @@
From a82f5a067982c96990255752e714ddb49156a763 Mon Sep 17 00:00:00 2001
From 643f257cbfcda6e9714360bee06b31be74222025 Mon Sep 17 00:00:00 2001
From: Charles Short <charles.short@windriver.com>
Date: Wed, 27 Oct 2021 13:25:54 +0000
Subject: [PATCH] Add wheel package
@ -12,10 +12,10 @@ Signed-off-by: Charles Short <charles.short@windriver.com>
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 9b81157..8e22bc1 100644
index d84b592..d283f5a 100644
--- a/debian/control
+++ b/debian/control
@@ -73,3 +73,17 @@ Description: client API library for Neutron - Python 3.x
@@ -74,3 +74,17 @@ Description: client API library for Neutron - Python 3.x
capabilities (e.g., QoS, ACLs, network monitoring, etc).
.
This package provides the client and Python 3.x module.
@ -34,18 +34,18 @@ index 9b81157..8e22bc1 100644
+ .
+ This package contains the Python3 wheel.
diff --git a/debian/rules b/debian/rules
index b886612..ee5df36 100755
index c13fda2..20b1479 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_build:
@@ -14,7 +14,7 @@ override_dh_auto_build:
echo "Do nothing..."
override_dh_auto_install:
- pkgos-dh_auto_install --no-py2
+ pkgos-dh_auto_install --no-py2 --wheel
install -D -m 0644 tools/neutron.bash_completion $(CURDIR)/debian/python3-neutronclient/usr/share/bash-completion/completions/neutron
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
--
2.25.1
2.34.1

View File

@ -1,4 +1,4 @@
From c6174b50da794c8ecdc6892d7279c20c381c2298 Mon Sep 17 00:00:00 2001
From 282799f32ead370f6e99a1b279d7e6d3dc9ce220 Mon Sep 17 00:00:00 2001
From: Charles Short <charles.short@windriver.com>
Date: Mon, 29 Nov 2021 20:54:00 +0000
Subject: [PATCH] Remove openstackclient
@ -13,17 +13,17 @@ Signed-off-by: Charles Short <charles.short@windriver.com>
1 file changed, 1 deletion(-)
diff --git a/debian/control b/debian/control
index 8e22bc1..aecb934 100644
index d283f5a..a948133 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,6 @@ Build-Depends-Indep:
python3-keystoneauth1,
python3-keystoneclient,
python3-netaddr,
- python3-openstackclient,
- python3-openstackclient (>= 1.0.2),
python3-openstackdocstheme,
python3-openstacksdk (>= 1.5.0),
python3-os-client-config,
python3-osc-lib,
--
2.25.1
2.34.1

View File

@ -1,11 +1,11 @@
---
debname: python-neutronclient
debver: 9.0.0-2
debver: 11.2.0-3
dl_path:
name: python-neutronclient-debian-9.0.0-2.tar.gz
url: https://salsa.debian.org/openstack-team/clients/python-neutronclient/-/archive/debian/9.0.0-2/python-neutronclient-debian-9.0.0-2.tar.gz
md5sum: a278bbc82bb9965e0845069b2d2aa382
sha256sum: bbcc33d3b4f9293e84f8b089457919291e7beac56d0535b5daa981de033014ea
name: python-neutronclient-debian-11.2.0-3.tar.gz
url: https://salsa.debian.org/openstack-team/clients/python-neutronclient/-/archive/debian/11.2.0-3/python-neutronclient-debian-11.2.0-3.tar.gz
md5sum: eb6eccd996bb122f8c779e9688a031af
sha256sum: ebc6a830a22d79422704807e9cefb141018f636e17689a024f8cb3bb037cc4b3
revision:
dist: $STX_DIST
GITREVCOUNT:

View File

@ -1,4 +1,4 @@
From b2b209d08e9aca1853504fc3f3120f490bd776ff Mon Sep 17 00:00:00 2001
From e66876942dfa5fc6cc2eba9e66bf7aa35f00284e Mon Sep 17 00:00:00 2001
From: Charles Short <charles.short@windriver.com>
Date: Thu, 28 Oct 2021 12:40:43 +0000
Subject: [PATCH] Add wheel to package
@ -12,10 +12,10 @@ Signed-off-by: Charles Short <charles.short@windriver.com>
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index db8764fa..649fb066 100644
index 0241343f6..3547ba684 100644
--- a/debian/control
+++ b/debian/control
@@ -104,3 +104,21 @@ Description: SDK for building applications to work with OpenStack - Python 3.x
@@ -102,3 +102,21 @@ Description: SDK for building applications to work with OpenStack - Python 3.x
those provided in future release.
.
This package contains the Python 3.x module.
@ -38,18 +38,18 @@ index db8764fa..649fb066 100644
+ .
+ This package contains the Python wheel.
diff --git a/debian/rules b/debian/rules
index a2bfeae0..d6e24992 100755
index 09b184846..df0f6ee49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_build:
@@ -14,7 +14,7 @@ override_dh_auto_build:
echo "Do nothing..."
override_dh_auto_install:
- pkgos-dh_auto_install --no-py2 --in-tmp
+ pkgos-dh_auto_install --no-py2 --in-tmp --wheel
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
OS_LOG_CAPTURE=true pkgos-dh_auto_test --no-py2 'openstack\.tests\.unit\.(?!(.*baremetal\.v1\.test_proxy\.TestWaitForNodesProvisionState\.test_timeout_and_failures_not_fail.*|.*config\.test_loader\.TestLoader\.test__load_yaml_json_file_without_perm.*|.*cloud.test_security_groups\.TestSecurityGroups\.test_update_security_group_bad_kwarg.*|.*cloud\.test_port\.TestPort\.test_create_port_parameters.*|.*test_stats\.TestStats\.test_servers_error.*))'
endif
--
2.25.1
--
2.34.1

View File

@ -1,11 +1,11 @@
---
debver: 1.0.1-2
debver: 3.0.0-3
debname: python-openstacksdk
dl_path:
name: python-openstacksdk-debian-1.0.1-2.tar.gz
url: https://salsa.debian.org/openstack-team/libs/python-openstacksdk/-/archive/debian/1.0.1-2/python-openstacksdk-debian-1.0.1-2.tar.gz
md5sum: 828fd06a1d8362dfe57f48f7a43e129d
sha256sum: 770ca51824df373e11aab01dd2fca9b431d21132676c2dd43251c3ea7cb8f6e3
name: python-openstacksdk-debian-3.0.0-3.tar.gz
url: https://salsa.debian.org/openstack-team/libs/python-openstacksdk/-/archive/debian/3.0.0-3/python-openstacksdk-debian-3.0.0-3.tar.gz
md5sum: 5b7fb3c8e0cb9c555fc6261d5a758de6
sha256sum: 942b7aba202a6b820cc7d815cd28ac03957f7ac04006473a3d6ce43b6feaffbf
revision:
dist: $STX_DIST
GITREVCOUNT: