[release-announce] [openstacksdk] os-service-types 1.2.0

no-reply at openstack.org no-reply at openstack.org
Thu Feb 15 17:29:46 UTC 2018


We are satisfied to announce the release of:

os-service-types 1.2.0: Python library for consuming OpenStack sevice-
types-authority data

The source is available from:

    http://git.openstack.org/cgit/openstack/os-service-types

Download the package from:

    https://pypi.python.org/pypi/os-service-types

Please report issues through launchpad:

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

For more details, please see below.

1.2.0
^^^^^

New Features

* Factory function "os_service_types.get_service_types" added.
  Returns a singleton instance of ServiceTypes. ServiceTypes is a very
  low cost object in the first place, but it does read a data file
  from disk and then the data is pretty static.

Changes in os-service-types 1.1.0..1.2.0
----------------------------------------

7b28fd3 Updated from OpenStack Service Type Authority
8471b40 Sort json data
450d6d8 Updated from global requirements
8fedd29 Updated from global requirements
f9dca6f Add factory helper function which returns a singleton
b9ce5cf Updated from global requirements
ba9f559 Remove -U from pip install
20c347b Updated from global requirements
dd115a6 Remove reference to stable/pike from releasenotes
72f299c Avoid tox_install.sh for constraints support
1859b0c Updated from global requirements
b0454b1 Update api-refs
12f9aa3 Updated from global requirements
79fee7a Updated from global requirements


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

os_service_types/__init__.py                       |   21 +
os_service_types/data/service-types.json           | 1417 ++++++++++----------
.../notes/get-service-types-f5e56799a55a6df4.yaml  |    7 +
releasenotes/source/index.rst                      |    2 +-
releasenotes/source/master.rst                     |    6 +
releasenotes/source/pike.rst                       |    6 -
test-requirements.txt                              |   14 +-
tools/tox_install.sh                               |   32 -
tox.ini                                            |    8 +-
11 files changed, 836 insertions(+), 728 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index e3f6dd2..a94411c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,3 +8,3 @@ coverage!=4.4,>=4.0 # Apache-2.0
-python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx>=1.6.2 # BSD
-oslotest>=1.10.0 # Apache-2.0
+python-subunit>=1.0.0 # Apache-2.0/BSD
+sphinx!=1.6.6,>=1.6.2 # BSD
+oslotest>=3.2.0 # Apache-2.0
@@ -12,3 +12,3 @@ testscenarios>=0.4 # Apache-2.0/BSD
-requests-mock>=1.1 # Apache-2.0
-openstackdocstheme>=1.16.0 # Apache-2.0
-keystoneauth1>=3.1.0 # Apache-2.0
+requests-mock>=1.1.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0
+keystoneauth1>=3.3.0 # Apache-2.0
@@ -16 +16 @@ keystoneauth1>=3.1.0 # Apache-2.0
-reno!=2.3.1,>=1.8.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list