diff --git a/python-pywbem.changes b/python-pywbem.changes index 1be5353..2efe2fc 100644 --- a/python-pywbem.changes +++ b/python-pywbem.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Apr 14 10:50:52 UTC 2020 - Adam Majer + +- 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). + ------------------------------------------------------------------- Mon Apr 6 11:50:43 UTC 2020 - Adam Majer diff --git a/python-pywbem.spec b/python-pywbem.spec index 0a2a0ad..7444fd0 100644 --- a/python-pywbem.spec +++ b/python-pywbem.spec @@ -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 pip} 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 diff --git a/pywbem-0.17.0.tar.gz b/pywbem-0.17.0.tar.gz deleted file mode 100644 index 0e8122f..0000000 --- a/pywbem-0.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b1a508db023803cf17ecadf6b80b8c10273e41f73ed9efb0ffea11faab62517 -size 4257321 diff --git a/pywbem-0.17.1.tar.gz b/pywbem-0.17.1.tar.gz new file mode 100644 index 0000000..1a0c209 --- /dev/null +++ b/pywbem-0.17.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d956483406e3b394e8fdb3b0e84a55c140acf37aba5f87609606ef20ebaf53a1 +size 4261784