Commit Graph

17 Commits

Author SHA256 Message Date
ca60dbe19f - Update to 0.17.2:
- Fixed raise error for invalid reference_direction in
    WBEMServer.get_central_instances(). (See issue #2187)
  - Fixed raise error for missing ports in WBEMListener.__init__().
    (See issue #2188)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbem?expand=0&rev=116
2020-05-13 12:42:53 +00:00
7273b605a3 - 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).

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbem?expand=0&rev=115
2020-04-14 11:02:15 +00:00
20522a3172 - Update to 0.17.0:
- Dev: Fixed installation of Jupyter Notebook on Python 3.4 by defining
    the appropriate minimum versions of the ipython package,
    per Python version. (See issue #2135)
  - Changed the HTTPS support of pywbem.WBEMListener from using
    the deprecated ssl.wrap_socket() function to using the
    ssl.SSLContext class that was introduced in Python 2.7.9.
    This causes more secure SSL settings to be used.
    (See issue #2002)
  - Renamed all sub-modules within the pywbem namespace so they are
    now private (i.e. with a leading underscore).
    This has been done for consistency with the upcoming 1.0.0
    version of pywbem (See issue #1925)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbem?expand=0&rev=114
2020-04-06 12:03:14 +00:00
610657e715 - Update to 0.16.0:
- Silenced the MOFCompiler class for verbose=False.
  - Fixed that the MOFCompiler could be created with handle=None to
    work against a local repository. It was documented that way,
    but failed with AttributeError
  - Fixed the error that the MOF compilation of a class could fail but
    the error was not surfaced. This only happened when the MOF compiler
    was invoked against a WBEM server, when the class already existed,
    and when the ModifyClass operation that was attempted in
    this case, failed.
  - Fixed that the CIM-XML payload in log entries was spread over
    multiple lines. The payload is now escaped as a single-line
    Python string.
  - Fixed handling of Unicode string in ca_certs parm of
    WBEMConnection on py2
- removed upstreamed patches:
  - silenced_MOFCompiler.patch
  - unittest2-just-say-no.patch
  - replace-yamlordereddictloader-w-yamlloader.patch

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbem?expand=0&rev=113
2020-04-02 17:33:41 +00:00
1dc6386e77 Add missing patch reference to .changes
-fix unit tests (unittest2-just-say-no.patch)

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbem?expand=0&rev=112
2019-12-09 16:37:14 +00:00
6792f9f5dc Accepting request 755295 from home:mcepl:branches:systemsmanagement:wbem
- Add replace-yamlordereddictloader-w-yamlloader.patch which can
  allow us to kick off deprecated yamlordereddictloader module
  from Factory again. gh#pywbem/pywbem#2022

- Add silenced_MOFCompiler.patch so we can unexclude some more
  tests.

- Update to 0.15.0:
  - This release deprecates the wbemcli command. Pywbem 1.0.0
    will remove the wbemcli command. The recommended replacement
    is the pywbemcli command from the pywbemtools package on
    Pypi: https://pypi.org/project/pywbemtools/
  - Further changes are presented on
    https://pywbem.readthedocs.io/en/stable_0.15/changes.html#pywbem-0-15-0
  - Depends on the acceptance of bdo#754686
  - Many many tests need to be switched off (gh#pywbem/pywbem#2004)

OBS-URL: https://build.opensuse.org/request/show/755295
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbem?expand=0&rev=111
2019-12-09 16:29:56 +00:00
bef46177c4 Accepting request 752344 from home:adamm:branches:Base:System
- Add missing dependency on python-pbr

OBS-URL: https://build.opensuse.org/request/show/752344
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbem?expand=0&rev=110
2019-11-29 11:59:20 +00:00
dda6425bc4 - Cleanup specfile
- Install license correctly

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbem?expand=0&rev=109
2019-11-27 09:52:27 +00:00
dc37d8a1f4 Accepting request 751172 from home:StevenK:branches:systemsmanagement:wbem
- Update to version 0.14.6:
  Lots of changes, additions, and deprecations, see full list at:
  https://pywbem.readthedocs.io/en/stable_0.14/changes.html#pywbem-0-14-6

OBS-URL: https://build.opensuse.org/request/show/751172
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbem?expand=0&rev=108
2019-11-27 09:47:09 +00:00
5636bbb02f Accepting request 563855 from home:adamm:branches:systemsmanagement:wbem
- Fix another lost dependency. Need ssl module which python-base
  does not provide. (bnc#1072564)

OBS-URL: https://build.opensuse.org/request/show/563855
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbem?expand=0&rev=107
2018-01-12 19:00:12 +00:00
0834fdf817 Accepting request 541772 from home:pluskalm:branches:systemsmanagement:wbem
- Fix lost dependency

OBS-URL: https://build.opensuse.org/request/show/541772
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbem?expand=0&rev=106
2017-11-14 10:33:55 +00:00
d199d5b821 Accepting request 539908 from home:pluskalm:branches:systemsmanagement:wbem
- Update to version 0.11.0:
  * Some new functionality such as:
    + Added the MOF compiler API to the pywbem namespace.
    + Add operation statistics gathering experimental.
    + Documentation improvements
  * Lots of bugfixes
  * For full list of changes see:
    https://pywbem.readthedocs.io/en/latest/changes.html#pywbem-v0-11-0
- Convert to python singlespec

OBS-URL: https://build.opensuse.org/request/show/539908
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbem?expand=0&rev=105
2017-11-08 16:03:28 +00:00
dcbdf2a891 Accepting request 508057 from home:jengelh:branches:systemsmanagement:wbem
- Remove redundant cleaning actions.
remove a whitespace

OBS-URL: https://build.opensuse.org/request/show/508057
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python-pywbem?expand=0&rev=104
2017-07-04 12:31:28 +00:00
22391f267f Accepting request 507573 from systemsmanagement:wbem
1

OBS-URL: https://build.opensuse.org/request/show/507573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pywbem?expand=0&rev=5
2017-07-04 07:07:20 +00:00
Stephan Kulow
e03b02364b Accepting request 223717 from devel:languages:python
For SLE12
- provide 'pywbem' for upstream compatibility (forwarded request 223705 from kwk)

OBS-URL: https://build.opensuse.org/request/show/223717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pywbem?expand=0&rev=3
2014-02-25 06:34:08 +00:00
Stephan Kulow
af7cb4a052 Accepting request 213288 from devel:languages:python
- Added pywbem-ipv6.patch: IPv6 support taken from systemsmanagement:wbem

- Don't remove buildroot in install section

OBS-URL: https://build.opensuse.org/request/show/213288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pywbem?expand=0&rev=2
2014-01-09 14:34:39 +00:00
Stephan Kulow
95ca8aab36 Accepting request 208642 from devel:languages:python
please re-add, it's not so obsolete as I thought

OBS-URL: https://build.opensuse.org/request/show/208642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pywbem?expand=0&rev=1
2013-11-30 13:22:38 +00:00