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

no-reply at openstack.org no-reply at openstack.org
Thu Sep 1 18:15:18 UTC 2016


We are frolicsome to announce the release of:

python-congressclient 1.5.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

With package available at:

    https://pypi.python.org/pypi/python-congressclient

Please report issues through launchpad:

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

For more details, please see below.

1.5.0
^^^^^


New Features
************

* Now supports 'datasource row update' for those datasource drivers
  that allow you to push data into them over HTTP.


Known Issues
************

* The 'datasource row update' command sometimes returns unfriendly
  error messages.

Changes in python-congressclient 1.4.0..1.5.0
---------------------------------------------

3350e11 Add release notes
103056e Support push rows to datasources
8ba04c4 Updated from global requirements
b3dc277 Updated from global requirements
77e8756 Add missing makefile so HTML docs can be generated
037b94a Remove discover from test-requirements
b5af897 Remove python-keystoneclient dependency
ec6abb3 Add __ne__ built-in function


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

Makefile                                           | 12 +++++++
README.rst                                         |  9 ++++++
congressclient/openstack/common/apiclient/base.py  |  3 ++
.../openstack/common/apiclient/client.py           | 19 -----------
.../openstack/common/apiclient/fake_client.py      |  3 ++
congressclient/osc/v1/datasource.py                | 32 +++++++++++++++++++
congressclient/v1/client.py                        | 13 ++++++++
.../add-datasource-push-d92854a72b4d6480.yaml      |  8 +++++
requirements.txt                                   |  5 ++-
setup.cfg                                          |  1 +
test-requirements.txt                              |  1 -
13 files changed, 146 insertions(+), 23 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c71b15b..5f1231f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
-keystoneauth1>=2.7.0 # Apache-2.0
+keystoneauth1>=2.10.0 # Apache-2.0
@@ -11,2 +11 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.15.0 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
+oslo.utils>=3.16.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 2527b05..2502ef8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +6,0 @@ coverage>=3.6 # Apache-2.0
-discover # BSD





More information about the OpenStack-dev mailing list