[release-announce] os-client-config 1.28.1 (pike)

no-reply at openstack.org no-reply at openstack.org
Tue Apr 16 19:12:53 UTC 2019


We are pleased to announce the release of:

os-client-config 1.28.1: OpenStack Client Configuation Library

This release is part of the pike stable release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/os-client-config

Download the package from:

    https://pypi.org/project/os-client-config

Please report issues through:

    https://bugs.launchpad.net/os-client-config/+bugs

For more details, please see below.

Changes in os-client-config 1.28.0..1.28.1
------------------------------------------

d409c35 import zuul job settings from project-config
94290ff Do not apply format expansions to passwords
29ab6ae Fix sphinx docs job on stable/pike
9d72327 Updated from global requirements
8bf8ac6 Update UPPER_CONSTRAINTS_FILE for stable/pike
7f8bcf7 Update .gitreview for stable/pike


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

.gitreview                            |  1 +
.zuul.yaml                            |  8 +++++
os_client_config/config.py            |  6 ++--
requirements.txt                      |  8 ++---
setup.py                              | 11 +++++--
test-requirements.txt                 | 30 +++++++++---------
tools/tox_install.sh                  |  6 ++++
tox.ini                               |  4 +--
9 files changed, 109 insertions(+), 25 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 1531be8..b4387d3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,4 +4,4 @@
-PyYAML>=3.1.0
-appdirs>=1.3.0
-keystoneauth1>=2.1.0
-requestsexceptions>=1.1.1  # Apache-2.0
+PyYAML>=3.10.0 # MIT
+appdirs>=1.3.0 # MIT License
+keystoneauth1>=3.1.0 # Apache-2.0
+requestsexceptions>=1.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 5fc33b0..cb252f2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.12.0,!=0.13.0,<0.14  # Apache-2.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -7 +7 @@ hacking>=0.12.0,!=0.13.0,<0.14  # Apache-2.0
-coverage>=3.6
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -9,13 +9,13 @@ docutils>=0.11 # OSI-Approved Open Source, Public Domain
-extras
-fixtures>=0.3.14
-jsonschema>=2.0.0,<3.0.0,!=2.5.0
-mock>=1.2
-python-glanceclient>=0.18.0
-python-subunit>=0.0.18
-sphinx>=1.5.1 # BSD
-openstackdocstheme>=1.5.0  # Apache-2.0
-oslotest>=1.5.1,<1.6.0  # Apache-2.0
-reno>=0.1.1  # Apache2
-testrepository>=0.0.18
-testscenarios>=0.4
-testtools>=0.9.36,!=1.2.0
+extras # MIT
+fixtures>=3.0.0 # Apache-2.0/BSD
+jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
+mock>=2.0 # BSD
+python-glanceclient>=2.8.0 # Apache-2.0
+python-subunit>=0.0.18 # Apache-2.0/BSD
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.16.0 # Apache-2.0
+oslotest>=1.10.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0
+testrepository>=0.0.18 # Apache-2.0/BSD
+testscenarios>=0.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT






More information about the Release-announce mailing list