Hello community,
here is the log from the commit of package python-softlayer for
openSUSE:Factory checked in at 2019-09-11 10:35:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-softlayer (Old)
and /work/SRC/openSUSE:Factory/.python-softlayer.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-softlayer"
Wed Sep 11 10:35:24 2019 rev:6 rq:729770 version:5.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-softlayer/python-softlayer.changes
2019-05-07 23:19:38.245007216 +0200
+++
/work/SRC/openSUSE:Factory/.python-softlayer.new.7948/python-softlayer.changes
2019-09-11 10:35:24.851295864 +0200
@@ -1,0 +2,8 @@
+Tue Sep 10 10:15:52 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Bump to 5.8.0:
+ * use prompt_toolkit >= 2.0
+ * various tests/documentation improvements
+ * Removed legacy loadbalancer command
+
+-------------------------------------------------------------------
Old:
----
v5.7.2.tar.gz
New:
----
v5.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-softlayer.spec ++++++
--- /var/tmp/diff_new_pack.D9hZaf/_old 2019-09-11 10:35:25.283295738 +0200
+++ /var/tmp/diff_new_pack.D9hZaf/_new 2019-09-11 10:35:25.283295738 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-softlayer
-Version: 5.7.2
+Version: 5.8.0
Release: 0
Summary: A set of Python libraries that assist in calling the SoftLayer
API
License: MIT
@@ -28,10 +28,10 @@
BuildRequires: %{python_module PrettyTable >= 0.7.0}
BuildRequires: %{python_module click}
BuildRequires: %{python_module mock}
-BuildRequires: %{python_module prompt_toolkit >= 0.5.3}
+BuildRequires: %{python_module prompt_toolkit >= 2}
BuildRequires: %{python_module pygments >= 2.0.0}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module requests >= 2.18.4}
+BuildRequires: %{python_module requests >= 2.20.0}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.7.0}
BuildRequires: %{python_module testtools}
@@ -40,9 +40,9 @@
BuildRequires: python-rpm-macros
Requires: python-PrettyTable >= 0.7.0
Requires: python-click
-Requires: python-prompt_toolkit >= 0.5.3
+Requires: python-prompt_toolkit >= 2
Requires: python-pygments >= 2.0.0
-Requires: python-requests >= 2.18.4
+Requires: python-requests >= 2.20.0
Requires: python-setuptools
Requires: python-six >= 1.7.0
Requires: python-urllib3 >= 1.24
@@ -60,8 +60,8 @@
%install
%python_install
# do not install tests
-%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests/
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
++++++ v5.7.2.tar.gz -> v5.8.0.tar.gz ++++++
++++ 7479 lines of diff (skipped)