pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-gssapi py-gssapi: updated to 1.6.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c5f26d3bf39
branches:  trunk
changeset: 426944:9c5f26d3bf39
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 09 08:28:39 2020 +0000

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

diffstat:

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

diffs (46 lines):

diff -r b8a1bc2c8d23 -r 9c5f26d3bf39 security/py-gssapi/Makefile
--- a/security/py-gssapi/Makefile       Thu Apr 09 05:59:31 2020 +0000
+++ b/security/py-gssapi/Makefile       Thu Apr 09 08:28:39 2020 +0000
@@ -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/}
diff -r b8a1bc2c8d23 -r 9c5f26d3bf39 security/py-gssapi/PLIST
--- a/security/py-gssapi/PLIST  Thu Apr 09 05:59:31 2020 +0000
+++ b/security/py-gssapi/PLIST  Thu Apr 09 08:28:39 2020 +0000
@@ -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/_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
diff -r b8a1bc2c8d23 -r 9c5f26d3bf39 security/py-gssapi/distinfo
--- a/security/py-gssapi/distinfo       Thu Apr 09 05:59:31 2020 +0000
+++ b/security/py-gssapi/distinfo       Thu Apr 09 08:28:39 2020 +0000
@@ -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