From 07560629e3a1e4bed579f6ea1129c0c6815636e6bc4f77f83453f25726e5087c Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Tue, 14 Apr 2020 11:02:15 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=200.17.1:=20=20=20-=20Fixed=20v?= =?UTF-8?q?ersion=20incompatibilities=20reported=20by=20pip=20for=20tox/pl?= =?UTF-8?q?uggy,=20=20=20=20=20ipython/prompt-toolkit,=20and=20flake8/pyfl?= =?UTF-8?q?akes.=20(See=20issue=20#2153)=20=20=20-=20Fixed=20the=20issue?= =?UTF-8?q?=20where=20formatting=20the=20timezone=20name=20of=20=20=20=20?= =?UTF-8?q?=20a=20pywbem.MinutesFromUTC=20object=20raised=20NotImplemented?= =?UTF-8?q?Error,=20=20=20=20=20by=20adding=20a=20tzname()=20method.=20(se?= =?UTF-8?q?e=20issue=20#2160)=20=20=20-=20Increased=20minimum=20version=20?= =?UTF-8?q?of=20=E2=80=98six=E2=80=99=20from=200.10.0=20to=200.12.0=20=20?= =?UTF-8?q?=20=20=20when=20on=20Python=203.8=20(or=20higher).=20(See=20iss?= =?UTF-8?q?ue=20#2150).=20=20=20-=20Increased=20minimum=20version=20of=20?= =?UTF-8?q?=E2=80=98setuptools=E2=80=99=20on=20Python=203.7=20=20=20=20=20?= =?UTF-8?q?to=2038.4.1=20to=20fix=20a=20bug=20with=20new=20format=20of=20.?= =?UTF-8?q?pyc=20files.=20(See=20issue=20#2167).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbem?expand=0&rev=115 --- python-pywbem.changes | 14 ++++++++++++++ python-pywbem.spec | 7 ++++--- pywbem-0.17.0.tar.gz | 3 --- pywbem-0.17.1.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 pywbem-0.17.0.tar.gz create mode 100644 pywbem-0.17.1.tar.gz 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