14
0

Accepting request 477839 from home:bmanojlovic:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/477839
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pywinrm?expand=0&rev=2
This commit is contained in:
Jan Matejek
2017-03-13 18:37:40 +00:00
committed by Git OBS Bridge
parent 4d523d7675
commit 9fbb7996c3
4 changed files with 39 additions and 14 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Mar 8 22:35:49 UTC 2017 - boris@steki.net
- upgraded to pypi released source 0.2.2
+ Added support for CredSSP authenication (via requests-credssp)
+ Improved README, see 'Valid transport options' section
+ Run unit tests on Linux / Travis CI on Python 2.6-2.7, 3.3-3.6, PyPy2
+ Run integration tests on Windows / AppVeyor on Python 2.7, 3.3-3.5
+ Drop support for Python 3.0-3.2 due to lack of explicit unicode literal, see pep-0414
+ Drop support for Python 2.6 on Windows
+ Add support for Python 3.6-dev on Linux
+ Force basic auth header to avoid additional HTTP request and reduce latency
+ Python 2.7.9+. Allow server cert validation to be ignored using SSLContext.verify_mode
+ Tests. Enable Python 3.4, 3.5 on Travis CI
+ Use xmltodict instead of not supported xmlwitch
+ Add certificate authentication support
+ Setup PyPI classifiers
+ Fix. Include UUID when sending request
+ Fix. Python 2.6.6/CentOS. Use tuples instead of lists in setup.py
+ Fix. Python 2.6. String formatting
+ Handle unauthorized response and raise UnauthorizeError
+ Convert different forms of short urls into full well-formed endpoint
+ Add Session.run_ps() helper to execute PowerShell scripts
+ Use pandoc for README.md to rst conversion for PyPI
-------------------------------------------------------------------
Wed Sep 10 12:35:17 UTC 2014 - boris@steki.net