Hello community, here is the log from the commit of package python-pywbem for openSUSE:Factory checked in at 2020-04-15 19:53:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pywbem (Old) and /work/SRC/openSUSE:Factory/.python-pywbem.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pywbem" Wed Apr 15 19:53:48 2020 rev:13 rq:793830 version:0.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pywbem/python-pywbem.changes 2020-04-09 23:14:11.586200739 +0200 +++ /work/SRC/openSUSE:Factory/.python-pywbem.new.2738/python-pywbem.changes 2020-04-15 19:53:51.477581759 +0200 @@ -1,0 +2,14 @@ +Tue Apr 14 10:50:52 UTC 2020 - Adam Majer <[email protected]> + +- Update to 0.17.1: + - Fixed version incompatibilities reported by pip for tox/pluggy, + ipython/prompt-toolkit, and flake8/pyflakes. (See issue #2153) + - Fixed the issue where formatting the timezone name of + a pywbem.MinutesFromUTC object raised NotImplementedError, + by adding a tzname() method. (see issue #2160) + - Increased minimum version of ‘six’ from 0.10.0 to 0.12.0 + when on Python 3.8 (or higher). (See issue #2150). + - Increased minimum version of ‘setuptools’ on Python 3.7 + to 38.4.1 to fix a bug with new format of .pyc files. (See issue #2167). + +------------------------------------------------------------------- Old: ---- pywbem-0.17.0.tar.gz New: ---- pywbem-0.17.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pywbem.spec ++++++ --- /var/tmp/diff_new_pack.WSWF7X/_old 2020-04-15 19:53:54.729583226 +0200 +++ /var/tmp/diff_new_pack.WSWF7X/_new 2020-04-15 19:53:54.729583226 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pywbem -Version: 0.17.0 +Version: 0.17.1 Release: 0 Summary: Python module for making CIM operation calls using the WBEM protocol License: LGPL-2.1-or-later @@ -38,9 +38,10 @@ BuildRequires: %{python_module ply} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-cov} +BuildRequires: %{python_module pytz} BuildRequires: %{python_module requests} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} +BuildRequires: %{python_module setuptools} >= 38.4.1 +BuildRequires: %{python_module six} >= 0.12.0 BuildRequires: %{python_module testfixtures} BuildRequires: %{python_module yamlloader} BuildRequires: fdupes ++++++ pywbem-0.17.0.tar.gz -> pywbem-0.17.1.tar.gz ++++++ ++++ 1771 lines of diff (skipped)
