All of lore.kernel.org
 help / color / mirror / Atom feed
* [m-c-s][PATCH 1/6] python-fixtures: uprev to version 3.0.0
@ 2017-01-20 21:59 Mark Asselstine
  2017-01-20 21:59 ` [m-c-s][PATCH 2/6] python-requests: use version from meta-openembedded Mark Asselstine
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mark Asselstine @ 2017-01-20 21:59 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

This version is required by the python-oslotest uprev to the latest
stable/newton.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 .../python/{python-fixtures_1.3.1.bb => python-fixtures_3.0.0.bb}  | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-fixtures_1.3.1.bb => python-fixtures_3.0.0.bb} (72%)

diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb b/meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb
similarity index 72%
rename from meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb
rename to meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb
index ac40e9d..25647ec 100644
--- a/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb
@@ -4,13 +4,12 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=239e2f4698b85aad5ed39bae5d2ef226"
 
-PR = "r0"
 SRCNAME = "fixtures"
 
-SRC_URI = "https://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+SRC_URI = "https://pypi.io/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "72959be66e26b09641a1e3902f631e62"
-SRC_URI[sha256sum] = "b63cf3bb37f83ff815456e2d0e118535ae9a4bf43e76d9a1cf3286041bf717ce"
+SRC_URI[md5sum] = "cd6345b497a62fad739efee66346c2e0"
+SRC_URI[sha256sum] = "fcf0d60234f1544da717a9738325812de1f42c2fa085e2d9252d8fff5712b2ef"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-- 
2.7.4



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

* [m-c-s][PATCH 2/6] python-requests: use version from meta-openembedded
  2017-01-20 21:59 [m-c-s][PATCH 1/6] python-fixtures: uprev to version 3.0.0 Mark Asselstine
@ 2017-01-20 21:59 ` Mark Asselstine
  2017-01-20 21:59 ` [m-c-s][PATCH 3/6] python-keystoneauth1: uprev to v2.18.0 Mark Asselstine
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Mark Asselstine @ 2017-01-20 21:59 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

We want to use a version >=2.10.0 as required by python-keystoneauth1
so set a PREF so we don't get the older version found in
meta-virtualization and used by docker.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 meta-openstack/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index cfbb232..4007cb9 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -18,5 +18,6 @@ PREFERRED_VERSION_python-futures = "3.0.3%"
 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.12.0"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
-- 
2.7.4



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

* [m-c-s][PATCH 3/6] python-keystoneauth1: uprev to v2.18.0
  2017-01-20 21:59 [m-c-s][PATCH 1/6] python-fixtures: uprev to version 3.0.0 Mark Asselstine
  2017-01-20 21:59 ` [m-c-s][PATCH 2/6] python-requests: use version from meta-openembedded Mark Asselstine
@ 2017-01-20 21:59 ` Mark Asselstine
  2017-01-20 21:59 ` [m-c-s][PATCH 4/6] python-requestsexceptions: add new recipe Mark Asselstine
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Mark Asselstine @ 2017-01-20 21:59 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

This uprev is required by the uprev to python-os-client-config to the
latest stable/newton.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 ...-keystoneauth1_1.2.0.bb => python-keystoneauth1_2.18.0.bb} | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-keystoneauth1_1.2.0.bb => python-keystoneauth1_2.18.0.bb} (54%)

diff --git a/meta-openstack/recipes-devtools/python/python-keystoneauth1_1.2.0.bb b/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb
similarity index 54%
rename from meta-openstack/recipes-devtools/python/python-keystoneauth1_1.2.0.bb
rename to meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb
index a88f8a3..1fdf9e1 100644
--- a/meta-openstack/recipes-devtools/python/python-keystoneauth1_1.2.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystoneauth1_2.18.0.bb
@@ -5,10 +5,10 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=96f840d59b245a1c817fbcb901afc574"
 
 SRCNAME = "keystoneauth1"
-SRC_URI = "http://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+SRC_URI = "http://pypi.io/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "db4c75346480300fe9015945f73ab33a"
-SRC_URI[sha256sum] = "e8386dc8b0f17d439e1f2f4e6a8ef64fe0f2b81938b2f0b13f80042bb98e2b85"
+SRC_URI[md5sum] = "d24c08bc7d59081adce160444ebc6993"
+SRC_URI[sha256sum] = "075a9ca7a8877c5885fa2487699015e45260c4e6be119683effe0ad2ab1255d2"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
@@ -20,4 +20,9 @@ DEPENDS += " \
 
 RDEPENDS_${PN} += " \
         python-pbr \
+        python-iso8601 \
+        python-positional \
+        python-requests \
+        python-six \
+        python-stevedore \
         "
-- 
2.7.4



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

* [m-c-s][PATCH 4/6] python-requestsexceptions: add new recipe
  2017-01-20 21:59 [m-c-s][PATCH 1/6] python-fixtures: uprev to version 3.0.0 Mark Asselstine
  2017-01-20 21:59 ` [m-c-s][PATCH 2/6] python-requests: use version from meta-openembedded Mark Asselstine
  2017-01-20 21:59 ` [m-c-s][PATCH 3/6] python-keystoneauth1: uprev to v2.18.0 Mark Asselstine
@ 2017-01-20 21:59 ` Mark Asselstine
  2017-01-20 21:59 ` [m-c-s][PATCH 5/6] python-os-client-config: uprev to latest stable/newton Mark Asselstine
  2017-01-20 21:59 ` [m-c-s][PATCH 6/6] python-oslotest: " Mark Asselstine
  4 siblings, 0 replies; 6+ messages in thread
From: Mark Asselstine @ 2017-01-20 21:59 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

This is required for the uprev of python-os-client-config to the
latest stable/newton.

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

diff --git a/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb b/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb
new file mode 100644
index 0000000..4975e52
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-requestsexceptions_1.1.3.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "Import exceptions from potentially bundled packages in requests."
+HOMEPAGE = "https://www.openstack.org/"
+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"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+# conflicting file prevention
+do_install_append() {
+	rm -f ${D}${libdir}/python*/site-packages/tests/*
+}
+
+DEPENDS += " \
+        python-pbr-native \
+        "
+
+RDEPENDS_${PN} += " \
+        python-pbr \
+        "
-- 
2.7.4



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

* [m-c-s][PATCH 5/6] python-os-client-config: uprev to latest stable/newton
  2017-01-20 21:59 [m-c-s][PATCH 1/6] python-fixtures: uprev to version 3.0.0 Mark Asselstine
                   ` (2 preceding siblings ...)
  2017-01-20 21:59 ` [m-c-s][PATCH 4/6] python-requestsexceptions: add new recipe Mark Asselstine
@ 2017-01-20 21:59 ` Mark Asselstine
  2017-01-20 21:59 ` [m-c-s][PATCH 6/6] python-oslotest: " Mark Asselstine
  4 siblings, 0 replies; 6+ messages in thread
From: Mark Asselstine @ 2017-01-20 21:59 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

This requires updates to python-keystoneauth1 and the introduction of
python-requestsexceptions.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 .../recipes-devtools/python/python-os-client-config_git.bb     | 10 +++++++---
 1 file changed, 7 insertions(+), 3 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 de8c2c2..7b55dbb 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.9.0"
-SRCREV = "790fac98542ba303274180831cbd9a03604a84e8"
+PV = "1.21.1"
+SRCREV = "c4742ec391151e918046efa5a550e012fe9d5081"
 
 SRCNAME = "os-client-config"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
 
 S = "${WORKDIR}/git"
 
@@ -20,4 +20,8 @@ DEPENDS += " \
 
 RDEPENDS_${PN} += " \
         python-pbr \
+        python-pyyaml \
+        python-appdirs \
+        python-keystoneauth1 \
+        python-requestsexceptions \
         "
-- 
2.7.4



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

* [m-c-s][PATCH 6/6] python-oslotest: uprev to latest stable/newton
  2017-01-20 21:59 [m-c-s][PATCH 1/6] python-fixtures: uprev to version 3.0.0 Mark Asselstine
                   ` (3 preceding siblings ...)
  2017-01-20 21:59 ` [m-c-s][PATCH 5/6] python-os-client-config: uprev to latest stable/newton Mark Asselstine
@ 2017-01-20 21:59 ` Mark Asselstine
  4 siblings, 0 replies; 6+ messages in thread
From: Mark Asselstine @ 2017-01-20 21:59 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

This requires uprev's to pythong-os-client-config and python-fixtures.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-oslotest_git.bb | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
index 58b79b6..d08e107 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 = "1.12.0+git${SRCPV}"
-SRCREV = "b5e355fcecdf7727fe33e355c4f87d1971b5fef5"
+PV = "2.10.0+git${SRCPV}"
+SRCREV = "a8c5ed4008963a3436f4a4932ac544f5ee4c283b"
 
 SRCNAME = "oslotest"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
 
 S = "${WORKDIR}/git"
 
@@ -22,11 +22,14 @@ DEPENDS += "\
 
 RDEPENDS_${PN} = "python-fixtures \
                   python-subunit \
+                  python-six \
                   python-testrepository \
                   python-testscenarios \
                   python-testtools \
                   python-mock \
-                  python-mox \
+                  python-mox3 \
+                  python-os-client-config \
+                  python-debtcollector \
                   python-pbr \
                   bash \
 "
-- 
2.7.4



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

end of thread, other threads:[~2017-01-20 21:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-20 21:59 [m-c-s][PATCH 1/6] python-fixtures: uprev to version 3.0.0 Mark Asselstine
2017-01-20 21:59 ` [m-c-s][PATCH 2/6] python-requests: use version from meta-openembedded Mark Asselstine
2017-01-20 21:59 ` [m-c-s][PATCH 3/6] python-keystoneauth1: uprev to v2.18.0 Mark Asselstine
2017-01-20 21:59 ` [m-c-s][PATCH 4/6] python-requestsexceptions: add new recipe Mark Asselstine
2017-01-20 21:59 ` [m-c-s][PATCH 5/6] python-os-client-config: uprev to latest stable/newton Mark Asselstine
2017-01-20 21:59 ` [m-c-s][PATCH 6/6] python-oslotest: " Mark Asselstine

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.