Overview

Request 1032054 accepted

- Update to 0.6.0
* Drop support for Python 3.6 - new minimum is 3.7+
* Moved setuptools config into pyproject.toml and made Cython a build requirement for Windows
For most users this is a hidden change
If a tool follows the PEP 517 standard, like pip, this build dependency will work automatically
The pre cythonised files are no longer included in the sdist going forward
- Update to 0.5.4
* Fix str of enum values when running in Python 3.11 to be consistent with older versions
* Support gssapi on 1.5.x which comes with RHEL 8.
- Update to 0.5.3
* Fix heap allocation errors when running with heap allocation monitoring on Windows
- Update to 0.5.2
* Added custom MD4 hashing code for NTLM to use.
Newer Linux distributions ship with OpenSSL 3.x which typically disables MD4 breaking the use of hashlib.new('md4', b"")
Using this custom code allows NTLM to continue to work
While it's bad to continue to use older hashing mechanisms in this case there is no valid alternative available
- Update to 0.5.1
* Call gss_inquire_sec_context_by_oid(ctx, spnego_req_mechlistMIC_oid) when using pure NTLM over GSSAPI to ensure the token contains a MIC

Request History
Yogalakshmi Arunachalam's avatar

yarunachalam created request

- Update to 0.6.0
* Drop support for Python 3.6 - new minimum is 3.7+
* Moved setuptools config into pyproject.toml and made Cython a build requirement for Windows
For most users this is a hidden change
If a tool follows the PEP 517 standard, like pip, this build dependency will work automatically
The pre cythonised files are no longer included in the sdist going forward
- Update to 0.5.4
* Fix str of enum values when running in Python 3.11 to be consistent with older versions
* Support gssapi on 1.5.x which comes with RHEL 8.
- Update to 0.5.3
* Fix heap allocation errors when running with heap allocation monitoring on Windows
- Update to 0.5.2
* Added custom MD4 hashing code for NTLM to use.
Newer Linux distributions ship with OpenSSL 3.x which typically disables MD4 breaking the use of hashlib.new('md4', b"")
Using this custom code allows NTLM to continue to work
While it's bad to continue to use older hashing mechanisms in this case there is no valid alternative available
- Update to 0.5.1
* Call gss_inquire_sec_context_by_oid(ctx, spnego_req_mechlistMIC_oid) when using pure NTLM over GSSAPI to ensure the token contains a MIC


Martin Hauke's avatar

mnhauke accepted request

Thanks!

openSUSE Build Service is sponsored by