- Update to 0.17.1:

- Fixed version incompatibilities reported by pip for tox/pluggy,
    ipython/prompt-toolkit, and flake8/pyflakes. (See issue )
  - Fixed the issue where formatting the timezone name of
    a pywbem.MinutesFromUTC object raised NotImplementedError,
    by adding a tzname() method. (see issue )
  - Increased minimum version of ‘six’ from 0.10.0 to 0.12.0
    when on Python 3.8 (or higher). (See issue ).
  - 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 ).

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbem?expand=0&rev=115
This commit is contained in:
Adam Majer 2020-04-14 11:02:15 +00:00 committed by Git OBS Bridge
parent 7edb7d9edc
commit 07560629e3
4 changed files with 21 additions and 6 deletions

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Apr 14 10:50:52 UTC 2020 - Adam Majer <adam.majer@suse.de>
- 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 <adam.majer@suse.de>

@ -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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b1a508db023803cf17ecadf6b80b8c10273e41f73ed9efb0ffea11faab62517
size 4257321

3
pywbem-0.17.1.tar.gz Normal file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d956483406e3b394e8fdb3b0e84a55c140acf37aba5f87609606ef20ebaf53a1
size 4261784