14
0

Accepting request 594019 from home:mnhauke

- Upgrade to version 0.3.0
  * Added support for message encryption over HTTP when using NTLM/Kerberos/CredSSP
  * Added parameter to disable TLSv1.2 when using CredSSP for Server 2008 support
  * Error detail from SOAP fault (if present) is now included with HTTP 500 errors
  * Fixed CA path override (incl envvar)
  * Fixed Kerberos service override
  * Try harder to suppress urllib3 InsecureRequestWarnings on various OSs
  * Fixed timeout values to parse correctly if passed as strings
  * Various updates to CI/tests
- Convert to singlespec

OBS-URL: https://build.opensuse.org/request/show/594019
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pywinrm?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2018-04-06 14:39:01 +00:00
committed by Git OBS Bridge
parent 9fbb7996c3
commit 111c7ae085
5 changed files with 69 additions and 23 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Apr 5 20:24:54 UTC 2018 - mardnh@gmx.de
- Upgrade to version 0.3.0
* Added support for message encryption over HTTP when using NTLM/Kerberos/CredSSP
* Added parameter to disable TLSv1.2 when using CredSSP for Server 2008 support
* Error detail from SOAP fault (if present) is now included with HTTP 500 errors
* Fixed CA path override (incl envvar)
* Fixed Kerberos service override
* Try harder to suppress urllib3 InsecureRequestWarnings on various OSs
* Fixed timeout values to parse correctly if passed as strings
* Various updates to CI/tests
- Convert to singlespec
-------------------------------------------------------------------
Wed Mar 8 22:35:49 UTC 2017 - boris@steki.net