[release-announce] [ironic] sushy 1.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 20 12:25:25 UTC 2017


We are psyched to announce the release of:

sushy 1.0.0: Sushy is a small Python library to communicate with
Redfish based systems

This release is part of the pike release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/sushy

Download the package from:

    https://tarballs.openstack.org/sushy/

Please report issues through launchpad:

    https://bugs.launchpad.net/sushy

For more details, please see below.

Changes in sushy 0.2.0..1.0.0
-----------------------------

c3cd1a1 Correct sushy homepage
1cbe2b8 Minor spelling fix
5d08828 Rework sushy documentation for doc migration
acb9536 Change theme to openstackdocs
f2a75df Removes unnecessary utf-8 encoding
b67e633 Drop MANIFEST.in - it's not needed by pbr
bdce45a Add manager resource
f70104f Updated from global requirements
db4c127 Updated from global requirements
7b96e4a Change assertTrue(isinstance()) by optimal assert
c70d249 Updated from global requirements


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

.gitignore                                         |   3 +-
MANIFEST.in                                        |   6 -
README.rst                                         |  13 +-
releasenotes/source/conf.py                        |  18 +-
requirements.txt                                   |   2 +-
setup.cfg                                          |   9 +-
sushy/__init__.py                                  |   1 +
sushy/main.py                                      |  56 +++--
sushy/resources/common.py                          |  20 ++
sushy/resources/manager/__init__.py                |   0
sushy/resources/manager/constants.py               |  78 +++++++
sushy/resources/manager/manager.py                 | 197 +++++++++++++++++
sushy/resources/manager/mappings.py                |  61 ++++++
sushy/resources/system/processor.py                |  12 +-
sushy/resources/system/system.py                   |  10 +-
.../unit/json_samples/manager_collection.json      |  14 ++
test-requirements.txt                              |   6 +-
32 files changed, 1100 insertions(+), 309 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ab2bdb0..3ef27e5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 44d6906..72155ce 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,2 +9,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.6.1,>=1.5.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.11.0 # Apache-2.0
@@ -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