2019-11-04 08:23:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 3 14:20:27 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
- Update to version 0.4.0
|
|
|
|
* Ensure server_cert_validation=ignore supersedes
|
|
|
|
ca_trust_path/env overrides.
|
|
|
|
* Added deprecated warnings if CA trusts defined by environment
|
|
|
|
variables are used.
|
|
|
|
* Set minimum version of requests-credssp to support Kerberos
|
|
|
|
auth over CredSSP and other changes.
|
|
|
|
* Added proxy support where it can be defined within the
|
|
|
|
application, with the ability to specify the proxy within the
|
|
|
|
application.
|
|
|
|
* Fix for shell not setting all environment variables.
|
|
|
|
* Fix session clixml encoding on Python 3.
|
|
|
|
* Protocol.close_shell(shell_id) will now close the session(and
|
|
|
|
TCP connections) to the Windows machine. close_session option
|
|
|
|
has been added in case of leaving the session alone.
|
|
|
|
* Add a function to send input to a running process.
|
|
|
|
- Use tarball from github instead of pypi
|
|
|
|
- Drop not longer needed file LICENSE (it's part of the upstream
|
|
|
|
tarball
|
|
|
|
- Add %{python_module kerberos} to BuildRequires since it's used
|
|
|
|
in some tests
|
|
|
|
|
2018-12-04 13:57:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:53:23 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-04-06 14:39:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2017-03-13 18:37:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
|
|
|
|
2014-09-12 15:56:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 10 12:35:17 UTC 2014 - boris@steki.net
|
|
|
|
|
|
|
|
- initial packaging
|
|
|
|
|