Fri Jul 6 07:52:40 2018 UTC ()
py-ntlm-auth: updated to 1.2.0

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
Dropped support for Python 3.3


(adam)
diff -r1.3 -r1.4 pkgsrc/security/py-ntlm-auth/Makefile
diff -r1.3 -r1.4 pkgsrc/security/py-ntlm-auth/distinfo
diff -r1.2 -r1.3 pkgsrc/security/py-ntlm-auth/PLIST

cvs diff -r1.3 -r1.4 pkgsrc/security/py-ntlm-auth/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-ntlm-auth/Makefile 2018/03/08 12:45:34 1.3
+++ pkgsrc/security/py-ntlm-auth/Makefile 2018/07/06 07:52:40 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2018/03/08 12:45:34 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2018/07/06 07:52:40 adam Exp $
2 2
3DISTNAME= ntlm-auth-1.1.0 3DISTNAME= ntlm-auth-1.2.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= ${MASTER_SITE_PYPI:=n/ntlm-auth/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=n/ntlm-auth/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/jborean93/ntlm-auth 9HOMEPAGE= https://github.com/jborean93/ntlm-auth
10COMMENT= NTLM authentication handler for python-requests 10COMMENT= NTLM authentication handler for python-requests
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/security/py-ntlm-auth/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-ntlm-auth/distinfo 2018/03/08 12:45:34 1.3
+++ pkgsrc/security/py-ntlm-auth/distinfo 2018/07/06 07:52:40 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2018/03/08 12:45:34 adam Exp $ 1$NetBSD: distinfo,v 1.4 2018/07/06 07:52:40 adam Exp $
2 2
3SHA1 (ntlm-auth-1.1.0.tar.gz) = fefd890f63524ab366e665573006e73e5dfa7a94 3SHA1 (ntlm-auth-1.2.0.tar.gz) = ab4abe0e040a8eaada36e0dd1791f99fc760e4c3
4RMD160 (ntlm-auth-1.1.0.tar.gz) = 9b704c68d62fd322939f1ced74f9d4b5b0a1cfeb 4RMD160 (ntlm-auth-1.2.0.tar.gz) = 11dbc5497f83ba9bf5d6fe765ade7391c60a18bf
5SHA512 (ntlm-auth-1.1.0.tar.gz) = 663f8bdec05eb9592b06a1c020fda48e392425e3804888827e948254c840d1cf9e56bb8f4bc3f236a9c5693856d7968983ae9e16c8ca5591dcbacf5162a96e0d 5SHA512 (ntlm-auth-1.2.0.tar.gz) = 226476677fb775fc480282f5e12bfa3249479ea5b7d2a4c1df00db3280cf58b804e7724f1df0b47b12233a07289e129dc7f3ace3c9a61f5c62b4e74294626ca0
6Size (ntlm-auth-1.1.0.tar.gz) = 24740 bytes 6Size (ntlm-auth-1.2.0.tar.gz) = 24833 bytes

cvs diff -r1.2 -r1.3 pkgsrc/security/py-ntlm-auth/PLIST (expand / switch to unified diff)

--- pkgsrc/security/py-ntlm-auth/PLIST 2018/03/08 12:45:34 1.2
+++ pkgsrc/security/py-ntlm-auth/PLIST 2018/07/06 07:52:40 1.3
@@ -1,37 +1,40 @@ @@ -1,37 +1,40 @@
1@comment $NetBSD: PLIST,v 1.2 2018/03/08 12:45:34 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2018/07/06 07:52:40 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 5${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/ntlm_auth/__init__.py 7${PYSITELIB}/ntlm_auth/__init__.py
8${PYSITELIB}/ntlm_auth/__init__.pyc 8${PYSITELIB}/ntlm_auth/__init__.pyc
9${PYSITELIB}/ntlm_auth/__init__.pyo 9${PYSITELIB}/ntlm_auth/__init__.pyo
10${PYSITELIB}/ntlm_auth/compute_hash.py 10${PYSITELIB}/ntlm_auth/compute_hash.py
11${PYSITELIB}/ntlm_auth/compute_hash.pyc 11${PYSITELIB}/ntlm_auth/compute_hash.pyc
12${PYSITELIB}/ntlm_auth/compute_hash.pyo 12${PYSITELIB}/ntlm_auth/compute_hash.pyo
13${PYSITELIB}/ntlm_auth/compute_keys.py 13${PYSITELIB}/ntlm_auth/compute_keys.py
14${PYSITELIB}/ntlm_auth/compute_keys.pyc 14${PYSITELIB}/ntlm_auth/compute_keys.pyc
15${PYSITELIB}/ntlm_auth/compute_keys.pyo 15${PYSITELIB}/ntlm_auth/compute_keys.pyo
16${PYSITELIB}/ntlm_auth/compute_response.py 16${PYSITELIB}/ntlm_auth/compute_response.py
17${PYSITELIB}/ntlm_auth/compute_response.pyc 17${PYSITELIB}/ntlm_auth/compute_response.pyc
18${PYSITELIB}/ntlm_auth/compute_response.pyo 18${PYSITELIB}/ntlm_auth/compute_response.pyo
19${PYSITELIB}/ntlm_auth/constants.py 19${PYSITELIB}/ntlm_auth/constants.py
20${PYSITELIB}/ntlm_auth/constants.pyc 20${PYSITELIB}/ntlm_auth/constants.pyc
21${PYSITELIB}/ntlm_auth/constants.pyo 21${PYSITELIB}/ntlm_auth/constants.pyo
22${PYSITELIB}/ntlm_auth/des.py 22${PYSITELIB}/ntlm_auth/des.py
23${PYSITELIB}/ntlm_auth/des.pyc 23${PYSITELIB}/ntlm_auth/des.pyc
24${PYSITELIB}/ntlm_auth/des.pyo 24${PYSITELIB}/ntlm_auth/des.pyo
 25${PYSITELIB}/ntlm_auth/exceptions.py
 26${PYSITELIB}/ntlm_auth/exceptions.pyc
 27${PYSITELIB}/ntlm_auth/exceptions.pyo
25${PYSITELIB}/ntlm_auth/gss_channel_bindings.py 28${PYSITELIB}/ntlm_auth/gss_channel_bindings.py
26${PYSITELIB}/ntlm_auth/gss_channel_bindings.pyc 29${PYSITELIB}/ntlm_auth/gss_channel_bindings.pyc
27${PYSITELIB}/ntlm_auth/gss_channel_bindings.pyo 30${PYSITELIB}/ntlm_auth/gss_channel_bindings.pyo
28${PYSITELIB}/ntlm_auth/messages.py 31${PYSITELIB}/ntlm_auth/messages.py
29${PYSITELIB}/ntlm_auth/messages.pyc 32${PYSITELIB}/ntlm_auth/messages.pyc
30${PYSITELIB}/ntlm_auth/messages.pyo 33${PYSITELIB}/ntlm_auth/messages.pyo
31${PYSITELIB}/ntlm_auth/ntlm.py 34${PYSITELIB}/ntlm_auth/ntlm.py
32${PYSITELIB}/ntlm_auth/ntlm.pyc 35${PYSITELIB}/ntlm_auth/ntlm.pyc
33${PYSITELIB}/ntlm_auth/ntlm.pyo 36${PYSITELIB}/ntlm_auth/ntlm.pyo
34${PYSITELIB}/ntlm_auth/rc4.py 37${PYSITELIB}/ntlm_auth/rc4.py
35${PYSITELIB}/ntlm_auth/rc4.pyc 38${PYSITELIB}/ntlm_auth/rc4.pyc
36${PYSITELIB}/ntlm_auth/rc4.pyo 39${PYSITELIB}/ntlm_auth/rc4.pyo
37${PYSITELIB}/ntlm_auth/session_security.py 40${PYSITELIB}/ntlm_auth/session_security.py