14
0

Accepting request 970060 from home:pgajdos:python

- version update to 0.4.3
  * Fix invalid regex escape sequences.
  * Decoding CLIXML failures for run_ps will create a UserWarning rather than printing the warning.
  * Remove usage of deprecated Python API to support Python 3.11
- do not require mock for build

OBS-URL: https://build.opensuse.org/request/show/970060
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pywinrm?expand=0&rev=15
This commit is contained in:
2022-04-14 08:38:07 +00:00
committed by Git OBS Bridge
parent 796fcbbaf2
commit 7b7447b190
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 14 06:48:11 UTC 2022 - pgajdos@suse.com
- version update to 0.4.3
* Fix invalid regex escape sequences.
* Decoding CLIXML failures for run_ps will create a UserWarning rather than printing the warning.
* Remove usage of deprecated Python API to support Python 3.11
- do not require mock for build
-------------------------------------------------------------------
Sat Oct 16 22:18:50 UTC 2021 - Dirk Müller <dmueller@suse.com>