pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-ntlm-auth
Module Name: pkgsrc
Committed By: adam
Date: Fri Jul 6 07:52:40 UTC 2018
Modified Files:
pkgsrc/security/py-ntlm-auth: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-ntlm-auth/Makefile \
pkgsrc/security/py-ntlm-auth/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-ntlm-auth/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-ntlm-auth/Makefile
diff -u pkgsrc/security/py-ntlm-auth/Makefile:1.3 pkgsrc/security/py-ntlm-auth/Makefile:1.4
--- pkgsrc/security/py-ntlm-auth/Makefile:1.3 Thu Mar 8 12:45:34 2018
+++ pkgsrc/security/py-ntlm-auth/Makefile Fri Jul 6 07:52:40 2018
@@ -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/}
Index: pkgsrc/security/py-ntlm-auth/distinfo
diff -u pkgsrc/security/py-ntlm-auth/distinfo:1.3 pkgsrc/security/py-ntlm-auth/distinfo:1.4
--- pkgsrc/security/py-ntlm-auth/distinfo:1.3 Thu Mar 8 12:45:34 2018
+++ pkgsrc/security/py-ntlm-auth/distinfo Fri Jul 6 07:52:40 2018
@@ -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
Index: pkgsrc/security/py-ntlm-auth/PLIST
diff -u pkgsrc/security/py-ntlm-auth/PLIST:1.2 pkgsrc/security/py-ntlm-auth/PLIST:1.3
--- pkgsrc/security/py-ntlm-auth/PLIST:1.2 Thu Mar 8 12:45:34 2018
+++ pkgsrc/security/py-ntlm-auth/PLIST Fri Jul 6 07:52:40 2018
@@ -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/constants.pyo
${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
Home |
Main Index |
Thread Index |
Old Index