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.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04418694bdd8
branches:  trunk
changeset: 376760:04418694bdd8
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Mar 08 12:45:34 2018 +0000

description:
py-ntlm-auth: updated to 1.1.0

1.1.0:
Removed DES code as the license was found to be incorrect from the source
Added new DES code not based on the original
Fixed up some deprecation warnings
Changed tests from running unittest to py.test
Changed licence from GPL to MIT as code is not all my own

diffstat:

 security/py-ntlm-auth/Makefile |   8 +++-----
 security/py-ntlm-auth/PLIST    |  14 +-------------
 security/py-ntlm-auth/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 23 deletions(-)

diffs (75 lines):

diff -r 6fa0c12251f6 -r 04418694bdd8 security/py-ntlm-auth/Makefile
--- a/security/py-ntlm-auth/Makefile    Thu Mar 08 11:20:56 2018 +0000
+++ b/security/py-ntlm-auth/Makefile    Thu Mar 08 12:45:34 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/10/31 08:27:03 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/03/08 12:45:34 adam Exp $
 
-DISTNAME=      ntlm-auth-1.0.6
+DISTNAME=      ntlm-auth-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/ntlm-auth/}
@@ -8,9 +8,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/jborean93/ntlm-auth
 COMMENT=       NTLM authentication handler for python-requests
-LICENSE=       gnu-lgpl-v3
-
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
+LICENSE=       mit
 
 USE_LANGUAGES= # none
 
diff -r 6fa0c12251f6 -r 04418694bdd8 security/py-ntlm-auth/PLIST
--- a/security/py-ntlm-auth/PLIST       Thu Mar 08 11:20:56 2018 +0000
+++ b/security/py-ntlm-auth/PLIST       Thu Mar 08 12:45:34 2018 +0000
@@ -1,12 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2017/09/04 18:57:20 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/03/08 12:45:34 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/ntlm_auth/U32.py
-${PYSITELIB}/ntlm_auth/U32.pyc
-${PYSITELIB}/ntlm_auth/U32.pyo
 ${PYSITELIB}/ntlm_auth/__init__.py
 ${PYSITELIB}/ntlm_auth/__init__.pyc
 ${PYSITELIB}/ntlm_auth/__init__.pyo
@@ -25,12 +22,6 @@
 ${PYSITELIB}/ntlm_auth/des.py
 ${PYSITELIB}/ntlm_auth/des.pyc
 ${PYSITELIB}/ntlm_auth/des.pyo
-${PYSITELIB}/ntlm_auth/des_c.py
-${PYSITELIB}/ntlm_auth/des_c.pyc
-${PYSITELIB}/ntlm_auth/des_c.pyo
-${PYSITELIB}/ntlm_auth/des_data.py
-${PYSITELIB}/ntlm_auth/des_data.pyc
-${PYSITELIB}/ntlm_auth/des_data.pyo
 ${PYSITELIB}/ntlm_auth/gss_channel_bindings.py
 ${PYSITELIB}/ntlm_auth/gss_channel_bindings.pyc
 ${PYSITELIB}/ntlm_auth/gss_channel_bindings.pyo
@@ -46,6 +37,3 @@
 ${PYSITELIB}/ntlm_auth/session_security.py
 ${PYSITELIB}/ntlm_auth/session_security.pyc
 ${PYSITELIB}/ntlm_auth/session_security.pyo
-${PYSITELIB}/ntlm_auth/target_info.py
-${PYSITELIB}/ntlm_auth/target_info.pyc
-${PYSITELIB}/ntlm_auth/target_info.pyo
diff -r 6fa0c12251f6 -r 04418694bdd8 security/py-ntlm-auth/distinfo
--- a/security/py-ntlm-auth/distinfo    Thu Mar 08 11:20:56 2018 +0000
+++ b/security/py-ntlm-auth/distinfo    Thu Mar 08 12:45:34 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/10/31 08:27:03 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/03/08 12:45:34 adam Exp $
 
-SHA1 (ntlm-auth-1.0.6.tar.gz) = 18afca8495918a550ec7dc6122d2131d5d8369a4
-RMD160 (ntlm-auth-1.0.6.tar.gz) = fc3d1e06a5cf8fcd57f05194a3f3ed7860efa66a
-SHA512 (ntlm-auth-1.0.6.tar.gz) = 8d4de3faf0577f2963d2716b65fd703dbf9570eaeb0557a69e050cff939a5f0c5d4c96d68aba31df3858254618d4dda3d8bb26e257abea372183a6f664fda9aa
-Size (ntlm-auth-1.0.6.tar.gz) = 29747 bytes
+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



Home | Main Index | Thread Index | Old Index