All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][m-c-s][PATCH 00/34] satisfy setup.py setup_requires
@ 2020-06-02 18:53 Babak Sarashki
  2020-06-02 18:53 ` [meta-virtualization][m-c-s][PATCH 01/34] python-automaton: " Babak Sarashki
                   ` (34 more replies)
  0 siblings, 35 replies; 36+ messages in thread
From: Babak Sarashki @ 2020-06-02 18:53 UTC (permalink / raw)
  To: meta-virtualization; +Cc: zbsarashki, Babak Sarashki

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

*** 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


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

end of thread, other threads:[~2020-06-05 19:31 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [meta-virtualization][m-c-s][PATCH 00/34] " 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.