14
0

Accepting request 1188795 from home:mnhauke

- Update to version 0.5.0
  What's Changed
  * Migrate to PEP 517 compliant build.
  * Added ignore revs file for tracking commits with bulk sanity
    changes.
  * Add type annotations.
  * Add WSManFaultError.
  * Add new public APIs for header and command output.
  * Fix up subpackages in dist.

OBS-URL: https://build.opensuse.org/request/show/1188795
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pywinrm?expand=0&rev=19
This commit is contained in:
2024-07-20 16:25:11 +00:00
committed by Git OBS Bridge
parent 8ab8538bed
commit 42377f312d
4 changed files with 27 additions and 12 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jul 20 10:29:56 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.5.0
What's Changed
* Migrate to PEP 517 compliant build.
* Added ignore revs file for tracking commits with bulk sanity
changes.
* Add type annotations.
* Add WSManFaultError.
* Add new public APIs for header and command output.
* Fix up subpackages in dist.
-------------------------------------------------------------------
Tue May 9 12:40:08 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>