[tricircle] tricircleclient 0.2.0 (pike)
We are jazzed to announce the release of: tricircleclient 0.2.0: Python client library for Tricircle This release is part of the pike stable 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.1.1..0.2.0 --------------------------------------- 563f700 Replaces uuid.uuid4 with uuidutils.generate_uuid() 4a571c8 Fix openstackdocs theme usage ce4cc51 Add some available resource types b491e7d Update the documentation link for doc migration 7b563bf Updated from global requirements 7820dd0 Support pagination and filtering for routing list operations 3be77f9 Updated from global requirements 7a5a727 Switch to openstackdocstheme 4def0a6 Implement CRUD operations for job management d99586f Updated from global requirements ad1e7b6 Updated from global requirements cb6abeb Add UT for Routing resource 9153990 Updated from global requirements 69da87f Refactoring test_pod_cli.py Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- HACKING.rst | 2 +- README.rst | 2 +- requirements.txt | 10 +- setup.cfg | 13 +- test-requirements.txt | 5 +- tox.ini | 4 +- tricircleclient/constants.py | 52 +++++ tricircleclient/exceptions.py | 1 + tricircleclient/v1/client.py | 2 + tricircleclient/v1/jobs.py | 47 +++++ tricircleclient/v1/jobs_cli.py | 188 +++++++++++++++++ tricircleclient/v1/routings.py | 4 +- tricircleclient/v1/routings_cli.py | 102 ++++++++- 22 files changed, 1090 insertions(+), 253 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6e37ac4..15f8c79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,3 @@ -pbr>=2.0.0 # Apache-2.0 -cliff>=2.3.0 # Apache-2.0 -osc-lib>=1.2.0 # Apache-2.0 +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 @@ -9 +9 @@ oslo.log>=3.22.0 # Apache-2.0 -oslo.serialization>=1.10.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 @@ -11 +11 @@ oslo.utils>=3.20.0 # Apache-2.0 -keystoneauth1>=2.18.0 # Apache-2.0 +keystoneauth1>=3.0.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3f19d11..4c2309b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ fixtures>=3.0.0 # Apache-2.0/BSD -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -9,0 +10,3 @@ testtools>=1.4.0 # MIT +sphinx>=1.6.2 # BSD +openstackdocstheme>=1.11.0 # Apache-2.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org