pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-gssapi



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr  9 08:28:39 UTC 2020

Modified Files:
        pkgsrc/security/py-gssapi: Makefile PLIST distinfo

Log Message:
py-gssapi: updated to 1.6.5

v1.6.5: Meyer (patch 5)
Fix python_requires so that python-3.5 users hopefully don't get a version they can't use

v1.6.4: Meyer (patch 4)
Fix missing substitution in inquire_property
Fix DLL handling on Windows with workarounds


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-gssapi/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-gssapi/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-gssapi/distinfo

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-gssapi/Makefile
diff -u pkgsrc/security/py-gssapi/Makefile:1.13 pkgsrc/security/py-gssapi/Makefile:1.14
--- pkgsrc/security/py-gssapi/Makefile:1.13     Sat Mar  7 12:13:41 2020
+++ pkgsrc/security/py-gssapi/Makefile  Thu Apr  9 08:28:39 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/03/07 12:13:41 adam Exp $
+# $NetBSD: Makefile,v 1.14 2020/04/09 08:28:39 adam Exp $
 
-DISTNAME=      gssapi-1.6.2
+DISTNAME=      gssapi-1.6.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gssapi/}

Index: pkgsrc/security/py-gssapi/PLIST
diff -u pkgsrc/security/py-gssapi/PLIST:1.6 pkgsrc/security/py-gssapi/PLIST:1.7
--- pkgsrc/security/py-gssapi/PLIST:1.6 Sat Aug  3 11:42:38 2019
+++ pkgsrc/security/py-gssapi/PLIST     Thu Apr  9 08:28:39 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/08/03 11:42:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/04/09 08:28:39 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -10,6 +10,9 @@ ${PYSITELIB}/gssapi/__init__.pyo
 ${PYSITELIB}/gssapi/_utils.py
 ${PYSITELIB}/gssapi/_utils.pyc
 ${PYSITELIB}/gssapi/_utils.pyo
+${PYSITELIB}/gssapi/_win_config.py
+${PYSITELIB}/gssapi/_win_config.pyc
+${PYSITELIB}/gssapi/_win_config.pyo
 ${PYSITELIB}/gssapi/creds.py
 ${PYSITELIB}/gssapi/creds.pyc
 ${PYSITELIB}/gssapi/creds.pyo

Index: pkgsrc/security/py-gssapi/distinfo
diff -u pkgsrc/security/py-gssapi/distinfo:1.10 pkgsrc/security/py-gssapi/distinfo:1.11
--- pkgsrc/security/py-gssapi/distinfo:1.10     Sat Mar  7 12:13:41 2020
+++ pkgsrc/security/py-gssapi/distinfo  Thu Apr  9 08:28:39 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/03/07 12:13:41 adam Exp $
+$NetBSD: distinfo,v 1.11 2020/04/09 08:28:39 adam Exp $
 
-SHA1 (gssapi-1.6.2.tar.gz) = 071facb98558ec2d9f314bb17fc08f6dc4d7c193
-RMD160 (gssapi-1.6.2.tar.gz) = 8801d273f6392ed4ec44f4ba44595b2d9509d650
-SHA512 (gssapi-1.6.2.tar.gz) = 2f9f1522d61382101808103422f1a7cf629b7a389f1dffac61fa9654ed6274bf01bc05c460484b2fe22322cb02a9f98b2985eb1e1cd1cdfaee9a59eed54303e6
-Size (gssapi-1.6.2.tar.gz) = 1043317 bytes
+SHA1 (gssapi-1.6.5.tar.gz) = 85b10e59da65c39ffcf1ea1b838d98c6572230ee
+RMD160 (gssapi-1.6.5.tar.gz) = f26d008f04b3029b09d0ee4bc0adff6b09ff0a2b
+SHA512 (gssapi-1.6.5.tar.gz) = 4832862b7f24da86af9454d4e128a2bb4b4a31e281cb64b7136aa9b13519c376d5684c3bc9de7dab931a3db3ea2cfe25ea17b9e0e4fc9f1b57c028209227f346
+Size (gssapi-1.6.5.tar.gz) = 1045011 bytes



Home | Main Index | Thread Index | Old Index