[release-announce] tricircleclient 0.4.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 20 19:33:12 UTC 2018


We are tickled pink to announce the release of:

tricircleclient 0.4.0: Python client library for Tricircle

This release is part of the rocky release series.

Download the package from:

    https://tarballs.openstack.org/python-tricircleclient/

For more details, please see below.

Changes in tricircleclient 0.3.0..0.4.0
---------------------------------------

a60ef68 Enforce to cleanup RST errors
2bb2bda Switch to stestr
69a5b49 fix tox python3 overrides
a3f408d Fix Documentation process
083e927 Updated from global requirements
4eb9ac3 Follow the new PTI for document build
f247b70 Fix the cover task
d55f229 add lower-constraints job
8f21b50 Fix routings headers
27b79a8 Updated from global requirements


Diffstat (except docs and test files)
-------------------------------------

.gitignore                                         |  3 +-
.stestr.conf                                       |  3 +
.testr.conf                                        |  7 --
.zuul.yaml                                         |  7 ++
README.md                                          | 12 ++++
README.rst                                         | 15 -----
lower-constraints.txt                              | 75 ++++++++++++++++++++++
requirements.txt                                   |  2 +-
setup.cfg                                          | 29 ++++-----
test-requirements.txt                              |  4 +-
tox.ini                                            | 39 +++++++++--
tricircleclient/utils.py                           |  4 +-
tricircleclient/v1/routings_cli.py                 |  4 +-
17 files changed, 159 insertions(+), 62 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index d8fd525..01e027e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11 @@ oslo.utils>=3.33.0 # Apache-2.0
-keystoneauth1>=3.3.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7a8677b..7266312 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +7,0 @@ mock>=2.0.0 # BSD
-testrepository>=0.0.18 # Apache-2.0/BSD
@@ -10,2 +8,0 @@ testtools>=2.2.0 # MIT
-sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.17.0 # Apache-2.0
@@ -12,0 +10 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list