Hello community,

here is the log from the commit of package python-pyghmi for openSUSE:Factory 
checked in at 2019-05-03 22:43:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyghmi (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyghmi.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyghmi"

Fri May  3 22:43:11 2019 rev:12 rq:692875 version:1.2.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyghmi/python-pyghmi.changes      
2018-10-09 15:53:45.374311969 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyghmi.new.5148/python-pyghmi.changes    
2019-05-03 22:43:13.515342356 +0200
@@ -1,0 +2,44 @@
+Mon Apr  8 14:02:16 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.2.16
+  - Fix minor .spec issues
+  - Switch to stestr
+  - Forget sessions with poor connectivity that should be forgotten
+  - Do not claim a broken session is valid
+  - Add support for reduced privilege
+  - Preserve logout on storage failure
+  - Correct probles in the servicedata attempt
+  - Fix typo in error message
+  - Fix .spec to include bin scripts and build reqs
+  - Use list() to avoid size change during iteration
+  - Refactor console scripts into entry points
+  - Retry OEM lookup if no specific OEM identified
+  - Fix storage deletion
+  - Fix bay number from IMM property in nextscale chassis
+  - Fetch diagnostic data
+  - Add 'name' subfield to preserve original names.
+  - Handle IMM/XCC without xSEC
+  - Fix print statement in console scripts
+  - Provide 'hardware' inventory for disks
+  - Update package documentation
+  - Handle response without unconfiguredDisk
+  - Fix early life mark_broken call
+  - Fix the mistake in last nights fix
+  - Enrich inventory data on Lenovo IMM/XCC equipment
+  - Reduce calls to _monotonic_time
+  - Provide get_description for physical description
+  - Fix event data for slot events
+  - Gate fix: Cap hacking to avoid gate failure
+  - Add more file patterns for git to ignore
+  - Add spec for python3-pyghmi package build
+  - Show hidden settings
+  - Accept wildcards for settings names
+  - Have storage functions log out of the session
+  - Add Python3 support to Trove
+  - Add a maintenance thread
+  - Clear lastpayload explicitly in some contexts
+  - Provide feedback if the clear system config attempt fails
+  - Prefer more specific IMM/XCC check over FPC check
+  - Add method to clear system configuration
+
+-------------------------------------------------------------------

Old:
----
  pyghmi-1.2.4.tar.gz

New:
----
  pyghmi-1.2.16.tar.gz

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

Other differences:
------------------
++++++ python-pyghmi.spec ++++++
--- /var/tmp/diff_new_pack.MTKQSv/_old  2019-05-03 22:43:13.947343266 +0200
+++ /var/tmp/diff_new_pack.MTKQSv/_new  2019-05-03 22:43:13.951343274 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyghmi
 #
-# 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,27 +12,29 @@
 # 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-pyghmi
-Version:        1.2.4
+Version:        1.2.16
 Release:        0
 Summary:        General Hardware Management Initiative (IPMI and others)
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://launchpad.net/pyghmi
-Source0:        
https://files.pythonhosted.org/packages/source/p/pyghmi/pyghmi-1.2.4.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/p/pyghmi/pyghmi-1.2.16.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-cryptography >= 2.1
+BuildRequires:  python2-openstackdocstheme
 BuildRequires:  python2-oslotest
-BuildRequires:  python2-testrepository
+BuildRequires:  python2-stestr
 BuildRequires:  python3-cryptography >= 2.1
 BuildRequires:  python3-devel
+BuildRequires:  python3-openstackdocstheme
 BuildRequires:  python3-oslotest
-BuildRequires:  python3-testrepository
+BuildRequires:  python3-stestr
 Requires:       python-cryptography >= 2.1
 BuildArch:      noarch
 %if 0%{?suse_version}
@@ -65,7 +67,6 @@
 %prep
 %autosetup -p1 -n pyghmi-%{version}
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
@@ -78,21 +79,22 @@
 %python_clone -a %{buildroot}%{_bindir}/pyghmicons
 %python_clone -a %{buildroot}%{_bindir}/pyghmiutil
 %python_clone -a %{buildroot}%{_bindir}/virshbmc
+%python_clone -a %{buildroot}%{_bindir}/fakebmc
 
 %post
 %python_install_alternative pyghmicons
 %python_install_alternative pyghmiutil
 %python_install_alternative virshbmc
+%python_install_alternative fakebmc
 
 %postun
 %python_uninstall_alternative pyghmicons
 %python_uninstall_alternative pyghmiutil
 %python_uninstall_alternative virshbmc
+%python_uninstall_alternative fakebmc
 
 %check
-%{python_expand rm -rf .testrepository
-$python setup.py testr
-}
+%python_exec -m stestr.cli run
 
 %files %{python_files}
 %doc README.md ChangeLog
@@ -100,6 +102,7 @@
 %python_alternative %{_bindir}/pyghmicons
 %python_alternative %{_bindir}/pyghmiutil
 %python_alternative %{_bindir}/virshbmc
+%python_alternative %{_bindir}/fakebmc
 %{python_sitelib}/pyghmi*
 %{python_sitelib}/*.egg-info
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.MTKQSv/_old  2019-05-03 22:43:13.983343342 +0200
+++ /var/tmp/diff_new_pack.MTKQSv/_new  2019-05-03 22:43:13.983343342 +0200
@@ -1,6 +1,6 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/pyghmi/pyghmi.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/pyghmi/pyghmi.spec.j2</param>
     <param name="output-name">python-pyghmi.spec</param>
     <param 
name="requirements">https://raw.githubusercontent.com/openstack/pyghmi/master/requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>

++++++ pyghmi-1.2.4.tar.gz -> pyghmi-1.2.16.tar.gz ++++++
++++ 2562 lines of diff (skipped)


Reply via email to