All of lore.kernel.org
 help / color / mirror / Atom feed
* [m-c-s][PATCH] python-osc-lib: initial version
@ 2017-01-24  3:09 Mark Asselstine
  2017-01-25 19:31 ` Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Asselstine @ 2017-01-24  3:09 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

This is required for the uprev of python-heatclient to
stable/newton. The version is selected based on all version
requirements.

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

diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-osc-lib_1.1.0.bb
new file mode 100644
index 0000000..70582f7
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-osc-lib_1.1.0.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "OpenStackClient Library"
+HOMEPAGE = "http://opensource.perlig.de/rcssmin/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
+
+SRCNAME = "osc-lib"
+
+SRC_URI = "https://pypi.io/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
+"
+
+SRC_URI[md5sum] = "08bf2b46089da52240893d99a3892897"
+SRC_URI[sha256sum] = "e06ca111b2702d442f5cf70c754b6331cc7742231f0fe0b634cbd03c502610ba"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+RDEPENDS_${PN} += " \
+        python-pbr \
+        python-six \
+        python-babel \
+        python-cliff \
+        python-keystoneauth1 \
+        python-os-client-config \
+        python-oslo.i18n \
+        python-oslo.utils \
+        python-simplejson \
+        python-stevedore \
+        "
+
+CLEANBROKEN = "1"
-- 
2.7.4



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

* Re: [m-c-s][PATCH] python-osc-lib: initial version
  2017-01-24  3:09 [m-c-s][PATCH] python-osc-lib: initial version Mark Asselstine
@ 2017-01-25 19:31 ` Bruce Ashfield
  2017-01-25 22:07   ` Mark Asselstine
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2017-01-25 19:31 UTC (permalink / raw)
  To: Mark Asselstine; +Cc: meta-virtualization

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

Everything should now be merged. I found that one of the patches wouldn't
apply, since I had missed a change from one of your older series.

... so if you can rebase your queue against master, you'll probably find
something that I mucked up. Resend those and I'll get them merged.

Bruce

On Mon, Jan 23, 2017 at 10:09 PM, Mark Asselstine <
mark.asselstine@windriver.com> wrote:

> This is required for the uprev of python-heatclient to
> stable/newton. The version is selected based on all version
> requirements.
>
> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> ---
>  .../python/python-osc-lib_1.1.0.bb                 | 32
> ++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
>  create mode 100644 meta-openstack/recipes-devtools/python/python-osc-
> lib_1.1.0.bb
>
> diff --git a/meta-openstack/recipes-devtools/python/python-osc-
> lib_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-osc-
> lib_1.1.0.bb
> new file mode 100644
> index 0000000..70582f7
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python-osc-lib_1.1.0.bb
> @@ -0,0 +1,32 @@
> +DESCRIPTION = "OpenStackClient Library"
> +HOMEPAGE = "http://opensource.perlig.de/rcssmin/"
> +SECTION = "devel/python"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
> +
> +SRCNAME = "osc-lib"
> +
> +SRC_URI = "https://pypi.io/packages/source/o/${SRCNAME}/${SRCNAME}
> -${PV}.tar.gz \
> +"
> +
> +SRC_URI[md5sum] = "08bf2b46089da52240893d99a3892897"
> +SRC_URI[sha256sum] = "e06ca111b2702d442f5cf70c754b63
> 31cc7742231f0fe0b634cbd03c502610ba"
> +
> +S = "${WORKDIR}/${SRCNAME}-${PV}"
> +
> +inherit setuptools
> +
> +RDEPENDS_${PN} += " \
> +        python-pbr \
> +        python-six \
> +        python-babel \
> +        python-cliff \
> +        python-keystoneauth1 \
> +        python-os-client-config \
> +        python-oslo.i18n \
> +        python-oslo.utils \
> +        python-simplejson \
> +        python-stevedore \
> +        "
> +
> +CLEANBROKEN = "1"
> --
> 2.7.4
>
> --
> _______________________________________________
> 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: 4103 bytes --]

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

* Re: [m-c-s][PATCH] python-osc-lib: initial version
  2017-01-25 19:31 ` Bruce Ashfield
@ 2017-01-25 22:07   ` Mark Asselstine
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Asselstine @ 2017-01-25 22:07 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

On Wednesday, January 25, 2017 2:31:46 PM EST Bruce Ashfield wrote:
> Everything should now be merged. I found that one of the patches wouldn't
> apply, since I had missed a change from one of your older series.
> 
> ... so if you can rebase your queue against master, you'll probably find
> something that I mucked up. Resend those and I'll get them merged.

Looks like you got everything. Outside of my core openstack uprevs that I am 
queuing up and haven't sent yet everything seems present and accounted for. I 
had applied lots of Huang's changes and they are rebased cleanly as well.

Keep moving forward we go...

Mark

> 
> Bruce
> 
> On Mon, Jan 23, 2017 at 10:09 PM, Mark Asselstine <
> 
> mark.asselstine@windriver.com> wrote:
> > This is required for the uprev of python-heatclient to
> > stable/newton. The version is selected based on all version
> > requirements.
> > 
> > Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> > ---
> > 
> >  .../python/python-osc-lib_1.1.0.bb                 | 32
> > 
> > ++++++++++++++++++++++
> > 
> >  1 file changed, 32 insertions(+)
> >  create mode 100644 meta-openstack/recipes-devtools/python/python-osc-
> > 
> > lib_1.1.0.bb
> > 
> > diff --git a/meta-openstack/recipes-devtools/python/python-osc-
> > lib_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-osc-
> > lib_1.1.0.bb
> > new file mode 100644
> > index 0000000..70582f7
> > --- /dev/null
> > +++ b/meta-openstack/recipes-devtools/python/python-osc-lib_1.1.0.bb
> > @@ -0,0 +1,32 @@
> > +DESCRIPTION = "OpenStackClient Library"
> > +HOMEPAGE = "http://opensource.perlig.de/rcssmin/"
> > +SECTION = "devel/python"
> > +LICENSE = "Apache-2.0"
> > +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
> > +
> > +SRCNAME = "osc-lib"
> > +
> > +SRC_URI = "https://pypi.io/packages/source/o/${SRCNAME}/${SRCNAME}
> > -${PV}.tar.gz \
> > +"
> > +
> > +SRC_URI[md5sum] = "08bf2b46089da52240893d99a3892897"
> > +SRC_URI[sha256sum] = "e06ca111b2702d442f5cf70c754b63
> > 31cc7742231f0fe0b634cbd03c502610ba"
> > +
> > +S = "${WORKDIR}/${SRCNAME}-${PV}"
> > +
> > +inherit setuptools
> > +
> > +RDEPENDS_${PN} += " \
> > +        python-pbr \
> > +        python-six \
> > +        python-babel \
> > +        python-cliff \
> > +        python-keystoneauth1 \
> > +        python-os-client-config \
> > +        python-oslo.i18n \
> > +        python-oslo.utils \
> > +        python-simplejson \
> > +        python-stevedore \
> > +        "
> > +
> > +CLEANBROKEN = "1"
> > --
> > 2.7.4
> > 
> > --
> > _______________________________________________
> > meta-virtualization mailing list
> > meta-virtualization@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-virtualization




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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-24  3:09 [m-c-s][PATCH] python-osc-lib: initial version Mark Asselstine
2017-01-25 19:31 ` Bruce Ashfield
2017-01-25 22:07   ` 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.