- Update to version 1.2.0
* Deprecated ntlm_auth.ntlm.Ntlm in favour of
ntlm_auth.ntlm.NtlmContext
This is because Ntlm is heavily geared towards HTTP auth which
is not always the case, `NtlmContext` makes things more generic
Updated docs and tests to reflect this
OBS-URL: https://build.opensuse.org/request/show/661831
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ntlm-auth?expand=0&rev=7
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
||
Fri Dec 28 15:12:54 UTC 2018 - mardnh@gmx.de
|
||
|
||
- Update to version 1.2.0
|
||
* Deprecated ntlm_auth.ntlm.Ntlm in favour of
|
||
ntlm_auth.ntlm.NtlmContext
|
||
This is because Ntlm is heavily geared towards HTTP auth which
|
||
is not always the case, `NtlmContext` makes things more generic
|
||
Updated docs and tests to reflect this
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Dec 4 12:50:55 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||
|
||
- Remove superfluous devel dependency for noarch package
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 10 23:04:02 UTC 2018 - jengelh@inai.de
|
||
|
||
- Remove future goals from description — stick to the present.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Apr 6 09:53:27 UTC 2018 - mardnh@gmx.de
|
||
|
||
- Use tarball from github
|
||
- Run tests
|
||
- Install license using %license macro
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Apr 5 19:56:31 UTC 2018 - mardnh@gmx.de
|
||
|
||
- Initial package, version 1.1.0
|