Changelog for
python310-requests-kerberos-0.14.0-2.3.noarch.rpm :
* Thu Jul 27 2023 Dirk Müller
- tag for python 3.11 to have a matching module for python311-requests
* Sat Dec 11 2021 Dirk Müller - 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
* Tue Feb 05 2019 Thomas Bechtold - update to 0.12.0: - Add support for channel binding tokens - Add support for kerberos message encryption - Misc CI/test fixes
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Mon Aug 21 2017 tbechtoldAATTsuse.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
* Tue Nov 15 2016 dmuellerAATTsuse.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.
* Thu Feb 11 2016 dmuellerAATTsuse.com- fix requires
* Tue Feb 09 2016 tbechtoldAATTsuse.com- Initial packaging (version 0.8.0)