[release-announce] python-congressclient 1.12.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 5 22:07:54 UTC 2019


We eagerly announce the release of:

python-congressclient 1.12.0: Client for Congress

This release is part of the stein release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in python-congressclient 1.11.0..1.12.0
-----------------------------------------------

b4d6209 Update hacking version
d2acea1 Use template for lower-constraints
f169dff Change openstack-dev to openstack-discuss
63ac36a Add Python 3.6 classifier to setup.cfg
684190d Switch to stestr
bb10a4d Add python 3.6 for test in tox
b58c5b2 add python 3.6 unit test job
6f67ff3 switch documentation job to new PTI
51f8250 import zuul job settings from project-config


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

.gitignore                 |  3 +--
.stestr.conf               |  4 ++++
.testr.conf                |  7 -------
.zuul.yaml                 | 14 ++++++++------
congressclient/__init__.py |  4 ++--
lower-constraints.txt      |  2 +-
setup.cfg                  |  3 ++-
test-requirements.txt      |  4 ++--
tox.ini                    |  6 +++---
9 files changed, 23 insertions(+), 24 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index e271525..7ecd04a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
@@ -8 +8 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-testrepository>=0.0.18 # Apache-2.0/BSD
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list