Path to this page:
Subject: CVS commit: pkgsrc/security/py-requests-kerberos
From: Adam Ciarcinski
Date: 2023-08-03 10:20:54
Message id: 20230803082055.013F4FBDB@cvs.NetBSD.org
Log Message:
py-requests-kerberos: updated to 0.14.0
0.14.0: 2021-12-05
------------------
- 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.
0.13.0: 2021-11-03
------------------
- Change Kerberos dependencies to pyspnego_ to modernise the underlying
Kerberos library that is used.
- 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
Files: