All of lore.kernel.org
 help / color / mirror / Atom feed
* [m-c-s][PATCH 1/4] python-futurist: uprev to v0.21.0
@ 2017-01-22  3:48 Mark Asselstine
  2017-01-22  3:48 ` [m-c-s][PATCH 2/4] python-amqp: bring back the 1.x.x series Mark Asselstine
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Mark Asselstine @ 2017-01-22  3:48 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

This version is required to support python-oslo.messaging. Other than
the typical version and checksum updates, minor updates to the runtime
dependencies were required.

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

diff --git a/meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb
similarity index 56%
rename from meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb
rename to meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb
index 3ad3993..27f2860 100644
--- a/meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
 SRCNAME = "futurist"
 
-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] = "ccef2f5a651fffcfe13c71d91262be4d"
-SRC_URI[sha256sum] = "36f48b56af54c44db848fe4a23c2cb70bd334237e11212a16885a55aca881ddd"
+SRC_URI[md5sum] = "da7e87d273f1982c24e9fe8a24f81259"
+SRC_URI[sha256sum] = "086dd646c067d4ef6dc9c04000828acfbdc00842bd37c64825b596a6976509b4"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
@@ -17,10 +17,15 @@ inherit setuptools
 
 DEPENDS += " \
         python-pip \
+        python-pbr-native \
         "
 
 RDEPENDS_${PN} += " \
+        python-pbr \
+        python-six \
+        python-monotonic \
         python-futures \
         python-contextlib2 \
+        python-prettytable \
         "
 
-- 
2.7.4



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

* [m-c-s][PATCH 2/4] python-amqp: bring back the 1.x.x series
  2017-01-22  3:48 [m-c-s][PATCH 1/4] python-futurist: uprev to v0.21.0 Mark Asselstine
@ 2017-01-22  3:48 ` Mark Asselstine
  2017-01-22  3:48 ` [m-c-s][PATCH 3/4] python-pika-pool: initial recipe Mark Asselstine
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Mark Asselstine @ 2017-01-22  3:48 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

The stable/newton version of python-oslo.messaging requires
python-amqp <2.0.0 so we will bring back the latest version of the
1.x.x series (removed by commit 3af287f179a0), uprev to v1.4.9 and
make it the PREF version.

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 ++++++++++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-amqp_1.4.9.bb

diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index 4007cb9..e940478 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -19,5 +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.12.0"
+PREFERRED_VERSION_python-amqp = "1.4.9"
 
 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
new file mode 100644
index 0000000..9768e09
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-amqp_1.4.9.bb
@@ -0,0 +1,16 @@
+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
-- 
2.7.4



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

* [m-c-s][PATCH 3/4] python-pika-pool: initial recipe
  2017-01-22  3:48 [m-c-s][PATCH 1/4] python-futurist: uprev to v0.21.0 Mark Asselstine
  2017-01-22  3:48 ` [m-c-s][PATCH 2/4] python-amqp: bring back the 1.x.x series Mark Asselstine
@ 2017-01-22  3:48 ` Mark Asselstine
  2017-01-22  3:48 ` [m-c-s][PATCH 4/4] python-oslo.messaging: uprev to latest stable/newton Mark Asselstine
  2017-01-22  3:51 ` [m-c-s][PATCH 1/4] python-futurist: uprev to v0.21.0 Mark Asselstine
  3 siblings, 0 replies; 6+ messages in thread
From: Mark Asselstine @ 2017-01-22  3:48 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

This is required by the stable/newton version of
python-oslo.messaging.

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

diff --git a/meta-openstack/recipes-devtools/python/python-pika-pool_0.1.3.bb b/meta-openstack/recipes-devtools/python/python-pika-pool_0.1.3.bb
new file mode 100644
index 0000000..2cac89e
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-pika-pool_0.1.3.bb
@@ -0,0 +1,21 @@
+SUMMARY = "pools for your pikas"
+HOMEPAGE = "https://github.com/bninja/pika-pool"
+SECTION = "devel/python"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"
+
+SRCNAME = "pika-pool"
+
+SRC_URI = "https://pypi.io/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+SRC_URI[md5sum] = "0a3897e991aa3da948e03660313c1980"
+SRC_URI[sha256sum] = "f3985888cc2788cdbd293a68a8b5702a9c955db6f7b8b551aeac91e7f32da397"
+
+inherit setuptools
+
+RDEPENDS_${PN} += " \
+    python-pika \
+    "
-- 
2.7.4



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

* [m-c-s][PATCH 4/4] python-oslo.messaging: uprev to latest stable/newton
  2017-01-22  3:48 [m-c-s][PATCH 1/4] python-futurist: uprev to v0.21.0 Mark Asselstine
  2017-01-22  3:48 ` [m-c-s][PATCH 2/4] python-amqp: bring back the 1.x.x series Mark Asselstine
  2017-01-22  3:48 ` [m-c-s][PATCH 3/4] python-pika-pool: initial recipe Mark Asselstine
@ 2017-01-22  3:48 ` Mark Asselstine
  2017-01-22  3:51 ` [m-c-s][PATCH 1/4] python-futurist: uprev to v0.21.0 Mark Asselstine
  3 siblings, 0 replies; 6+ messages in thread
From: Mark Asselstine @ 2017-01-22  3:48 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

Requires updates to python-futurist, requires a version of
python-amqp<2.0, new recipe for python-pika-pool and update
python-oslo.middleware

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
---
 .../recipes-devtools/python/python-oslo.messaging_git.bb  | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

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 e6c8bf4..a960771 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"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
 
-PV = "2.7.0+git${SRCPV}"
-SRCREV = "4f49b7e25373d624ae9146dd46d92b90022c979f"
+PV = "5.10.1+git${SRCPV}"
+SRCREV = "cc1ec4e7f3b395d5f25e7d4922e6359b58a2206a"
 S = "${WORKDIR}/git"
 
 inherit setuptools
@@ -25,8 +25,6 @@ RDEPENDS_${PN} += " \
         bash \
         python-pbr \
         python-cachetools \
-        python-trollius \
-        python-aioeventlet \
         python-futurist \
         python-oslo.config \
         python-oslo.context \
@@ -37,6 +35,8 @@ RDEPENDS_${PN} += " \
         python-oslo.service \
         python-oslo.i18n \
         python-stevedore \
+        python-debtcollector \
+        python-monotonic \
         python-six \
         python-eventlet \
         python-greenlet \
@@ -44,5 +44,8 @@ RDEPENDS_${PN} += " \
         python-pyyaml \
         python-amqp \
         python-kombu \
-        python-aioeventlet \
+        python-pika \
+        python-pika-pool \
+        python-futures \
+        python-retrying \
         "
-- 
2.7.4



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

* Re: [m-c-s][PATCH 1/4] python-futurist: uprev to v0.21.0
  2017-01-22  3:48 [m-c-s][PATCH 1/4] python-futurist: uprev to v0.21.0 Mark Asselstine
                   ` (2 preceding siblings ...)
  2017-01-22  3:48 ` [m-c-s][PATCH 4/4] python-oslo.messaging: uprev to latest stable/newton Mark Asselstine
@ 2017-01-22  3:51 ` Mark Asselstine
  2017-01-22  4:18   ` Bruce Ashfield
  3 siblings, 1 reply; 6+ messages in thread
From: Mark Asselstine @ 2017-01-22  3:51 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

Bruce, I know there are a bunch of commits now queued up. If you want
me to put them in a repo so you can pull instead of merging from email
let me know and I will set something up.

Mark

On Sat, Jan 21, 2017 at 10:48 PM, Mark Asselstine
<mark.asselstine@windriver.com> wrote:
> This version is required to support python-oslo.messaging. Other than
> the typical version and checksum updates, minor updates to the runtime
> dependencies were required.
>
> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> ---
>  .../{python-futurist_0.8.0.bb => python-futurist_0.21.0.bb}   | 11 ++++++++---
>  1 file changed, 8 insertions(+), 3 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-futurist_0.8.0.bb => python-futurist_0.21.0.bb} (56%)
>
> diff --git a/meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb
> similarity index 56%
> rename from meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb
> rename to meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb
> index 3ad3993..27f2860 100644
> --- a/meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb
> @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
>
>  SRCNAME = "futurist"
>
> -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] = "ccef2f5a651fffcfe13c71d91262be4d"
> -SRC_URI[sha256sum] = "36f48b56af54c44db848fe4a23c2cb70bd334237e11212a16885a55aca881ddd"
> +SRC_URI[md5sum] = "da7e87d273f1982c24e9fe8a24f81259"
> +SRC_URI[sha256sum] = "086dd646c067d4ef6dc9c04000828acfbdc00842bd37c64825b596a6976509b4"
>
>  S = "${WORKDIR}/${SRCNAME}-${PV}"
>
> @@ -17,10 +17,15 @@ inherit setuptools
>
>  DEPENDS += " \
>          python-pip \
> +        python-pbr-native \
>          "
>
>  RDEPENDS_${PN} += " \
> +        python-pbr \
> +        python-six \
> +        python-monotonic \
>          python-futures \
>          python-contextlib2 \
> +        python-prettytable \
>          "
>
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


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

* Re: [m-c-s][PATCH 1/4] python-futurist: uprev to v0.21.0
  2017-01-22  3:51 ` [m-c-s][PATCH 1/4] python-futurist: uprev to v0.21.0 Mark Asselstine
@ 2017-01-22  4:18   ` Bruce Ashfield
  0 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2017-01-22  4:18 UTC (permalink / raw)
  To: Mark Asselstine; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 3182 bytes --]

nope. The email are fine this time. mutt sorts them quite nicely.

These are all now merged.

Bruce

On Sat, Jan 21, 2017 at 10:51 PM, Mark Asselstine <
mark.asselstine@windriver.com> wrote:

> Bruce, I know there are a bunch of commits now queued up. If you want
> me to put them in a repo so you can pull instead of merging from email
> let me know and I will set something up.
>
> Mark
>
> On Sat, Jan 21, 2017 at 10:48 PM, Mark Asselstine
> <mark.asselstine@windriver.com> wrote:
> > This version is required to support python-oslo.messaging. Other than
> > the typical version and checksum updates, minor updates to the runtime
> > dependencies were required.
> >
> > Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> > ---
> >  .../{python-futurist_0.8.0.bb => python-futurist_0.21.0.bb}   | 11
> ++++++++---
> >  1 file changed, 8 insertions(+), 3 deletions(-)
> >  rename meta-openstack/recipes-devtools/python/{python-futurist_0.8.0.bb
> => python-futurist_0.21.0.bb} (56%)
> >
> > diff --git a/meta-openstack/recipes-devtools/python/python-
> futurist_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-
> futurist_0.21.0.bb
> > similarity index 56%
> > rename from meta-openstack/recipes-devtools/python/python-
> futurist_0.8.0.bb
> > rename to meta-openstack/recipes-devtools/python/python-
> futurist_0.21.0.bb
> > index 3ad3993..27f2860 100644
> > --- a/meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb
> > +++ b/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb
> > @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=
> 1dece7821bf3fd70fe1309eaa37d52a2"
> >
> >  SRCNAME = "futurist"
> >
> > -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] = "ccef2f5a651fffcfe13c71d91262be4d"
> > -SRC_URI[sha256sum] = "36f48b56af54c44db848fe4a23c2cb
> 70bd334237e11212a16885a55aca881ddd"
> > +SRC_URI[md5sum] = "da7e87d273f1982c24e9fe8a24f81259"
> > +SRC_URI[sha256sum] = "086dd646c067d4ef6dc9c04000828a
> cfbdc00842bd37c64825b596a6976509b4"
> >
> >  S = "${WORKDIR}/${SRCNAME}-${PV}"
> >
> > @@ -17,10 +17,15 @@ inherit setuptools
> >
> >  DEPENDS += " \
> >          python-pip \
> > +        python-pbr-native \
> >          "
> >
> >  RDEPENDS_${PN} += " \
> > +        python-pbr \
> > +        python-six \
> > +        python-monotonic \
> >          python-futures \
> >          python-contextlib2 \
> > +        python-prettytable \
> >          "
> >
> > --
> > 2.7.4
> >
> > --
> > _______________________________________________
> > meta-virtualization mailing list
> > meta-virtualization@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-virtualization
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 5840 bytes --]

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

end of thread, other threads:[~2017-01-22  4:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-22  3:48 [m-c-s][PATCH 1/4] python-futurist: uprev to v0.21.0 Mark Asselstine
2017-01-22  3:48 ` [m-c-s][PATCH 2/4] python-amqp: bring back the 1.x.x series Mark Asselstine
2017-01-22  3:48 ` [m-c-s][PATCH 3/4] python-pika-pool: initial recipe Mark Asselstine
2017-01-22  3:48 ` [m-c-s][PATCH 4/4] python-oslo.messaging: uprev to latest stable/newton Mark Asselstine
2017-01-22  3:51 ` [m-c-s][PATCH 1/4] python-futurist: uprev to v0.21.0 Mark Asselstine
2017-01-22  4:18   ` 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.