All of lore.kernel.org
 help / color / mirror / Atom feed
* [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike
@ 2017-11-07 20:38 Mark Asselstine
  2017-11-07 20:38 ` [m-c-s][PATCH 01/10] python-sqlalchemy-migrate: upgrade to v0.11.0 Mark Asselstine
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Mark Asselstine @ 2017-11-07 20:38 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield


Newton is now EOL'd and we never did manage to get all the uprev's
complete to ensure newton was fully functional. Builds will start
failing as the 'newton' branch has been renamed 'newton-eol', so if
you haven't already fetched and try to build you will get nothing but
screens of errors.

Pike has been out since Aug. and is the current stable branch so this
is the start of getting things moved to the pike release. This set of
changes will be followed by the uprev's to the core openstack
components (hopefully in a few days).

The following is the diffstat covering all 10 commits. Note that the
majority of the changes are to the *oslo*bb files but as usual we had
to do some initial changes to uprev and add new python packages, per
the requirements.txt files found in the various packages.

Mark

--
meta-openstack/conf/layer.conf                                             |  4 +---
meta-openstack/recipes-devtools/python/python-amqp_1.4.9.bb                | 16 ----------------
meta-openstack/recipes-devtools/python/python-amqp_2.1.4.bb                | 16 ----------------
meta-openstack/recipes-devtools/python/python-amqp_2.2.2.bb                | 14 ++++++++++++++
meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb           | 15 +++++++++++++++
meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb              | 23 -----------------------
meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb               | 20 --------------------
meta-openstack/recipes-devtools/python/python-kombu_4.1.0.bb               | 16 ++++++++++++++++
meta-openstack/recipes-devtools/python/python-os-client-config_git.bb      |  6 +++---
meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb            |  4 ++--
meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb      |  8 +++-----
meta-openstack/recipes-devtools/python/python-oslo.config_git.bb           |  8 +++++---
meta-openstack/recipes-devtools/python/python-oslo.context_git.bb          |  7 ++++---
meta-openstack/recipes-devtools/python/python-oslo.db_git.bb               | 10 +++-------
meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb             |  6 +++---
meta-openstack/recipes-devtools/python/python-oslo.log_git.bb              |  7 ++++---
meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb        | 12 ++++--------
meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb       |  7 ++++---
meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb           |  6 +++---
meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb          |  6 +++---
meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb         |  6 +++---
meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb    |  6 +++---
meta-openstack/recipes-devtools/python/python-oslo.service_git.bb          |  7 ++++---
meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb            |  6 +++---
meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb |  6 +++---
meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb           |  6 +++---
meta-openstack/recipes-devtools/python/python-oslotest_git.bb              |  9 ++++-----
meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb  | 30 ------------------------------
meta-openstack/recipes-devtools/python/python-requestsexceptions_1.3.0.bb  | 28 ++++++++++++++++++++++++++++
meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb | 32 --------------------------------
meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb | 22 ++++++++++++++++++++++
meta-openstack/recipes-devtools/python/python-statsd_3.2.1.bb              | 15 +++++++++++++++
meta-openstack/recipes-devtools/python/python-stevedore_1.19.1.bb          | 32 --------------------------------
meta-openstack/recipes-devtools/python/python-stevedore_1.27.1.bb          | 20 ++++++++++++++++++++
meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb            | 18 ++++++++++++++++++
meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb                | 13 +++++++++++++
36 files changed, 226 insertions(+), 241 deletions(-)


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [m-c-s][PATCH 01/10] python-sqlalchemy-migrate: upgrade to v0.11.0
  2017-11-07 20:38 [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Mark Asselstine
@ 2017-11-07 20:38 ` Mark Asselstine
  2017-11-07 20:38 ` [m-c-s][PATCH 02/10] python-stevedore: uprev to v1.27.1 Mark Asselstine
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Mark Asselstine @ 2017-11-07 20:38 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield

This version is required by the latest version of keystone.

The additional license was added since the source header has one
license and the COPYING file has a different license, so better safe
than sorry.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 ...10.0.bb => python-sqlalchemy-migrate_0.11.0.bb} | 32 ++++++++--------------
 1 file changed, 11 insertions(+), 21 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-sqlalchemy-migrate_0.10.0.bb => python-sqlalchemy-migrate_0.11.0.bb} (34%)

diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb
similarity index 34%
rename from meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb
rename to meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb
index 2fd7262..715d2cd 100644
--- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb
@@ -1,32 +1,22 @@
 DESCRIPTION = "Database schema migration for SQLAlchemy"
 HOMEPAGE = "http://code.google.com/p/sqlalchemy-migrate/"
 SECTION = "devel/python"
-LICENSE = "MIT"
+LICENSE = "MIT & Apache-2.0"
 LIC_FILES_CHKSUM = "file://setup.py;beginline=32;endline=32;md5=d41d8cd98f00b204e9800998ecf8427e"
 
-SRCNAME = "sqlalchemy-migrate"
+inherit pypi
 
-SRC_URI = "https://pypi.python.org/packages/source/s/sqlalchemy-migrate/${SRCNAME}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "af20c212b3379c142a1b3f66bb39b6d8"
-SRC_URI[sha256sum] = "f83c5cce9c09e5c05527279b7fe1565b32e5353342ff30b24f594fa2e5a7e003"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
+SRC_URI[md5sum] = "f68c75280270f2fb2824633ef8633628"
+SRC_URI[sha256sum] = "e68af5e3e0561f629d4eb23d9d0ea77d2649747f2eff37fd29aece74615ca251"
 
 inherit setuptools
 
-DEPENDS += " \
-        python-pip \
+RDEPENDS_${PN} += " \
         python-pbr \
+        python-sqlalchemy \
+        python-decorator \
+        python-six \
+        python-sqlparse \
+        python-tempita \
         "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-        python-pbr-native \
-        "
-
-RDEPENDS_${PN} += "python-sqlalchemy  \
-	python-decorator \
-	python-tempita  \
-        python-pbr \
-    "
+	
\ No newline at end of file
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [m-c-s][PATCH 02/10] python-stevedore: uprev to v1.27.1
  2017-11-07 20:38 [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Mark Asselstine
  2017-11-07 20:38 ` [m-c-s][PATCH 01/10] python-sqlalchemy-migrate: upgrade to v0.11.0 Mark Asselstine
@ 2017-11-07 20:38 ` Mark Asselstine
  2017-11-07 20:38 ` [m-c-s][PATCH 03/10] python-requestsexceptions: uprev to v1.3.0 Mark Asselstine
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Mark Asselstine @ 2017-11-07 20:38 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield

This newer version is required by the latest keystone and others.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 ...-stevedore_1.19.1.bb => python-stevedore_1.27.1.bb} | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-stevedore_1.19.1.bb => python-stevedore_1.27.1.bb} (49%)

diff --git a/meta-openstack/recipes-devtools/python/python-stevedore_1.19.1.bb b/meta-openstack/recipes-devtools/python/python-stevedore_1.27.1.bb
similarity index 49%
rename from meta-openstack/recipes-devtools/python/python-stevedore_1.19.1.bb
rename to meta-openstack/recipes-devtools/python/python-stevedore_1.27.1.bb
index ffd2997..e1c0167 100644
--- a/meta-openstack/recipes-devtools/python/python-stevedore_1.19.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-stevedore_1.27.1.bb
@@ -4,21 +4,10 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
+SRC_URI[md5sum] = "80113d0f3b0f4d64107546dde410003a"
+SRC_URI[sha256sum] = "236468dae36707069e8b3bdb455e9f1be090b1e6b937f4ac0c56a538d6f50be0"
 
-SRCNAME = "stevedore"
-SRC_URI = "http://pypi.io/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "f02de21fc0efac440db3a6d716068669"
-SRC_URI[sha256sum] = "c963858176fdbac899859a9e215411d024e3a46655034a853e0f3b57947c9856"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools rmargparse
-
-DEPENDS += " \
-        python-pip \
-        python-pbr \
-        "
+inherit setuptools rmargparse pypi
 
 # Satisfy setup.py 'setup_requires'
 DEPENDS += " \
@@ -27,6 +16,5 @@ DEPENDS += " \
 
 RDEPENDS_${PN} += " \
         python-pbr \
-        python-argparse \
         python-six \
         "
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [m-c-s][PATCH 03/10] python-requestsexceptions: uprev to v1.3.0
  2017-11-07 20:38 [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Mark Asselstine
  2017-11-07 20:38 ` [m-c-s][PATCH 01/10] python-sqlalchemy-migrate: upgrade to v0.11.0 Mark Asselstine
  2017-11-07 20:38 ` [m-c-s][PATCH 02/10] python-stevedore: uprev to v1.27.1 Mark Asselstine
@ 2017-11-07 20:38 ` Mark Asselstine
  2017-11-07 20:38 ` [m-c-s][PATCH 04/10] python-statsd: initial version Mark Asselstine
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Mark Asselstine @ 2017-11-07 20:38 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield

Uprev required by python-os-client-config v1.28.0.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 ...questsexceptions_1.1.3.bb => python-requestsexceptions_1.3.0.bb} | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-requestsexceptions_1.1.3.bb => python-requestsexceptions_1.3.0.bb} (80%)

diff --git a/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb b/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.3.0.bb
similarity index 80%
rename from meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb
rename to meta-openstack/recipes-devtools/python/python-requestsexceptions_1.3.0.bb
index 4975e52..33a5fc6 100644
--- a/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.3.0.bb
@@ -4,13 +4,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87"
 
-PR = "r0"
-
 SRCNAME = "requestsexceptions"
 SRC_URI = "http://pypi.io/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "edf208c247261157bf7a97d7c792d914"
-SRC_URI[sha256sum] = "d678b872f51f76d875e00e6667f4ddbf013b3a99490ae5fe07cf3e4f846e283e"
+SRC_URI[md5sum] = "85c9a2c5c5ecbd2deb0a491613fbdd12"
+SRC_URI[sha256sum] = "8f141ba636d6748cd29208c1955bde38bf00fcdda1a685bc09d8ed133700353e"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [m-c-s][PATCH 04/10] python-statsd: initial version
  2017-11-07 20:38 [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Mark Asselstine
                   ` (2 preceding siblings ...)
  2017-11-07 20:38 ` [m-c-s][PATCH 03/10] python-requestsexceptions: uprev to v1.3.0 Mark Asselstine
@ 2017-11-07 20:38 ` Mark Asselstine
  2017-11-07 20:38 ` [m-c-s][PATCH 05/10] python-tenacity: " Mark Asselstine
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Mark Asselstine @ 2017-11-07 20:38 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield

This python package is required by python-oslo.middleware.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 .../recipes-devtools/python/python-statsd_3.2.1.bb        | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-statsd_3.2.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-statsd_3.2.1.bb b/meta-openstack/recipes-devtools/python/python-statsd_3.2.1.bb
new file mode 100644
index 0000000..4faaa60
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-statsd_3.2.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "A simple statsd client."
+HOMEPAGE = "https://github.com/jsocol/pystatsd"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4d8aa8ac1dc54b8aee4054bd5e5c61bd"
+
+inherit pypi
+
+SRC_URI[md5sum] = "d819e2375030f543522012046e6e36e9"
+SRC_URI[sha256sum] = "3fa92bf0192af926f7a0d9be031fe3fd0fbaa1992d42cf2f07e68f76ac18288e"
+
+inherit setuptools
+
+RDEPENDS_${PN} += " \
+        "
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [m-c-s][PATCH 05/10] python-tenacity: initial version
  2017-11-07 20:38 [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Mark Asselstine
                   ` (3 preceding siblings ...)
  2017-11-07 20:38 ` [m-c-s][PATCH 04/10] python-statsd: initial version Mark Asselstine
@ 2017-11-07 20:38 ` Mark Asselstine
  2017-11-07 20:38 ` [m-c-s][PATCH 06/10] python-vine: " Mark Asselstine
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Mark Asselstine @ 2017-11-07 20:38 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield

There is a recipe in meta-iot-cloud but it is old and if we can avoid
pulling in yet another layer I think we are better off maintaining our
own copy.

This python package is required by the updated python-oslo.messaging
verison for stable/pike.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 .../recipes-devtools/python/python-tenacity_4.5.0.bb   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb

diff --git a/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb b/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb
new file mode 100644
index 0000000..e48a95b
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Retry code until it succeeeds"
+HOMEPAGE = "https://github.com/jd/tenacity"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
+
+inherit pypi
+
+SRC_URI[md5sum] = "7bb60e2bfa59797d415724d7cb770973"
+SRC_URI[sha256sum] = "e5eb0009d7fef345ffd27e43122ec288418b460952aeefde60df8e62c3953d4b"
+
+inherit setuptools
+
+RDEPENDS_${PN} += " \
+        python-six \
+        python-futures \
+        python-monotonic \
+        "
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [m-c-s][PATCH 06/10] python-vine: initial version
  2017-11-07 20:38 [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Mark Asselstine
                   ` (4 preceding siblings ...)
  2017-11-07 20:38 ` [m-c-s][PATCH 05/10] python-tenacity: " Mark Asselstine
@ 2017-11-07 20:38 ` Mark Asselstine
  2017-11-07 20:38 ` [m-c-s][PATCH 07/10] python-amqp: uprev to v2.2.2 Mark Asselstine
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Mark Asselstine @ 2017-11-07 20:38 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield

This python package is required for the v2.2.2 of python-amqp.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb

diff --git a/meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb b/meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb
new file mode 100644
index 0000000..268675d
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Python promises"
+HOMEPAGE = "https://pypi.python.org/pypi/vine"
+SECTION = "devel/python"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6fadb0e48ceb84b571372dd706ed76a0"
+
+SRC_URI[md5sum] = "9fdb971e7fd15b181b84f3bfcf20d11c"
+SRC_URI[sha256sum] = "52116d59bc45392af9fdd3b75ed98ae48a93e822cee21e5fda249105c59a7a72"
+
+inherit setuptools pypi
+
+RDEPENDS_${PN} += " \
+        "
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [m-c-s][PATCH 07/10] python-amqp: uprev to v2.2.2
  2017-11-07 20:38 [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Mark Asselstine
                   ` (5 preceding siblings ...)
  2017-11-07 20:38 ` [m-c-s][PATCH 06/10] python-vine: " Mark Asselstine
@ 2017-11-07 20:38 ` Mark Asselstine
  2017-11-07 20:38 ` [m-c-s][PATCH 08/10] python-kombu: uprev to v4.1.0 Mark Asselstine
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Mark Asselstine @ 2017-11-07 20:38 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield

This newer version is required by the new version of
python-oslo.messaging found on stable/pike.

Drop the old v1.4.9 so we only have the one recipe.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 meta-openstack/conf/layer.conf                           |  1 -
 .../recipes-devtools/python/python-amqp_1.4.9.bb         | 16 ----------------
 .../{python-amqp_2.1.4.bb => python-amqp_2.2.2.bb}       | 14 ++++++--------
 3 files changed, 6 insertions(+), 25 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-amqp_1.4.9.bb
 rename meta-openstack/recipes-devtools/python/{python-amqp_2.1.4.bb => python-amqp_2.2.2.bb} (38%)

diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index 61e9fb5..ceb489b 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -19,7 +19,6 @@ PREFERRED_VERSION_python-django = "1.8.6"
 PREFERRED_VERSION_python-netaddr = "0.7.19"
 PREFERRED_VERSION_python-sqlalchemy = "1.0.16"
 PREFERRED_VERSION_python-requests = "2.13.0"
-PREFERRED_VERSION_python-amqp = "1.4.9"
 PREFERRED_VERSION_python-kombu = "3.0.%"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
diff --git a/meta-openstack/recipes-devtools/python/python-amqp_1.4.9.bb b/meta-openstack/recipes-devtools/python/python-amqp_1.4.9.bb
deleted file mode 100644
index 9768e09..0000000
--- a/meta-openstack/recipes-devtools/python/python-amqp_1.4.9.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Low-level AMQP client for Python"
-HOMEPAGE = "https://pypi.python.org/pypi/amqp/"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1702a92c723f09e3fab3583b165a8d90"
-
-SRCNAME = "amqp"
-
-SRC_URI = "https://pypi.io/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "df57dde763ba2dea25b3fa92dfe43c19"
-SRC_URI[sha256sum] = "2dea4d16d073c902c3b89d9b96620fb6729ac0f7a923bbc777cb4ad827c0c61a"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python-amqp_2.1.4.bb b/meta-openstack/recipes-devtools/python/python-amqp_2.2.2.bb
similarity index 38%
rename from meta-openstack/recipes-devtools/python/python-amqp_2.1.4.bb
rename to meta-openstack/recipes-devtools/python/python-amqp_2.2.2.bb
index bda166f..94979d3 100644
--- a/meta-openstack/recipes-devtools/python/python-amqp_2.1.4.bb
+++ b/meta-openstack/recipes-devtools/python/python-amqp_2.2.2.bb
@@ -4,13 +4,11 @@ SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9d6ba772ac59c08a25a12ce15bd5f27b"
 
-SRCNAME = "amqp"
+SRC_URI[md5sum] = "0971a3fd2d635ded45c349cfc17106bd"
+SRC_URI[sha256sum] = "cba1ace9d4ff6049b190d8b7991f9c1006b443a5238021aca96dd6ad2ac9da22"
 
-SRC_URI = "https://pypi.python.org/packages/23/39/06bb8bd31e78962675f696498f7821f5dbd11aa0919c5a811d83a0e02609/${SRCNAME}-${PV}.tar.gz"
+inherit setuptools pypi
 
-SRC_URI[md5sum] = "035a475e42ef4f431b4e0dca113434bd"
-SRC_URI[sha256sum] = "1378cc14afeb6c2850404f322d03dec0082d11d04bdcb0360e1b10d4e6e77ef9"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
+RDEPENDS_${PN} += " \
+        python-vine \
+        "
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [m-c-s][PATCH 08/10] python-kombu: uprev to v4.1.0
  2017-11-07 20:38 [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Mark Asselstine
                   ` (6 preceding siblings ...)
  2017-11-07 20:38 ` [m-c-s][PATCH 07/10] python-amqp: uprev to v2.2.2 Mark Asselstine
@ 2017-11-07 20:38 ` Mark Asselstine
  2017-11-07 20:38 ` [m-c-s][PATCH 09/10] python-eventlet: add v0.20.0 Mark Asselstine
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Mark Asselstine @ 2017-11-07 20:38 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield

This version is required for python-oslo.messaging when moved to
stable/pike. We can drop the v3.0.37 version as it is no longer
required allowing us to only have one recipe.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 meta-openstack/conf/layer.conf                     |  1 -
 .../recipes-devtools/python/python-kombu_3.0.37.bb | 23 ----------------------
 ...python-kombu_4.0.2.bb => python-kombu_4.1.0.bb} | 16 ++++++---------
 3 files changed, 6 insertions(+), 34 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb
 rename meta-openstack/recipes-devtools/python/{python-kombu_4.0.2.bb => python-kombu_4.1.0.bb} (38%)

diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index ceb489b..302b657 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -19,6 +19,5 @@ PREFERRED_VERSION_python-django = "1.8.6"
 PREFERRED_VERSION_python-netaddr = "0.7.19"
 PREFERRED_VERSION_python-sqlalchemy = "1.0.16"
 PREFERRED_VERSION_python-requests = "2.13.0"
-PREFERRED_VERSION_python-kombu = "3.0.%"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb b/meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb
deleted file mode 100644
index 16e3f0a..0000000
--- a/meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "A messaging framework for Python"
-HOMEPAGE = "http://kombu.readthedocs.org"
-SECTION = "devel/python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=ee3b641e9940ba25a4dd66b3942866cf"
-
-SRCNAME = "kombu"
-
-SRC_URI = "https://pypi.io/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "a1901036ba5e70e6b1733f7c2d5ee313"
-SRC_URI[sha256sum] = "e064a00c66b4d1058cd2b0523fb8d98c82c18450244177b6c0f7913016642650"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
-
-FILES_${PN}-doc += "${datadir}/${SRCNAME}"
-
-RDEPENDS_${PN} = " \
-    python-anyjson \
-    python-amqp \
-    "
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.1.0.bb
similarity index 38%
rename from meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb
rename to meta-openstack/recipes-devtools/python/python-kombu_4.1.0.bb
index 66fe763..8d44426 100644
--- a/meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb
+++ b/meta-openstack/recipes-devtools/python/python-kombu_4.1.0.bb
@@ -4,17 +4,13 @@ SECTION = "devel/python"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4"
 
-SRCNAME = "kombu"
+SRC_URI[md5sum] = "2fb2be9fec0e6514231bba23a3779439"
+SRC_URI[sha256sum] = "4249d9dd9dbf1fcec471d1c2def20653c9310dd1a217272d77e4844f9d5273cb"
 
-SRC_URI = "https://pypi.python.org/packages/c7/76/58c655a80bf08b703478ce673ed4e3029297105951863b73030d45b06b42/${SRCNAME}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "1f24f3a8addf8f3eb0f463aad970f0fb"
-SRC_URI[sha256sum] = "d0fc6f2a36610a308f838db4b832dad79a681b516ac1d1a1f9d42edb58cc11a2"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
+inherit setuptools pypi
 
 FILES_${PN}-doc += "${datadir}/${SRCNAME}"
 
-RDEPENDS_${PN} = "python-anyjson python-amqplib"
+RDEPENDS_${PN} = " \
+        python-amqp \
+        "
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [m-c-s][PATCH 09/10] python-eventlet: add v0.20.0
  2017-11-07 20:38 [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Mark Asselstine
                   ` (7 preceding siblings ...)
  2017-11-07 20:38 ` [m-c-s][PATCH 08/10] python-kombu: uprev to v4.1.0 Mark Asselstine
@ 2017-11-07 20:38 ` Mark Asselstine
  2017-11-07 20:38 ` [m-c-s][PATCH 10/10] python-oslo*: uprev to latest stable/pike Mark Asselstine
  2017-11-08 19:18 ` [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Bruce Ashfield
  10 siblings, 0 replies; 12+ messages in thread
From: Mark Asselstine @ 2017-11-07 20:38 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield

Version 0.21.0 is not compatible with python-oslo.service per its
requirements.txt:

python-eventlet !=0.18.3,!=0.20.1,<0.21.0,>=0.18.2

So add the v0.20.0 and set it as the PREF'd version.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 meta-openstack/conf/layer.conf                            |  2 +-
 .../recipes-devtools/python/python-eventlet_0.20.0.bb     | 15 +++++++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)
 create mode 100644 meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb

diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index 302b657..6859085 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -19,5 +19,5 @@ PREFERRED_VERSION_python-django = "1.8.6"
 PREFERRED_VERSION_python-netaddr = "0.7.19"
 PREFERRED_VERSION_python-sqlalchemy = "1.0.16"
 PREFERRED_VERSION_python-requests = "2.13.0"
-
+PREFERRED_VERSION_python-eventlet = "0.20.0"
 LICENSE_PATH += "${LAYERDIR}/licenses"
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb
new file mode 100644
index 0000000..9d3c0da
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Highly concurrent networking library"
+HOMEPAGE = "http://pypi.python.org/pypi/eventlet"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
+
+SRC_URI[md5sum] = "057276232bf65f1db6aabf819e7ece6a"
+SRC_URI[sha256sum] = "2e17cda85f2003796f13de0e6c59a5253c0afd1f45dfc97bb9b6bfb8962f7895"
+
+inherit setuptools pypi
+
+RDEPENDS_${PN} += " \
+    python-enum34 \
+    python-greenlet \
+    "
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [m-c-s][PATCH 10/10] python-oslo*: uprev to latest stable/pike
  2017-11-07 20:38 [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Mark Asselstine
                   ` (8 preceding siblings ...)
  2017-11-07 20:38 ` [m-c-s][PATCH 09/10] python-eventlet: add v0.20.0 Mark Asselstine
@ 2017-11-07 20:38 ` Mark Asselstine
  2017-11-08 19:18 ` [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Bruce Ashfield
  10 siblings, 0 replies; 12+ messages in thread
From: Mark Asselstine @ 2017-11-07 20:38 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield

Uprev all of the existing 'oslo' packages to the latest commit on the
stable/pike branch. This will allow us to prepare for the uprev of the
main openstack components to stable/pike.

Dependencies are been validated and uprev'd/added as needed.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 .../recipes-devtools/python/python-os-client-config_git.bb   |  6 +++---
 .../recipes-devtools/python/python-oslo.cache_git.bb         |  4 ++--
 .../recipes-devtools/python/python-oslo.concurrency_git.bb   |  8 +++-----
 .../recipes-devtools/python/python-oslo.config_git.bb        |  8 +++++---
 .../recipes-devtools/python/python-oslo.context_git.bb       |  7 ++++---
 meta-openstack/recipes-devtools/python/python-oslo.db_git.bb | 10 +++-------
 .../recipes-devtools/python/python-oslo.i18n_git.bb          |  6 +++---
 .../recipes-devtools/python/python-oslo.log_git.bb           |  7 ++++---
 .../recipes-devtools/python/python-oslo.messaging_git.bb     | 12 ++++--------
 .../recipes-devtools/python/python-oslo.middleware_git.bb    |  7 ++++---
 .../recipes-devtools/python/python-oslo.policy_git.bb        |  6 +++---
 .../recipes-devtools/python/python-oslo.reports_git.bb       |  6 +++---
 .../recipes-devtools/python/python-oslo.rootwrap_git.bb      |  6 +++---
 .../recipes-devtools/python/python-oslo.serialization_git.bb |  6 +++---
 .../recipes-devtools/python/python-oslo.service_git.bb       |  7 ++++---
 .../recipes-devtools/python/python-oslo.utils_git.bb         |  6 +++---
 .../python/python-oslo.versionedobjects_git.bb               |  6 +++---
 .../recipes-devtools/python/python-oslo.vmware_git.bb        |  6 +++---
 .../recipes-devtools/python/python-oslotest_git.bb           |  9 ++++-----
 19 files changed, 64 insertions(+), 69 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
index 5393bb7..e57abbb 100644
--- a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-PV = "1.21.1"
-SRCREV = "c4742ec391151e918046efa5a550e012fe9d5081"
+PV = "1.28.0"
+SRCREV = "261c05f0057d556a8910457f1e22ca4d81801081"
 
 SRCNAME = "os-client-config"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
 S = "${WORKDIR}/git"
 
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
index a20dfd7..209728e 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
@@ -5,10 +5,10 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
 PV = "1.14.0+git${SRCPV}"
-SRCREV = "ff5bbb96d73a83c1e25759c42a30f01608de5b8a"
+SRCREV = "f5b6ddf7d18a7e06e19712ca7a2509d658a08c4d"
 
 SRCNAME = "oslo.cache"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
 S = "${WORKDIR}/git"
 
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
index 7b1fe68..16ebc89 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-PV = "3.14.0+git${SRCPV}"
-SRCREV = "9ac99b675eae255b660b03d3a1e61599d09f8316"
+PV = "3.21.1+git${SRCPV}"
+SRCREV = "8adf9b1f0d69dca7372b967ef4f894487f1a9d64"
 
 SRCNAME = "oslo.concurrency"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
 S = "${WORKDIR}/git"
 
@@ -25,11 +25,9 @@ DEPENDS += " \
 RDEPENDS_${PN} += " \
         python-pbr \
         python-fasteners \
-        python-iso8601 \
         python-oslo.config \
         python-oslo.i18n \
         python-oslo.utils \
         python-six \
-        python-retrying \
         python-enum34 \
         "
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
index ade23ba..0ccc66e 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
 
-PV = "3.17.0+git${SRCPV}"
-SRCREV = "2f2c1839b7423185a6a48e7b3ca3c3274d5ba8f3"
+PV = "4.11.1+git${SRCPV}"
+SRCREV = "fb0738974824af6e1bc7d9fdf32a7c1d3ebf65fb"
 
 SRCNAME = "oslo.config"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
 S = "${WORKDIR}/git"
 
@@ -32,4 +32,6 @@ RDEPENDS_${PN} += " \
     python-debtcollector \
     python-oslo.i18n \
     python-rfc3986 \
+    python-pyyaml \
     "
+	
\ No newline at end of file
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb
index 571e1c2..bf1ae7a 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb
@@ -5,10 +5,10 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
 SRCNAME = "oslo.context"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
-PV = "2.9.0+git${SRCPV}"
-SRCREV = "b8fe4065ab5ee365526ced5aff12eaa0b8409cb7"
+PV = "2.17.0+git${SRCPV}"
+SRCREV = "f4b6914db02e6bcf0de4a97bbc3dc85dd6e06d91"
 S = "${WORKDIR}/git"
 
 inherit setuptools
@@ -27,5 +27,6 @@ DEPENDS += " \
 RDEPENDS_${PN} += " \
         bash \
         python-pbr \
+        python-debtcollector \
         python-positional \
         "
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
index ca48d78..53df106 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-PV = "4.13.5+git${SRCPV}"
-SRCREV = "086be4ac91b17942370980a35d67d48d2e42567a"
+PV = "4.25.0+git${SRCPV}"
+SRCREV = "71607d59ec5c02d7beb5109c500aa9b6a0d9ee2c"
 
 SRCNAME = "oslo.db"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
 S = "${WORKDIR}/git"
 
@@ -22,12 +22,8 @@ DEPENDS += " \
 RDEPENDS_${PN} += " \
        python-six \
        python-alembic \
-       python-babel \
-       python-iso8601 \
-       python-lockfile \
        python-oslo.config \
        python-oslo.i18n \
-       python-oslo.context \
        python-oslo.utils \
        python-sqlalchemy \
        python-sqlalchemy-migrate \
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
index 8b6db29..9f7ddc5 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-PV = "3.9.0+git${SRCPV}"
-SRCREV = "351c10af6ad6b6fed197cc4b38d9fddf232d0def"
+PV = "3.17.0+git${SRCPV}"
+SRCREV = "f2729cd36f8694a6ec53a0e700599ddf4427440d"
 
 SRCNAME = "oslo.i18n"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
 S = "${WORKDIR}/git"
 
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
index 9a819c6..d6ca0ee 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
@@ -5,10 +5,10 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
 SRCNAME = "oslo.log"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
-PV = "3.16.0+git${SRCPV}"
-SRCREV = "a6efc0e714171d4f5ec8baef46cc8734fb4139dc"
+PV = "3.30.0+git${SRCPV}"
+SRCREV = "ad776e84b51223b85b7dfa85a7e77bb2f3848f4b"
 S = "${WORKDIR}/git"
 
 inherit setuptools
@@ -37,4 +37,5 @@ RDEPENDS_${PN} += " \
         python-pyinotify \
         python-debtcollector \
         python-dateutil \
+        python-monotonic \
         "
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
index a960771..6cd5d76 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
@@ -5,10 +5,10 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
 
 SRCNAME = "oslo.messaging"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
-PV = "5.10.1+git${SRCPV}"
-SRCREV = "cc1ec4e7f3b395d5f25e7d4922e6359b58a2206a"
+PV = "5.30.1+git${SRCPV}"
+SRCREV = "a07d852b237d229a0f4dd55fd83379c0581e44e9"
 S = "${WORKDIR}/git"
 
 inherit setuptools
@@ -26,8 +26,6 @@ RDEPENDS_${PN} += " \
         python-pbr \
         python-cachetools \
         python-futurist \
-        python-oslo.config \
-        python-oslo.context \
         python-oslo.log \
         python-oslo.utils \
         python-oslo.serialization \
@@ -38,8 +36,6 @@ RDEPENDS_${PN} += " \
         python-debtcollector \
         python-monotonic \
         python-six \
-        python-eventlet \
-        python-greenlet \
         python-webob \
         python-pyyaml \
         python-amqp \
@@ -47,5 +43,5 @@ RDEPENDS_${PN} += " \
         python-pika \
         python-pika-pool \
         python-futures \
-        python-retrying \
+        python-tenacity \
         "
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb
index 811068a..b02d653 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-PV = "3.19.0+git${SRCPV}"
-SRCREV = "e3e052a92e9eb3e40af3c653281c944d34f822b4"
+PV = "3.30.1+git${SRCPV}"
+SRCREV = "d9ad4bae1e0d6c43a009d393ac94f7ff50116171"
 
 SRCNAME = "oslo.middleware"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
 S = "${WORKDIR}/git"
 
@@ -33,4 +33,5 @@ RDEPENDS_${PN} += " \
         python-stevedore \
         python-webob \
         python-debtcollector \
+        python-statsd \
         "
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
index f586d28..82c3ae0 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
@@ -5,11 +5,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
-PV = "1.14.0+git${SRCPV}"
-SRCREV = "018c7475c9dd75da0f902bbe3ec5d01855fa50d6"
+PV = "1.25.1+git${SRCPV}"
+SRCREV = "cb9ab34cd40a7cd9eff0e40ccc2df4ee88edae4e"
 
 SRCNAME = "oslo.policy"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
 S = "${WORKDIR}/git"
 
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
index 39a1131..fd32326 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
-PV = "1.14.0+git${SRCPV}"
-SRCREV = "2a9e24502d0960010c00314218ae85a1a04e71b2"
+PV = "1.22.0+git${SRCPV}"
+SRCREV = "a837f40bb0c31958d3ce99e2f9a6eb2fe651f4e6"
 
 SRCNAME = "oslo.reports"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
 S = "${WORKDIR}/git"
 
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb
index 4d62093..2dbbfe8 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
 
-PV = "5.1.1+git${SRCPV}"
-SRCREV = "36e9592359f70c720d93b460d33ea136d3945996"
+PV = "5.9.0+git${SRCPV}"
+SRCREV = "b7b63e2ecb50ba66a1f152ae6f71dd208326fbee"
 
 SRCNAME = "oslo.rootwrap"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
 S = "${WORKDIR}/git"
 
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
index 6a747fa..b11957d 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
@@ -5,10 +5,10 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
 SRCNAME = "oslo.serialization"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
-PV = "2.13.0+git${SRCPV}"
-SRCREV = "be02fdbebc2d9f92a959aa34e0cb5a30934dfa0d"
+PV = "2.20.0+git${SRCPV}"
+SRCREV = "e56d91427c11a3813a0154d47e804018e580086e"
 S = "${WORKDIR}/git"
 
 inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
index f754444..0cea229 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
-PV = "1.16.0"
-SRCREV = "e11a2880777249674664ec330004fda5e605ac73"
+PV = "1.25.0"
+SRCREV = "0020bef6a503905aca5cdb70aee54e1c5f2ff472"
 
 SRCNAME = "oslo.service"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
 S = "${WORKDIR}/git"
 
@@ -35,3 +35,4 @@ RDEPENDS_${PN} += " \
         python-paste \
         python-routes \
         "
+	
\ No newline at end of file
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
index 1ded267..e73bf53 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
@@ -5,10 +5,10 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
 SRCNAME = "oslo.utils"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
-PV = "3.16.0+git${SRCPV}"
-SRCREV = "0aae41e0c1d3d965181b22b6fd25fb1bc0442a35"
+PV = "3.28.0+git${SRCPV}"
+SRCREV = "8b3965b9bbe1e31a4939f2f69c5239d6d5c7f72c"
 S = "${WORKDIR}/git"
 
 inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
index b622736..d62b451 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
-PV = "1.17.0+git${SRCPV}"
-SRCREV = "9f33bd4c74949ebe42bffe39c529aa6a1c94e531"
+PV = "1.26.0+git${SRCPV}"
+SRCREV = "78cd10662f20c4ae43e20a2dfa844cfd4e5cae26"
 
 SRCNAME = "oslo.versionedobjects"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
 S = "${WORKDIR}/git"
 
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb
index 8e355d8..f6e7b5e 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-PV = "2.14.0+git${SRCPV}"
-SRCREV = "bfd1e0ffd435e637d00ba54ec99aeafe4488eca1"
+PV = "2.23.0+git${SRCPV}"
+SRCREV = "95a30dfa24d259fe16f0fd43eb1b67b9f3fc0397"
 
 SRCNAME = "oslo.vmware"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
 S = "${WORKDIR}/git"
 
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
index d08e107..20c0b53 100644
--- a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
@@ -6,11 +6,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-PV = "2.10.0+git${SRCPV}"
-SRCREV = "a8c5ed4008963a3436f4a4932ac544f5ee4c283b"
+PV = "2.17.0+git${SRCPV}"
+SRCREV = "aea2b5cfd6442195f7ee479e21664631825af924"
 
 SRCNAME = "oslotest"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
 
 S = "${WORKDIR}/git"
 
@@ -24,12 +24,11 @@ RDEPENDS_${PN} = "python-fixtures \
                   python-subunit \
                   python-six \
                   python-testrepository \
-                  python-testscenarios \
                   python-testtools \
                   python-mock \
                   python-mox3 \
                   python-os-client-config \
                   python-debtcollector \
-                  python-pbr \
                   bash \
 "
+	
\ No newline at end of file
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike
  2017-11-07 20:38 [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Mark Asselstine
                   ` (9 preceding siblings ...)
  2017-11-07 20:38 ` [m-c-s][PATCH 10/10] python-oslo*: uprev to latest stable/pike Mark Asselstine
@ 2017-11-08 19:18 ` Bruce Ashfield
  10 siblings, 0 replies; 12+ messages in thread
From: Bruce Ashfield @ 2017-11-08 19:18 UTC (permalink / raw)
  To: Mark Asselstine, meta-virtualization

On 2017-11-07 3:38 PM, Mark Asselstine wrote:
> 
> Newton is now EOL'd and we never did manage to get all the uprev's
> complete to ensure newton was fully functional. Builds will start
> failing as the 'newton' branch has been renamed 'newton-eol', so if
> you haven't already fetched and try to build you will get nothing but
> screens of errors.
> 
> Pike has been out since Aug. and is the current stable branch so this
> is the start of getting things moved to the pike release. This set of
> changes will be followed by the uprev's to the core openstack
> components (hopefully in a few days).
> 
> The following is the diffstat covering all 10 commits. Note that the
> majority of the changes are to the *oslo*bb files but as usual we had
> to do some initial changes to uprev and add new python packages, per
> the requirements.txt files found in the various packages.


merged .. we can't break what isn't currently working ;)

Bruce

> 
> Mark
> 
> --
> meta-openstack/conf/layer.conf                                             |  4 +---
> meta-openstack/recipes-devtools/python/python-amqp_1.4.9.bb                | 16 ----------------
> meta-openstack/recipes-devtools/python/python-amqp_2.1.4.bb                | 16 ----------------
> meta-openstack/recipes-devtools/python/python-amqp_2.2.2.bb                | 14 ++++++++++++++
> meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb           | 15 +++++++++++++++
> meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb              | 23 -----------------------
> meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb               | 20 --------------------
> meta-openstack/recipes-devtools/python/python-kombu_4.1.0.bb               | 16 ++++++++++++++++
> meta-openstack/recipes-devtools/python/python-os-client-config_git.bb      |  6 +++---
> meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb            |  4 ++--
> meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb      |  8 +++-----
> meta-openstack/recipes-devtools/python/python-oslo.config_git.bb           |  8 +++++---
> meta-openstack/recipes-devtools/python/python-oslo.context_git.bb          |  7 ++++---
> meta-openstack/recipes-devtools/python/python-oslo.db_git.bb               | 10 +++-------
> meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb             |  6 +++---
> meta-openstack/recipes-devtools/python/python-oslo.log_git.bb              |  7 ++++---
> meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb        | 12 ++++--------
> meta-openstack/recipes-devtools/python/python-oslo.middleware_git.bb       |  7 ++++---
> meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb           |  6 +++---
> meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb          |  6 +++---
> meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb         |  6 +++---
> meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb    |  6 +++---
> meta-openstack/recipes-devtools/python/python-oslo.service_git.bb          |  7 ++++---
> meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb            |  6 +++---
> meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb |  6 +++---
> meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb           |  6 +++---
> meta-openstack/recipes-devtools/python/python-oslotest_git.bb              |  9 ++++-----
> meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb  | 30 ------------------------------
> meta-openstack/recipes-devtools/python/python-requestsexceptions_1.3.0.bb  | 28 ++++++++++++++++++++++++++++
> meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb | 32 --------------------------------
> meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb | 22 ++++++++++++++++++++++
> meta-openstack/recipes-devtools/python/python-statsd_3.2.1.bb              | 15 +++++++++++++++
> meta-openstack/recipes-devtools/python/python-stevedore_1.19.1.bb          | 32 --------------------------------
> meta-openstack/recipes-devtools/python/python-stevedore_1.27.1.bb          | 20 ++++++++++++++++++++
> meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb            | 18 ++++++++++++++++++
> meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb                | 13 +++++++++++++
> 36 files changed, 226 insertions(+), 241 deletions(-)
> 



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-11-08 19:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-07 20:38 [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 01/10] python-sqlalchemy-migrate: upgrade to v0.11.0 Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 02/10] python-stevedore: uprev to v1.27.1 Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 03/10] python-requestsexceptions: uprev to v1.3.0 Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 04/10] python-statsd: initial version Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 05/10] python-tenacity: " Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 06/10] python-vine: " Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 07/10] python-amqp: uprev to v2.2.2 Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 08/10] python-kombu: uprev to v4.1.0 Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 09/10] python-eventlet: add v0.20.0 Mark Asselstine
2017-11-07 20:38 ` [m-c-s][PATCH 10/10] python-oslo*: uprev to latest stable/pike Mark Asselstine
2017-11-08 19:18 ` [m-c-s][PATCH 0/n] uprev 'oslo' packages to stable/pike Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.