All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Asselstine <mark.asselstine@windriver.com>
To: Bruce Ashfield <bruce.ashfield@gmail.com>
Cc: "meta-virtualization@yoctoproject.org"
	<meta-virtualization@yoctoproject.org>
Subject: Re: [m-c-s][PATCH] python-osc-lib: initial version
Date: Wed, 25 Jan 2017 17:07:57 -0500	[thread overview]
Message-ID: <2964403.UCI0HIUZlp@yow-masselst-lx1> (raw)
In-Reply-To: <CADkTA4P5=dc5C4whpS+zGUPGwEcZu+Wc2wHy-=vVoW1nA+xVJw@mail.gmail.com>

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




      reply	other threads:[~2017-01-25 22:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2964403.UCI0HIUZlp@yow-masselst-lx1 \
    --to=mark.asselstine@windriver.com \
    --cc=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.