[openstack-dev] [new][congress] python-congressclient 1.3.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 6 14:42:53 UTC 2016


We are thrilled to announce the release of:

python-congressclient 1.3.0: Client for Congress

This release is part of the newton release series.

With source available at:

    http://git.openstack.org/cgit/openstack/python-congressclient

Please report issues through launchpad:

    http://bugs.launchpad.net/python-congressclient

For more details, please see below.

Changes in python-congressclient 1.2.3..1.3.0
---------------------------------------------

b6c19af Updated from global requirements
48893c7 Updated from global requirements
7494292 Updated from global requirements
da4bd55 Updated from global requirements
26d39ef Allows DataSource's config field to have not dict type obj
548d74f Updated from global requirements
78d6a63 Display driver field while listing datasources

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

congressclient/common/utils.py             |  2 ++
congressclient/osc/v1/datasource.py        |  3 ++-
requirements.txt                           |  8 ++++----
test-requirements.txt                      |  4 ++--
5 files changed, 21 insertions(+), 12 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 6fce840..88459db 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
+Babel>=2.3.4 # BSD
@@ -10,3 +10,3 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
-requests!=2.9.0,>=2.8.1 # Apache-2.0
+oslo.utils>=3.9.0 # Apache-2.0
+python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
+requests>=2.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index fcc01bf..74436a3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ discover # BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
@@ -15 +15 @@ testtools>=1.4.0 # MIT
-mock>=1.2 # BSD
+mock>=2.0 # BSD





More information about the OpenStack-dev mailing list