Hello community,

here is the log from the commit of package python-sushy for openSUSE:Factory 
checked in at 2019-03-10 09:32:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sushy (Old)
 and      /work/SRC/openSUSE:Factory/.python-sushy.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sushy"

Sun Mar 10 09:32:38 2019 rev:5 rq:682176 version:1.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sushy/python-sushy.changes        
2018-09-26 14:23:04.425955030 +0200
+++ /work/SRC/openSUSE:Factory/.python-sushy.new.28833/python-sushy.changes     
2019-03-10 09:32:39.320215963 +0100
@@ -1,0 +2,55 @@
+Mon Mar  4 10:13:04 UTC 2019 - Colleen Murphy <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  sushy-1.6.0.tar.gz

New:
----
  sushy-1.8.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sushy.spec ++++++
--- /var/tmp/diff_new_pack.kIMmwY/_old  2019-03-10 09:32:40.056215778 +0100
+++ /var/tmp/diff_new_pack.kIMmwY/_new  2019-03-10 09:32:40.056215778 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sushy
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           python-sushy
-Version:        1.6.0
+Version:        1.8.0
 Release:        0
 Summary:        Python library to communicate with Redfish based systems
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/sushy
-Source0:        
https://files.pythonhosted.org/packages/source/s/sushy/sushy-1.6.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/s/sushy/sushy-1.8.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr >= 2.0.0
+BuildRequires:  python2-python-dateutil >= 2.7.0
 BuildRequires:  python2-python-subunit
 BuildRequires:  python2-reno
 BuildRequires:  python2-requests >= 2.14.2
@@ -39,6 +40,7 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr >= 2.0.0
+BuildRequires:  python3-python-dateutil >= 2.7.0
 BuildRequires:  python3-python-subunit
 BuildRequires:  python3-reno
 BuildRequires:  python3-requests >= 2.14.2
@@ -48,6 +50,7 @@
 BuildRequires:  python3-testscenarios
 BuildRequires:  python3-testtools
 Requires:       python-pbr >= 2.0.0
+Requires:       python-python-dateutil >= 2.7.0
 Requires:       python-requests >= 2.14.2
 Requires:       python-six >= 1.10.0
 BuildArch:      noarch
@@ -67,7 +70,7 @@
 This package contains the documentation.
 
 %prep
-%autosetup -p1 -n sushy-1.6.0
+%autosetup -p1 -n sushy-1.8.0
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.kIMmwY/_old  2019-03-10 09:32:40.076215773 +0100
+++ /var/tmp/diff_new_pack.kIMmwY/_new  2019-03-10 09:32:40.076215773 +0100
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/sushy/sushy.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/sushy/sushy.spec.j2</param>
     <param name="output-name">python-sushy.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/sushy/stable/rocky/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/sushy/master/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,sushy</param>
   </service>

++++++ sushy-1.6.0.tar.gz -> sushy-1.8.0.tar.gz ++++++
++++ 8563 lines of diff (skipped)


Reply via email to