Hello community, here is the log from the commit of package python-pyghmi for openSUSE:Factory checked in at 2015-05-10 10:46:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyghmi (Old) and /work/SRC/openSUSE:Factory/.python-pyghmi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyghmi" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyghmi/python-pyghmi.changes 2014-07-02 15:05:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyghmi.new/python-pyghmi.changes 2015-05-10 10:46:37.000000000 +0200 @@ -1,0 +2,52 @@ +Wed May 6 16:59:30 UTC 2015 - [email protected] + +- update to 0.7.1: + * Add system UUID to inventory + * Fix parsing of 6bit ascii + * Clean up strings from FRU + * Add function to fetch a specific items inventory + * Tolerate errors in 'extra' fields + * Create framework for OEM extensions + * Implement FRU inventory + * Try setting optional byte in set user acess + * Reduce cost of packet transmit + * Ignore packet overrun in RAKP2 and RAKP4 + * Streamline and simplify IO Polling + * Reduce severity of a non-redundant state + * Add missing generic discrete codes + * Fix exceptions on sdr read + * Move packet queue into IO thread + * Fix needless retries due to misdirected packets + * Handle concurrent session requests + * Added a BMC (IPMI) frontend for virsh + * Add a "--port" option to fakebmc + * Correct delay_xmit behavior + * Rework IO Worker thread behavior + * Correct redundant timedout calls in recursion + * Assign code to timeout behavior + * Gracefully handle error while acking SOL + * add more commands + * Enhance IpmiException to carry IPMI codenumber + * Allow request for single sensor by name + * Expose sensor description data + * Implement server side IPMI protocol + * Check for IPMIPASSWORD env var in pyghmiutil + * Run pep8 on files in bin/ + * Provide access to chassis identify + * Implement retrieval of uefi flag in boot devs + * Recover from kill() while in command + * Remove overly aggressive packet processing + * Handle custom keepalive modifications on the fly + * Avoid exception on close + * Avoid recursing between keepalive and raw_command + * Work toward Python 3.4 support and testing + * Fix IO worker tolerance of errors + * Force non-numeric for compact sensor records + * Change to name-only lookups in RAKP + * Handle non-linear and unrecognized linearizations + * Add 'persistent' to return dict of get_bootdev + * Raise IpmiException on an error setting/getting the boot device + * Use get() to avoid KeyError on get_bootdev() + * Reduce severity of generic discrete assert to 'Ok' + +------------------------------------------------------------------- Old: ---- pyghmi-0.6.15.tar.gz New: ---- pyghmi-0.7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyghmi.spec ++++++ --- /var/tmp/diff_new_pack.IOcMrm/_old 2015-05-10 10:46:37.000000000 +0200 +++ /var/tmp/diff_new_pack.IOcMrm/_new 2015-05-10 10:46:37.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyghmi # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,7 +17,7 @@ Name: python-pyghmi -Version: 0.6.15 +Version: 0.7.1 Release: 0 Summary: Python General Hardware Management Initiative (IPMI and others) License: Apache-2.0 @@ -30,6 +30,8 @@ BuildRequires: python-testrepository Requires: python-pbr Requires: python-pycrypto >= 2.6 +# libvirt-python is only needed for bin/virshbmc +Recommends: libvirt-python >= 1.2.5 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -57,6 +59,7 @@ %doc ChangeLog README LICENSE AUTHORS %{_bindir}/pyghmicons %{_bindir}/pyghmiutil +%{_bindir}/virshbmc %{python_sitelib}/* %changelog ++++++ pyghmi-0.6.15.tar.gz -> pyghmi-0.7.1.tar.gz ++++++ ++++ 4168 lines of diff (skipped)
