All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: Babak Sarashki <babak.sarashki@windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org, zbsarashki@gmail.com
Subject: Re: [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires
Date: Fri, 5 Jun 2020 15:31:06 -0400	[thread overview]
Message-ID: <20200605193103.GA57318@gmail.com> (raw)
In-Reply-To: <20200602185427.36627-1-Babak.SarAshki@windriver.com>

In message: [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires
on 02/06/2020 Babak Sarashki wrote:

> I need these patches on warrior. Let me know to redo against warrior if not relevant in master any longer.

I've merged them to master.

There was one conflict in warrior that I resolved. Have a look and submit
fixups if required.

Bruce

> 
> *** BLURB HERE ***
> 
> Babak Sarashki (34):
>   python-automaton: satisfy setup.py setup_requires
>   python-barbican: satisfy setup.py setup_requires
>   pythin-castellan: satisfy setup.py setup_requires
>   python-ceilometer: satisfy setup.py setup_requires
>   python-cinder: satisfy setup.py setup_requires
>   python-cursive: satisfy setup.py setup_requires
>   python-glance-store: satisfy setup.py setup_requires
>   python-glance: satisfy setup.py setup_requires
>   python-glacnestore: satisfy setup.py setup_requires
>   python-heat-cfntools: satisfy setup.py setup_requires
>   python-horizon: satisfy setup.py setup_requires
>   python-jsonpath-rw-ext: satisfy setup.py setup_requires
>   python-microversion-parse: satisfy setup.py setup_requires
>   python-neutron-lib: satisfy setup.py setup_requires
>   python-neutron: satisfy setup.py setup_requires
>   python-nova: satisfy setup.py setup_requires
>   python-openstackclient: satisfy setup.py setup_requires
>   python-openstacksdk: satisfy setup.py setup_requires
>   python-os-brick: satisfy setup.py setup_requires
>   python-os-traits: satisfy setup.py setup_requires
>   python-os-vif: satisfy setup.py setup_requires
>   python-os-win: satisfy setup.py setup_requires
>   python-os-xenapi: satisfy setup.py setup_requires
>   python-oslo.privsep: satisfy setup.py setup_requires
>   python-oslo.rootwrap: satisfy setup.py setup_requires
>   python-oslo.vmware: satisfy setup.py setup_requires
>   python-oslotest: satisfy setup.py setup_requires
>   python-pypowervm: satisfy setup.py setup_requires
>   python-rally: satisfy setup.py setup_requires
>   python-ryu: satisfy setup.py setup_requires
>   python-swift: satisfy setup.py setup_requires
>   python-taskflow: satisfy setup.py setup_requires
>   python-tooz: satisfy setup.py setup_requires
>   python-trove: satisfy setup.py setup_requires
> 
>  .../recipes-devtools/python/python-automaton_0.8.0.bb      | 5 +++++
>  .../recipes-devtools/python/python-barbican_git.bb         | 5 +++++
>  .../recipes-devtools/python/python-castellan_git.bb        | 5 +++++
>  .../recipes-devtools/python/python-ceilometer_git.bb       | 5 +++++
>  .../recipes-devtools/python/python-cinder_git.bb           | 5 +++++
>  .../recipes-devtools/python/python-cursive_git.bb          | 5 +++++
>  .../recipes-devtools/python/python-glance-store_git.bb     | 5 +++++
>  .../recipes-devtools/python/python-glance_git.bb           | 5 +++++
>  .../recipes-devtools/python/python-glancestore_git.bb      | 5 +++++
>  .../recipes-devtools/python/python-heat-cfntools_1.2.8.bb  | 5 +++++
>  .../recipes-devtools/python/python-horizon_git.bb          | 5 +++++
>  .../recipes-devtools/python/python-jsonpath-rw-ext_git.bb  | 5 +++++
>  .../python/python-microversion-parse_git.bb                | 7 ++++++-
>  .../recipes-devtools/python/python-neutron-lib_git.bb      | 5 +++++
>  .../recipes-devtools/python/python-neutron_git.bb          | 5 +++++
>  meta-openstack/recipes-devtools/python/python-nova_git.bb  | 5 +++++
>  .../recipes-devtools/python/python-openstackclient_git.bb  | 5 +++++
>  .../recipes-devtools/python/python-openstacksdk_git.bb     | 5 +++++
>  .../recipes-devtools/python/python-os-brick_git.bb         | 5 +++++
>  .../recipes-devtools/python/python-os-traits_git.bb        | 5 +++++
>  .../recipes-devtools/python/python-os-vif_git.bb           | 7 ++++++-
>  .../recipes-devtools/python/python-os-win_git.bb           | 5 +++++
>  .../recipes-devtools/python/python-os-xenapi_git.bb        | 5 +++++
>  .../recipes-devtools/python/python-oslo.privsep_git.bb     | 5 +++++
>  .../recipes-devtools/python/python-oslo.rootwrap_git.bb    | 5 +++++
>  .../recipes-devtools/python/python-oslo.vmware_git.bb      | 5 +++++
>  .../recipes-devtools/python/python-oslotest_git.bb         | 7 ++++++-
>  .../recipes-devtools/python/python-pypowervm_1.1.10.bb     | 5 +++++
>  meta-openstack/recipes-devtools/python/python-rally_git.bb | 5 +++++
>  meta-openstack/recipes-devtools/python/python-ryu_git.bb   | 5 +++++
>  meta-openstack/recipes-devtools/python/python-swift_git.bb | 5 +++++
>  .../recipes-devtools/python/python-taskflow_git.bb         | 7 ++++++-
>  .../recipes-devtools/python/python-tooz_1.48.0.bb          | 5 +++++
>  meta-openstack/recipes-devtools/python/python-trove_git.bb | 5 +++++
>  34 files changed, 174 insertions(+), 4 deletions(-)
> 
> -- 
> 2.23.0
> 

> 


      parent reply	other threads:[~2020-06-05 19:31 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-02 18:53 [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires Babak Sarashki
2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 01/34] python-automaton: " Babak Sarashki
2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 02/34] python-barbican: " Babak Sarashki
2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 03/34] pythin-castellan: " Babak Sarashki
2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 04/34] python-ceilometer: " Babak Sarashki
2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 05/34] python-cinder: " Babak Sarashki
2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 06/34] python-cursive: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 07/34] python-glance-store: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 08/34] python-glance: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 09/34] python-glacnestore: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 10/34] python-heat-cfntools: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 11/34] python-horizon: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 12/34] python-jsonpath-rw-ext: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 13/34] python-microversion-parse: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 14/34] python-neutron-lib: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 15/34] python-neutron: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 16/34] python-nova: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 17/34] python-openstackclient: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 18/34] python-openstacksdk: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 19/34] python-os-brick: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 20/34] python-os-traits: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 21/34] python-os-vif: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 22/34] python-os-win: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 23/34] python-os-xenapi: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 24/34] python-oslo.privsep: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 25/34] python-oslo.rootwrap: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 26/34] python-oslo.vmware: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 27/34] python-oslotest: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 28/34] python-pypowervm: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 29/34] python-rally: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 30/34] python-ryu: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 31/34] python-swift: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 32/34] python-taskflow: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 33/34] python-tooz: " Babak Sarashki
2020-06-02 18:54 ` [meta-virtualization][m-c-s][PATCH 34/34] python-trove: " Babak Sarashki
2020-06-05 19:31 ` Bruce Ashfield [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=20200605193103.GA57318@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=babak.sarashki@windriver.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=zbsarashki@gmail.com \
    /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.