[release-announce] [shade] os-service-types 1.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Tue Jul 25 20:09:48 UTC 2017


We joyfully announce the release of:

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

This is the first release of os-service-types. This release is part of
the pike release series.

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.0.0
^^^^^

New Features

* Added ServiceTypes class, which is the primary entry point for
  Python developers who need access to the OpenStack Service Types
  Authority data.

Changes in os-service-types c19ee9ab6dc64805b856fbeccce3808fffa8fb31..1.0.0
---------------------------------------------------------------------------

fdcb50f Add ability to warn on use of non-official types
c2442d3 Refresh local service-types.json
6522198 Throw an exception on conflicting arguments
6281e50 Updated from global requirements
ee2d6fb Updated from global requirements
48a94e0 Implement fetching and accessor methods
1865fa5 Add cookiecutter boilerplate




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

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..6de9f4e
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,5 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..284a7e9
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,16 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+hacking<0.13,>=0.12.0 # Apache-2.0
+
+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
+testscenarios>=0.4 # Apache-2.0/BSD
+requests-mock>=1.1 # Apache-2.0
+openstackdocstheme>=1.11.0 # Apache-2.0
+keystoneauth1>=3.0.1 # Apache-2.0
+# releasenotes
+reno!=2.3.1,>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list