[release-announce] python-qinlingclient 1.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Apr 30 14:30:42 UTC 2018


We are ecstatic to announce the release of:

python-qinlingclient 1.0.0: python-qinlingclient

This release is part of the rocky release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

    https://storyboard.openstack.org/#!/project/926

For more details, please see below.

1.0.0
^^^^^

New Features

* Support function versioning CLI.

Changes in python-qinlingclient 0.4.0..1.0.0
--------------------------------------------

727cd89 Release note for function versioning CLI
6272d59 Support function version
c1c9024 Fix typo: extention -> extension
9849da7 Improve the support for Qinling Current/Future Versions
5c4b04c Updated from global requirements
188ca67 add lower-constraints job
48e56b2 Updated from global requirements
07abc5d Updated from global requirements
3460249 Updated from global requirements
180265e Updated from global requirements
3081acb python-qinling doc improvement
7932fb9 Updated from global requirements
d09e0bf Fix tox cover config


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

.zuul.yaml                                         |   7 +
CONTRIBUTING.rst                                   |   4 +
README.rst                                         |  59 +++++---
lower-constraints.txt                              |  92 +++++++++++++
qinlingclient/osc/v1/base.py                       |   4 +
qinlingclient/osc/v1/function.py                   |   4 +-
qinlingclient/osc/v1/function_version.py           | 148 +++++++++++++++++++++
qinlingclient/v1/client.py                         |   3 +
qinlingclient/v1/function_version.py               |  49 +++++++
qinlingclient/v1/versions.py                       |  26 ++++
.../function-versioning-81881bc35bc3eb64.yaml      |   3 +
releasenotes/source/conf.py                        |   4 +-
requirements.txt                                   |  15 ++-
setup.cfg                                          |   6 +
test-requirements.txt                              |  14 +-
tox.ini                                            |  11 +-
27 files changed, 539 insertions(+), 98 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index bd0fb10..f442041 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,0 +7 @@ python-keystoneclient>=3.8.0 # Apache-2.0
+python-openstackclient>=3.12.0 # Apache-2.0
@@ -8 +9 @@ iso8601>=0.1.11 # MIT
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT
@@ -11,2 +12,2 @@ requests>=2.14.2 # Apache-2.0
-PyYAML>=3.10.0 # MIT
-osc-lib>=1.5.1 # Apache-2.0
+PyYAML>=3.12 # MIT
+osc-lib>=1.8.0 # Apache-2.0
@@ -14,4 +15,4 @@ osc-lib>=1.5.1 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
-oslo.log>=3.22.0 # Apache-2.0
-oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.serialization>=1.10.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
+oslo.i18n>=3.15.3 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8fd9d38..15a80ce 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,2 +8,2 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-mock>=2.0 # BSD
-requests-mock>=1.1 # Apache-2.0
+mock>=2.0.0 # BSD
+requests-mock>=1.2.0 # Apache-2.0
@@ -12,3 +12,3 @@ testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
-os-testr>=0.8.0  # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
+testtools>=2.2.0 # MIT
+os-testr>=1.0.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
@@ -18,2 +18,2 @@ oslosphinx>=4.7.0 # Apache-2.0
-sphinx!=1.6.1,>=1.5.1 # BSD
-reno!=2.3.1,>=1.8.0 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list