Hello community,
here is the log from the commit of package python-ucsmsdk for
openSUSE:Leap:15.2 checked in at 2020-04-28 20:11:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-ucsmsdk (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-ucsmsdk.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ucsmsdk"
Tue Apr 28 20:11:42 2020 rev:6 rq:798306 version:0.9.10
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-ucsmsdk/python-ucsmsdk.changes
2020-03-02 13:24:25.198525128 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-ucsmsdk.new.2738/python-ucsmsdk.changes
2020-04-28 20:11:53.932626647 +0200
@@ -1,0 +2,6 @@
+Fri Apr 24 06:52:36 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.9.10:
+ * Adds support for UCSM release 4.1(1a), 4.1(1b), 4.1(1c)
+
+-------------------------------------------------------------------
Old:
----
ucsmsdk-0.9.9.tar.gz
New:
----
ucsmsdk-0.9.10.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ucsmsdk.spec ++++++
--- /var/tmp/diff_new_pack.aHEuaU/_old 2020-04-28 20:11:55.112629097 +0200
+++ /var/tmp/diff_new_pack.aHEuaU/_new 2020-04-28 20:11:55.112629097 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ucsmsdk
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ucsmsdk
-Version: 0.9.9
+Version: 0.9.10
Release: 0
Summary: Python SDK for Cisco UCS Manager
License: Apache-2.0
-Group: Development/Languages/Python
-Url: https://github.com/CiscoUcs/ucsmsdk
-Source:
https://github.com/CiscoUcs/ucsmsdk/archive/%{version}.tar.gz#/ucsmsdk-%{version}.tar.gz
+URL: https://github.com/CiscoUcs/ucsmsdk
+Source:
https://github.com/CiscoUcs/ucsmsdk/archive/v%{version}.tar.gz#/ucsmsdk-%{version}.tar.gz
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pyOpenSSL}
BuildRequires: %{python_module pyparsing}
@@ -36,9 +35,7 @@
Requires: python-pyparsing
Requires: python-setuptools
Requires: python-six
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-
%python_subpackages
%description
@@ -55,10 +52,10 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python setup.py test
+# skip tests that do string comparison on xml
https://github.com/CiscoUcs/ucsmsdk/issues/188
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
nosetests-%{$python_bin_suffix} -v -e
'(test_001_mo_to_xml|test_001_mo_heirarchy_to_xml|test_001_knownmo_unknownprop|test_002_create_gmo_using_param_dict|test_003_create_gmo_using_param_dict|test_004_create_gmo_using_parent_mo)'
-%files %python_files
-%defattr(-,root,root,-)
+%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/ucsmsdk
++++++ ucsmsdk-0.9.9.tar.gz -> ucsmsdk-0.9.10.tar.gz ++++++
++++ 33641 lines of diff (skipped)