[release-announce] os-traits 2.3.0

no-reply at openstack.org no-reply at openstack.org
Sun Mar 29 20:25:41 UTC 2020


We are thrilled to announce the release of:

os-traits 2.3.0: A library containing standardized trait strings

The source is available from:

    https://opendev.org/openstack/os-traits

Download the package from:

    https://pypi.org/project/os-traits

For more details, please see below.

Changes in os-traits 2.2.0..2.3.0
---------------------------------

bca5bac Switch to hacking 2.x
865cf20 Remove use of six
c4ee198 setup.cfg: Remove unused 'build_sphinx' configuration
e3e20d4 setup.cfg: Configure 'python-requires'


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

.gitignore            |  2 ++
os_traits/__init__.py |  3 +--
requirements.txt      |  1 -
setup.cfg             | 12 +++---------
test-requirements.txt |  4 +---
tox.ini               |  8 +++++---
6 files changed, 12 insertions(+), 18 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a072ac0..6de9f4e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 2122e22..6349b14 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,2 +5 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
-
+hacking>=2.0.0,<2.1.0 # Apache-2.0
@@ -8 +6,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-python-subunit>=1.0.0 # Apache-2.0/BSD






More information about the Release-announce mailing list