[release-announce] [nova] os-traits 0.3.3 (pike)
no-reply at openstack.org
no-reply at openstack.org
Thu Jul 20 16:45:30 UTC 2017
We high-spiritedly announce the release of:
os-traits 0.3.3: A library containing standardized trait strings
This release is part of the pike release series.
The source is available from:
http://git.openstack.org/cgit/openstack/os-traits
Download the package from:
https://pypi.python.org/pypi/os-traits
Please report issues through launchpad:
http://bugs.launchpad.net/os-traits
For more details, please see below.
Changes in os-traits 0.3.2..0.3.3
---------------------------------
3e8b4a7 Updated from global requirements
9ca11e9 doc: Create directory structure for docs migration
5a62b40 setup.cfg: Add warning-is-error
Diffstat (except docs and test files)
-------------------------------------
README.rst | 62 ++--------------------------------------
requirements.txt | 2 +-
setup.cfg | 8 ++----
test-requirements.txt | 6 ++--
13 files changed, 122 insertions(+), 109 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 1e8f8e5..76ecae7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=2.0.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 788bae7..e2a61dc 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-coverage>=4.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx>=1.5.1,!=1.6.1 # BSD
+sphinx>=1.6.2 # BSD
@@ -17 +17 @@ testtools>=1.4.0 # MIT
-reno>=1.8.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0
More information about the Release-announce
mailing list