2023-07-27 10:33:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 27 10:32:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- tag for python 3.11 to have a matching module for python311-requests
|
|
|
|
|
2021-12-11 22:29:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 11 22:28:52 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 0.14.0:
|
|
|
|
* Added support for proxy authentication with ``HTTP`` endpoints.
|
|
|
|
* Support for proxying ``HTTPS`` endpoints is not available due to limitations
|
|
|
|
of the underlying requests/urllib3 library.
|
|
|
|
* Fixed up stray bytes to str conversion.
|
|
|
|
* Change Kerberos dependencies to pyspnego_ to modernise the underlying
|
|
|
|
* Removed the ``wrap_winrm`` and ``unwrap_winrm`` functions
|
|
|
|
* Dropped support for Python 2 and raised minimum Python version to 3.6.
|
|
|
|
* Renamed the ``context`` attribute to ``_context`` to indicate it's meant for
|
|
|
|
internal use only.
|
|
|
|
* Fix Negotiate header regex pattern to avoid DoS affected patterns
|
|
|
|
|
2019-02-05 05:18:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 5 05:17:02 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
|
|
|
|
|
|
|
- update to 0.12.0:
|
|
|
|
- Add support for channel binding tokens
|
|
|
|
- Add support for kerberos message encryption
|
|
|
|
- Misc CI/test fixes
|
|
|
|
|
2018-12-04 13:59:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:53:46 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2017-08-21 17:05:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 21 17:02:14 UTC 2017 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- update to 0.11.0:
|
|
|
|
* add license title
|
|
|
|
* Swap kerberos-sspi with winkerberos.
|
|
|
|
* Add WinKerberos-specific blurb for custom principal.
|
|
|
|
* v0.11.0
|
|
|
|
* Revert "Merge pull request #73 from rbcarson/windows-principal-workaround-71"
|
|
|
|
* Require at least WinKerberos 0.4.0.
|
|
|
|
* Require at least WinKerberos 0.5.0.
|
|
|
|
* Bring back reverted fixes.
|
|
|
|
- convert to singlespec
|
|
|
|
|
2016-11-15 09:33:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 15 09:32:18 UTC 2016 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 0.10.0:
|
|
|
|
- Make it possible to receive errors without having their contents and headers
|
|
|
|
stripped.
|
|
|
|
- Resolve a bug caused by passing the ``principal`` keyword argument to
|
|
|
|
kerberos-sspi on Windows.
|
|
|
|
- Support for principal, hostname, and realm override.
|
|
|
|
- Added support for mutual auth.
|
|
|
|
|
2016-02-11 07:37:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 11 07:37:39 UTC 2016 - dmueller@suse.com
|
|
|
|
|
|
|
|
- fix requires
|
|
|
|
|
2016-02-09 15:08:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 9 14:17:54 UTC 2016 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- Initial packaging (version 0.8.0)
|
|
|
|
|