[blazar] python-blazarclient 1.0.1 (queens)
We are overjoyed to announce the release of: python-blazarclient 1.0.1: Client for OpenStack Reservation Service This release is part of the queens release series. Download the package from: https://pypi.python.org/pypi/python-blazarclient Please report issues through launchpad: https://launchpad.net/blazar For more details, please see below. Changes in python-blazarclient 0.3.1..1.0.1 ------------------------------------------- 896ebd2 Remove commas in setup.cfg package classifiers 4ace13f Update UPPER_CONSTRAINTS_FILE for stable/queens 61a547a Update .gitreview for stable/queens 5cbecc1 Updated from global requirements 34c711e Align json indents c8d0bb7 Remove mox from requirements 7635be6 Fix incorrect descriptions of host commands 86dd6fd Updated from global requirements 868d293 Avoid tox_install.sh for constraints support a46724a Support update lease API for instance reservation plugin 07c454f Updated from global requirements c477796 Replace six.iteritems() with .items() 77fff5c Improve README Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + README.rst | 25 ++++++++++++++++- blazarclient/command.py | 6 ++-- blazarclient/utils.py | 5 ++-- blazarclient/v1/shell_commands/hosts.py | 11 ++++---- blazarclient/v1/shell_commands/leases.py | 6 ++-- requirements.txt | 6 ++-- setup.cfg | 4 +-- test-requirements.txt | 3 +- tools/tox_install.sh | 30 -------------------- tox.ini | 8 +++--- 12 files changed, 81 insertions(+), 56 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c98776d..3652610 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,3 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.log>=3.30.0 # Apache-2.0 -oslo.utils>=3.31.0 # Apache-2.0 -keystoneauth1>=3.2.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 +keystoneauth1>=3.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 508c72f..c3624f5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,2 +6 @@ mock>=2.0.0 # BSD -mox>=0.5.3 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org