commit python-pyspnego for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyspnego for openSUSE:Factory checked in at 2021-11-03 17:25:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyspnego (Old) and /work/SRC/openSUSE:Factory/.python-pyspnego.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-pyspnego" Wed Nov 3 17:25:31 2021 rev:7 rq:928840 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyspnego/python-pyspnego.changes 2021-05-17 18:45:13.404646846 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyspnego.new.1890/python-pyspnego.changes 2021-11-03 17:26:22.173340625 +0100 @@ -1,0 +2,47 @@ +Fri Oct 29 18:44:17 UTC 2021 - Martin Hauke <mardnh@gmx.de> + +- Update to version 0.3.1 + * Do not convert GSSAPI service to lowercase for GSSAPI and + uppercase for SSPI + * SPNs are case insensitive on Windows but case sensitive on + Linux + * Convering the service portion to upper or lower case could + cause problems finding the target server on non-Windows + GSSAPI implementations + +------------------------------------------------------------------- +Mon Oct 25 19:41:06 UTC 2021 - Martin Hauke <mardnh@gmx.de> + +- Update to version 0.3.0 + Packaging Changes + * Changed project structure to a src layout + * Include both Cython pyx/pyd and C files for SSPI in the + sdist generated + * Added Python 3.10 wheel + Bugfixes + * Ensure bad SPNEGO token inputs are raised as InvalidTokenError + rather than struct.error +- Update to version 0.2.0 + Breaking Changes + * Drop support for Python 2.7 and 3.5 - new minimum is 3.6+ + * Made the gss, negotiate, ntlm, sspi exports private, use the + spnego.client and spnego.server functions instead + + A deprecation warning is raised when importing from these + package directly and this will be removed in the next major + release + Features + * Added support for CredSSP authentication using + protocol='credssp' + * Allow optional keyword arguments to be used with spnego.client + and spnego.server to control authentication specific options + Bugfixes + * Use Kerberos API to acquire Kerberos credential to get a + forwardable token in a thread safe manner + * Fix default credential logic when no username is provided + based on GSSAPI rules rather than just the default principal + * Ignore SPNEGO mechListMIC if it contains the same value as + the responseToken due to an old Windows SPNEGO logic bug. + * Do not use SSPI when auth='ntlm' and the password is in the + form {lm_hash}:{nt_hash} + +------------------------------------------------------------------- Old: ---- pyspnego-0.1.6.tar.gz New: ---- pyspnego-0.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyspnego.spec ++++++ --- /var/tmp/diff_new_pack.inOMTD/_old 2021-11-03 17:26:22.809340972 +0100 +++ /var/tmp/diff_new_pack.inOMTD/_new 2021-11-03 17:26:22.809340972 +0100 @@ -18,8 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-pyspnego -Version: 0.1.6 +Version: 0.3.1 Release: 0 Summary: Python SPNEGO authentication library License: MIT ++++++ pyspnego-0.1.6.tar.gz -> pyspnego-0.3.1.tar.gz ++++++ ++++ 26459 lines of diff (skipped)
participants (1)
-
Source-Sync