[tricircle] tricircleclient 0.3.0 (queens)
We are amped to announce the release of: tricircleclient 0.3.0: Python client library for Tricircle This release is part of the queens release series. The source is available from: http://git.openstack.org/cgit/openstack/python-tricircleclient Download the package from: https://tarballs.openstack.org/python-tricircleclient/ Please report issues through launchpad: http://bugs.launchpad.net/python-tricircleclient For more details, please see below. Changes in tricircleclient 0.2.0..0.3.0 --------------------------------------- fb3b789 Updated from global requirements e54920a Updated from global requirements dc4ef15 Support pagination and filtering for job list operations 0bc8efd Updated from global requirements 4495bd9 Updated from global requirements 656d88f Include top-id in routing list 572e43c Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 16 +-- setup.cfg | 8 +- test-requirements.txt | 6 +- tricircleclient/constants.py | 6 +- tricircleclient/utils.py | 2 +- tricircleclient/v1/jobs.py | 4 +- tricircleclient/v1/jobs_cli.py | 130 ++++++++++++++++----- tricircleclient/v1/pods_cli.py | 2 +- tricircleclient/v1/routings_cli.py | 90 +++++++------- 12 files changed, 276 insertions(+), 117 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 15f8c79..d8fd525 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,8 +6,8 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -cliff>=2.8.0 # Apache-2.0 -osc-lib>=1.7.0 # Apache-2.0 -oslo.log>=3.22.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 -keystoneauth1>=3.0.1 # Apache-2.0 -six>=1.9.0 # MIT -futurist!=0.15.0,>=0.11.0 # Apache-2.0 +cliff!=2.9.0,>=2.8.0 # Apache-2.0 +osc-lib>=1.8.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 +keystoneauth1>=3.3.0 # Apache-2.0 +six>=1.10.0 # MIT +futurist>=1.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4c2309b..7a8677b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0 # BSD +mock>=2.0.0 # BSD @@ -9 +9 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT @@ -11 +11 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org