Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-sushy-doc-3.2.0-bp153.1.7 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python-sushy-doc Distribution: SUSE Linux Enterprise 15 SP3
Version: 3.2.0 Vendor: openSUSE
Release: bp153.1.7 Build date: Sat Mar 6 11:34:58 2021
Group: Documentation/HTML Build host: lamb53
Size: 2837721 Source RPM: python-sushy-3.2.0-bp153.1.7.src.rpm
Packager: https://bugs.opensuse.org
Url: https://docs.openstack.org/sushy
Summary: Documentation for OpenStack sushy
Sushy is a Python library to communicate with `Redfish` based systems.
This package contains the documentation.

Provides

Requires

License

Apache-2.0

Changelog

* Tue May 12 2020 cloud-devel@suse.de
  - update to version 3.2.0
    - Add `set_system_boot_options` method
    - Lazily load message registries
    - Ignore failing message registry download
    - Explicitly set ramdisk type
    - Bump hacking to 3.0.0
    - Fix incorrect usage of assertRaisesRegex in unit tests
    - Add `Connector(..., response_callback=None)`` parameter
    - Make MessageRegistryFile.Registry attribute non-required
* Thu Mar 12 2020 cloud-devel@suse.de
  - update to version 3.1.0
    - Add ``Endpoint`` sub-resource to ``Fabric``
    - Fix exposed UpdateService constants
    - Enforce running tox with correct python version based on env
    - Fix wrong default JsonDataReader() argument
    - Add conditional field matching
    - Update model to support ApplyTime annotations
    - Add @Redfish.Settings update status and expose it for BIOS
    - Switch jobs to python3
    - Added changes to `simple_update` on update service
    - Retry Virtual Media eject action on HTTP 400 response
    - Add settable `IndicatorLED` of `System` and `Chassis`
    - Add Power and Thermal resources to Chassis
    - update git.openstack.org to opendev
    - OpenDev Migration Patch
    - Add MappedListField
    - Add OEM extension example script
    - Automatically discover available system/manager/chassis
    - Action #Bios.ResetBios fails as POST request has no body
    - Handle incomplete messages in MessageRegistry
    - Relax required Redfish fields handling
    - Update master for stable/train
    - Add versions to release notes series
    - Disregard registry files of unsupported types
    - Disable HTTP connection pooling
    - Change OEM extensions architecture
    - Expand Drive schema
    - Add mappings for `system_type`
    - Update Python 3 test runtimes for Train
    - Add Task Monitor support for async operations
    - Stop using six library
    - Drop python 2.7 support and testing
    - Make UpdateService.simple_update() operational
    - Add settable `IndicatorLED` property to the `Drive` resource
    - Enhance Storage models to support RAID config
    - Update sphinx requirements
    - Cleanup for Standard message registry loading
    - Update master for stable/stein
    - Add support for loading packaged standard registries
    - Dropping the py35 testing
    - Low case `ParamTypes` in received `MessageRegistry`
    - Add public resource loading and message parsing
    - Implements adapter checking
    - Adding Thermal resource schema
    - Add `FabricCollection` and `Fabric` classes
    - Handle incomplete message registries
    - Adding Power resource schema
    - Fix 'None' field value processing
    - Refactor DurableName identifier and Protocol fields
    - Include OData-Version header in Redfish requests
    - Use collections.abc instead of collections when available
    - Cache message registries
    - Build pdf doc
    - Deprecate System-specific `IndicatorLED` state constants
    - Make Manager->Actions field optional
    - Fix typo in the section Enabling SSL
    - Change sushy devstack job to python3
    - SSC.disks_sizes_bytes handle CapacityBytes is None
    - Make message registries available to all resources
    - Unify OEM Actions with non-OEM Actions
* Tue May 07 2019 cloud-devel@suse.de
  - update to version 1.8.1
    - Update .gitreview for stable/stein
    - Fix wrong default JsonDataReader() argument
* Mon Mar 04 2019 Colleen Murphy <comurphy@suse.com>
  - update to version 1.8.0
    - Add foundation for supporting Redfish OEMs
    - Introduce default value for `transfer_protocol` parameter
    - Add support for ilo Virtual Media
    - Add support for the `CompositionService` resource
    - Add support for the `UpdateService` resource
    - Follow Up Zuulv3
    - Move to zuulv3
    - Introduce `dateutil`
    - Update the docstring of `sub_processors()`
    - Update to public
    - Add missing tests
    - Add Chassis<->ComputerSystem/Manager linkage
    - Add System<->Manager linkage follow up
    - Add System<->Manager linkage
    - Change openstack-dev to openstack-discuss and update URL
    - Add `ChassisCollection` and `Chassis` classes
    - Cleanup JsonDataReader name
    - remove useless whitespces
    - Unify sushy models by Redfish schema bundle
    - Delete HTTP tokens on `Sushy` shutdown
    - [Trivial Fix] modify spelling errors of fulfill, for, containing
    - Change adapter to 'int_or_none' for processor properties
    - [Trivial Fix] modify spelling error of "committed"
    - Add support for loading resources from archive file
    - [Trivial Fix] modify spelling error of "resource"
    - Follow-up to 27c725c to move up ``cache_clear``
    - Requests session keyword arguments for sushy connector
    - Introduce ``cache_it`` and ``cache_clear``
    - Fix crashing `BasicAuth` context manager
    - Remove stray unicode character from tox.ini
    - Add `ProtocolFeaturesSupported` property of the `Root Service`
    - Add product property to the root Sushy object
    - Update to use mapped field for Settings Message Severity field
    - Omit tests from code coverage run
    - Use templates for cover and lower-constraints
    - Return sizes of storage devices
    - Fix for MediaTypes in virtual media
    - Add Message Registry File resource
    - Cleanup names for message registry
    - Add storage and simple_storage attr to system
    - Caching ResourceCollectionBase::get_members()
    - Add a virtual media resource
    - add python 3.6 unit test job
    - switch documentation job to new PTI
    - import zuul job settings from project-config
    - Add system storage resource support
    - Cleanup docstring for removed etag param
    - Add Redfish Message Registry resource
    - Add DictionaryField class to resource base
    - Update reno for stable/rocky
* Tue Sep 11 2018 Jan Engelhardt <jengelh@inai.de>
  - Avoid repetition of name in summary (rpmlint).
* Tue Sep 11 2018 cloud-devel@suse.de
  - update to version 1.6.0
    - Update reno for stable/queens
    - Switch to use stestr for unit test
    - Add processor ProcessorId field and Status field
    - Hide Attribute Registry property in Bios
    - Add reusable ActionField
    - fix error url
    - Zuul: Remove project name
    - Add system simple storage resource support
    - Cleanup unittest file loading
    - Add storage volume
    - Do not run functional (API) tests in the CI
    - Introduce BIOS API
    - Fix wrong message of invalid boot "enabled" parameter
    - Gate fix: Cap hacking to avoid gate failure
    - Add storage disk drive
    - Replace curly quotes with straight quotes
    - Add system status field
    - Change BootSourceOverrideMode from BIOS to Legacy
    - fix tox python3 overrides
    - tox: Use default Python 3 version, remove pypy
    - Restores sushy session functionality.
    - Remove etag from Bios
    - Mark Systems/Managers/SessionService optional
    - Update Launchpad references to Storyboard
    - Create mappings for System Indicator LED
    - Updated from global requirements
    - add lower-constraints job
* Mon Sep 03 2018 cloud-devel@suse.de
  - update to version 1.3.2
    - Updated from global requirements
    - Mark Systems/Managers/SessionService optional
* Fri Feb 23 2018 tbechtold@suse.com
  - Switch to stable/queens spec template
* Mon Feb 12 2018 cloud-devel@suse.de
  - update to version 1.3.1 (bsc#1078607)
    - Enable some off-by-default checks
    - Add ListField class to resource base
    - Update .gitreview for stable/queens
    - Avoid tox_install.sh for constraints support
    - Replace HTTP numeric constants with http_client constants
    - Add PUT method to connector
    - Restore the default semantics of refresh()
    - Indicating the location tests directory in oslo_debug_helper
    - Zuul: Remove project name
    - flake8: Enable some off-by-default checks
    - Adds EthernetInterface to the library
    - Add int_or_none adapter function
    - zuul: clean up job definition
    - Update documentation related to 'refresh()'
    - Add DELETE method to connector
    - Add Zuul v3 jobs in tree
    - Update UPPER_CONSTRAINTS_FILE for stable/queens
    - Update method docstring
    - Use the tempest plugin from openstack/ironic-tempest-plugin
    - Refining the resource refresh
    - Update some tests to copy the dictionaries passed in
    - Update reno for stable/pike
    - Restores sushy session functionality.
    - Follow-up patch for 8fe2904a62b0f56dc3fc3fefc5a5a746911ce891
    - Restore interface of Connector
    - Implement Redfish Sessions
    - Updated from global requirements
    - Add support to accept custom connector object
* Wed Feb 07 2018 tbechtold@suse.com
  - Initial packaging (version 1.1.0)

Files

/usr/share/doc/packages/python-sushy-doc
/usr/share/doc/packages/python-sushy-doc/LICENSE
/usr/share/doc/packages/python-sushy-doc/html
/usr/share/doc/packages/python-sushy-doc/html/_sources
/usr/share/doc/packages/python-sushy-doc/html/_sources/contributor
/usr/share/doc/packages/python-sushy-doc/html/_sources/contributor/index.rst.txt
/usr/share/doc/packages/python-sushy-doc/html/_sources/index.rst.txt
/usr/share/doc/packages/python-sushy-doc/html/_sources/install
/usr/share/doc/packages/python-sushy-doc/html/_sources/install/index.rst.txt
/usr/share/doc/packages/python-sushy-doc/html/_sources/reference
/usr/share/doc/packages/python-sushy-doc/html/_sources/reference/index.rst.txt
/usr/share/doc/packages/python-sushy-doc/html/_sources/reference/usage.rst.txt
/usr/share/doc/packages/python-sushy-doc/html/_static
/usr/share/doc/packages/python-sushy-doc/html/_static/ajax-loader.gif
/usr/share/doc/packages/python-sushy-doc/html/_static/basic.css
/usr/share/doc/packages/python-sushy-doc/html/_static/comment-bright.png
/usr/share/doc/packages/python-sushy-doc/html/_static/comment-close.png
/usr/share/doc/packages/python-sushy-doc/html/_static/comment.png
/usr/share/doc/packages/python-sushy-doc/html/_static/css
/usr/share/doc/packages/python-sushy-doc/html/_static/css/bootstrap.css
/usr/share/doc/packages/python-sushy-doc/html/_static/css/bootstrap.min.css
/usr/share/doc/packages/python-sushy-doc/html/_static/css/combined.css
/usr/share/doc/packages/python-sushy-doc/html/_static/css/font-awesome.css
/usr/share/doc/packages/python-sushy-doc/html/_static/css/font-awesome.min.css
/usr/share/doc/packages/python-sushy-doc/html/_static/css/native.css
/usr/share/doc/packages/python-sushy-doc/html/_static/doctools.js
/usr/share/doc/packages/python-sushy-doc/html/_static/documentation_options.js
/usr/share/doc/packages/python-sushy-doc/html/_static/down-pressed.png
/usr/share/doc/packages/python-sushy-doc/html/_static/down.png
/usr/share/doc/packages/python-sushy-doc/html/_static/favicon.ico
/usr/share/doc/packages/python-sushy-doc/html/_static/file.png
/usr/share/doc/packages/python-sushy-doc/html/_static/fonts
/usr/share/doc/packages/python-sushy-doc/html/_static/fonts/FontAwesome.otf
/usr/share/doc/packages/python-sushy-doc/html/_static/fonts/fontawesome-webfont.eot
/usr/share/doc/packages/python-sushy-doc/html/_static/fonts/fontawesome-webfont.svg
/usr/share/doc/packages/python-sushy-doc/html/_static/fonts/fontawesome-webfont.ttf
/usr/share/doc/packages/python-sushy-doc/html/_static/fonts/fontawesome-webfont.woff
/usr/share/doc/packages/python-sushy-doc/html/_static/fonts/fontawesome-webfont.woff2
/usr/share/doc/packages/python-sushy-doc/html/_static/fonts/glyphicons-halflings-regular.eot
/usr/share/doc/packages/python-sushy-doc/html/_static/fonts/glyphicons-halflings-regular.svg
/usr/share/doc/packages/python-sushy-doc/html/_static/fonts/glyphicons-halflings-regular.ttf
/usr/share/doc/packages/python-sushy-doc/html/_static/fonts/glyphicons-halflings-regular.woff
/usr/share/doc/packages/python-sushy-doc/html/_static/fonts/glyphicons-halflings-regular.woff2
/usr/share/doc/packages/python-sushy-doc/html/_static/images
/usr/share/doc/packages/python-sushy-doc/html/_static/images/docs
/usr/share/doc/packages/python-sushy-doc/html/_static/images/docs/license.png
/usr/share/doc/packages/python-sushy-doc/html/_static/images/docs/superuser1.png
/usr/share/doc/packages/python-sushy-doc/html/_static/images/docs/superuser2.png
/usr/share/doc/packages/python-sushy-doc/html/_static/images/docs/superuser3.png
/usr/share/doc/packages/python-sushy-doc/html/_static/images/docs/superuser4.png
/usr/share/doc/packages/python-sushy-doc/html/_static/images/footer-facebook-hover.png
/usr/share/doc/packages/python-sushy-doc/html/_static/images/footer-facebook.png
/usr/share/doc/packages/python-sushy-doc/html/_static/images/footer-linkedin-hover.png
/usr/share/doc/packages/python-sushy-doc/html/_static/images/footer-linkedin.png
/usr/share/doc/packages/python-sushy-doc/html/_static/images/footer-twitter-hover.png
/usr/share/doc/packages/python-sushy-doc/html/_static/images/footer-twitter.png
/usr/share/doc/packages/python-sushy-doc/html/_static/images/footer-youtube-hover.png
/usr/share/doc/packages/python-sushy-doc/html/_static/images/footer-youtube.png
/usr/share/doc/packages/python-sushy-doc/html/_static/images/loading.gif
/usr/share/doc/packages/python-sushy-doc/html/_static/images/openstack-logo-full.png
/usr/share/doc/packages/python-sushy-doc/html/_static/images/openstack-logo-vert.png
/usr/share/doc/packages/python-sushy-doc/html/_static/images/search-icon.png
/usr/share/doc/packages/python-sushy-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/packages/python-sushy-doc/html/_static/jquery.js
/usr/share/doc/packages/python-sushy-doc/html/_static/js
/usr/share/doc/packages/python-sushy-doc/html/_static/js/bootstrap.js
/usr/share/doc/packages/python-sushy-doc/html/_static/js/bootstrap.min.js
/usr/share/doc/packages/python-sushy-doc/html/_static/js/docs.js
/usr/share/doc/packages/python-sushy-doc/html/_static/js/jquery-3.2.1.js
/usr/share/doc/packages/python-sushy-doc/html/_static/js/jquery-3.2.1.min.js
/usr/share/doc/packages/python-sushy-doc/html/_static/js/navigation.js
/usr/share/doc/packages/python-sushy-doc/html/_static/js/webui-popover.js
/usr/share/doc/packages/python-sushy-doc/html/_static/language_data.js
/usr/share/doc/packages/python-sushy-doc/html/_static/minus.png
/usr/share/doc/packages/python-sushy-doc/html/_static/plus.png
/usr/share/doc/packages/python-sushy-doc/html/_static/pygments.css
/usr/share/doc/packages/python-sushy-doc/html/_static/searchtools.js
/usr/share/doc/packages/python-sushy-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/packages/python-sushy-doc/html/_static/underscore.js
/usr/share/doc/packages/python-sushy-doc/html/_static/up-pressed.png
/usr/share/doc/packages/python-sushy-doc/html/_static/up.png
/usr/share/doc/packages/python-sushy-doc/html/_static/websupport.js
/usr/share/doc/packages/python-sushy-doc/html/contributor
/usr/share/doc/packages/python-sushy-doc/html/contributor/index.html
/usr/share/doc/packages/python-sushy-doc/html/genindex.html
/usr/share/doc/packages/python-sushy-doc/html/index.html
/usr/share/doc/packages/python-sushy-doc/html/install
/usr/share/doc/packages/python-sushy-doc/html/install/index.html
/usr/share/doc/packages/python-sushy-doc/html/objects.inv
/usr/share/doc/packages/python-sushy-doc/html/reference
/usr/share/doc/packages/python-sushy-doc/html/reference/index.html
/usr/share/doc/packages/python-sushy-doc/html/reference/usage.html
/usr/share/doc/packages/python-sushy-doc/html/search.html
/usr/share/doc/packages/python-sushy-doc/html/searchindex.js


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024