Hello community,

here is the log from the commit of package python-proliantutils for 
openSUSE:Factory checked in at 2019-11-06 13:57:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-proliantutils (Old)
 and      /work/SRC/openSUSE:Factory/.python-proliantutils.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-proliantutils"

Wed Nov  6 13:57:29 2019 rev:5 rq:745207 version:2.9.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-proliantutils/python-proliantutils.changes    
    2019-03-10 09:32:43.628214882 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-proliantutils.new.2990/python-proliantutils.changes
      2019-11-06 13:57:45.776262069 +0100
@@ -1,0 +2,33 @@
+Thu Oct 17 08:30:09 UTC 2019 - Dirk Mueller <[email protected]>
+
+- update to 2.9.1:
+  * Follow-up patch for UEFI iSCSI boot nic adapter fix
+  * Fixed problem with UEFI iSCSI boot for adapters
+  * Enable session based authentication used by sushy
+  * Fixes the storage capabilities
+  * Cache the IloClient object creation
+  * Adds support to get disk types
+  * Removes filter on the bios settings
+  * OOB disk-erase for ilo5 based Proliant Servers
+  * iLO firmware update fails with 'update\_firmware\_sum'
+  * Remove checked in copy of the ChangeLog
+  * Changing warning to debug
+  * Switch to the new tox constraints file usage and location
+  * Use six.moves for reloading a module
+  * Add unit tests for python 3.6/3.7
+  * Remove checked in version of AUTHORS
+  * Finish conversion to stestr
+  * Add a .gitreview file to point to the gerrit instance
+
+-------------------------------------------------------------------
+Tue May 14 08:40:40 UTC 2019 - Dirk Mueller <[email protected]>
+
+- update to 2.8.4:
+  * Updates ChangeLog for proliantutils release 2.8.4
+  * Adding changes for tox failure
+  * Adding fix for nic\_capacity calculation
+  * jsonschema3.0.1: Uncap jsonschema
+  * Jsonschema 3.0.1: Binds the raid schema to draft-04
+- switch to singlespec
+
+-------------------------------------------------------------------

Old:
----
  proliantutils-2.8.2.tar.gz

New:
----
  proliantutils-2.9.1.tar.gz

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

Other differences:
------------------
++++++ python-proliantutils.spec ++++++
--- /var/tmp/diff_new_pack.hmZ0qV/_old  2019-11-06 13:57:46.444262769 +0100
+++ /var/tmp/diff_new_pack.hmZ0qV/_new  2019-11-06 13:57:46.448262772 +0100
@@ -16,35 +16,33 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-proliantutils
-Version:        2.8.2
+Version:        2.9.1
 Release:        0
 Summary:        Client Library for interfacing with various devices in HP 
Proliant Servers
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            https://github.com/openstack/proliantutils
 Source:         
https://files.pythonhosted.org/packages/source/p/proliantutils/proliantutils-%{version}.tar.gz
+BuildRequires:  %{python_module ddt}
+BuildRequires:  %{python_module jsonschema}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module oslo.concurrency}
+BuildRequires:  %{python_module oslo.serialization}
+BuildRequires:  %{python_module oslo.utils}
+BuildRequires:  %{python_module pbr}
+BuildRequires:  %{python_module pysnmp}
+BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module retrying}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module stestr}
+BuildRequires:  %{python_module sushy}
+BuildRequires:  %{python_module testtools}
 BuildRequires:  fdupes
 BuildRequires:  openstack-macros
-BuildRequires:  python-ddt
-BuildRequires:  python-devel
-BuildRequires:  python-jsonschema
-BuildRequires:  python-mock
-BuildRequires:  python-os-testr
-BuildRequires:  python-oslo.concurrency
-BuildRequires:  python-oslo.serialization
-BuildRequires:  python-oslo.utils
-BuildRequires:  python-pbr
-BuildRequires:  python-pysnmp
-BuildRequires:  python-requests
-BuildRequires:  python-retrying
-BuildRequires:  python-rpm-macros
-BuildRequires:  python-setuptools
-BuildRequires:  python-six
-BuildRequires:  python-sushy
-BuildRequires:  python-testrepository
-BuildRequires:  python-testtools
-Requires:       python-jsonschema >= 2.0.0
+Requires:       python-jsonschema >= 2.6.0
 Requires:       python-oslo.concurrency >= 3.8.0
 Requires:       python-oslo.serialization >= 1.10.0
 Requires:       python-oslo.utils >= 3.20.0
@@ -54,6 +52,7 @@
 Requires:       python-six >= 1.9.0
 Requires:       python-sushy >= 1.8.0
 BuildArch:      noarch
+%python_subpackages
 
 %description
 proliantutils is a set of utility libraries for interfacing and managing
@@ -68,16 +67,16 @@
 %setup -q -n proliantutils-%{version}
 
 %build
-%py2_build
+%python_build
 
 %install
-%py2_install
+%python_install
 %fdupes %{buildroot}%{python_sitelib}
 
 %check
-%{__python2} setup.py testr
+%python_exec -m stestr.cli run
 
-%files
+%files %{python_files}
 %doc README.rst
 %license LICENSE
 %{python_sitelib}/*

++++++ proliantutils-2.8.2.tar.gz -> proliantutils-2.9.1.tar.gz ++++++
++++ 4209 lines of diff (skipped)


Reply via email to