pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-ntlm-auth py-ntlm-auth: updated to 1.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/376344ceffc6
branches:  trunk
changeset: 382517:376344ceffc6
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 06 07:52:40 2018 +0000

description:
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

diffstat:

 security/py-ntlm-auth/Makefile |   4 ++--
 security/py-ntlm-auth/PLIST    |   5 ++++-
 security/py-ntlm-auth/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 6d10ab349d56 -r 376344ceffc6 security/py-ntlm-auth/Makefile
--- a/security/py-ntlm-auth/Makefile    Fri Jul 06 07:51:21 2018 +0000
+++ b/security/py-ntlm-auth/Makefile    Fri Jul 06 07:52:40 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/03/08 12:45:34 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/07/06 07:52:40 adam Exp $
 
-DISTNAME=      ntlm-auth-1.1.0
+DISTNAME=      ntlm-auth-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/ntlm-auth/}
diff -r 6d10ab349d56 -r 376344ceffc6 security/py-ntlm-auth/PLIST
--- a/security/py-ntlm-auth/PLIST       Fri Jul 06 07:51:21 2018 +0000
+++ b/security/py-ntlm-auth/PLIST       Fri Jul 06 07:52:40 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/03/08 12:45:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/07/06 07:52:40 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -22,6 +22,9 @@
 ${PYSITELIB}/ntlm_auth/des.py
 ${PYSITELIB}/ntlm_auth/des.pyc
 ${PYSITELIB}/ntlm_auth/des.pyo
+${PYSITELIB}/ntlm_auth/exceptions.py
+${PYSITELIB}/ntlm_auth/exceptions.pyc
+${PYSITELIB}/ntlm_auth/exceptions.pyo
 ${PYSITELIB}/ntlm_auth/gss_channel_bindings.py
 ${PYSITELIB}/ntlm_auth/gss_channel_bindings.pyc
 ${PYSITELIB}/ntlm_auth/gss_channel_bindings.pyo
diff -r 6d10ab349d56 -r 376344ceffc6 security/py-ntlm-auth/distinfo
--- a/security/py-ntlm-auth/distinfo    Fri Jul 06 07:51:21 2018 +0000
+++ b/security/py-ntlm-auth/distinfo    Fri Jul 06 07:52:40 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/03/08 12:45:34 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/07/06 07:52:40 adam Exp $
 
-SHA1 (ntlm-auth-1.1.0.tar.gz) = fefd890f63524ab366e665573006e73e5dfa7a94
-RMD160 (ntlm-auth-1.1.0.tar.gz) = 9b704c68d62fd322939f1ced74f9d4b5b0a1cfeb
-SHA512 (ntlm-auth-1.1.0.tar.gz) = 663f8bdec05eb9592b06a1c020fda48e392425e3804888827e948254c840d1cf9e56bb8f4bc3f236a9c5693856d7968983ae9e16c8ca5591dcbacf5162a96e0d
-Size (ntlm-auth-1.1.0.tar.gz) = 24740 bytes
+SHA1 (ntlm-auth-1.2.0.tar.gz) = ab4abe0e040a8eaada36e0dd1791f99fc760e4c3
+RMD160 (ntlm-auth-1.2.0.tar.gz) = 11dbc5497f83ba9bf5d6fe765ade7391c60a18bf
+SHA512 (ntlm-auth-1.2.0.tar.gz) = 226476677fb775fc480282f5e12bfa3249479ea5b7d2a4c1df00db3280cf58b804e7724f1df0b47b12233a07289e129dc7f3ace3c9a61f5c62b4e74294626ca0
+Size (ntlm-auth-1.2.0.tar.gz) = 24833 bytes



Home | Main Index | Thread Index | Old Index