Sun Jan 3 10:27:50 2021 UTC ()
py-gssapi: updated to 1.6.12

Release v1.6.12: Meyer (Patch 12)

Fix GSSAPI detection for macOS Big Sur
Clarify how to disable detection

Release v1.6.11: Meyer (Patch 11)

Fix build on FreeBSD
On FreeBSD, prefer GSSAPI from ports if available
Support python >= 3.8 in test suite by dropping dependency on should_be
Fix malformed S4U tests

Release v1.6.10: Meyer (Patch 10)

Provide python 3.9 Windows wheels
Fix shlex.split on Windows
Removed six package and other older py cleanup values


(adam)
diff -r1.17 -r1.18 pkgsrc/security/py-gssapi/Makefile
diff -r1.13 -r1.14 pkgsrc/security/py-gssapi/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/security/py-gssapi/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-gssapi/Makefile 2020/07/09 13:22:39 1.17
+++ pkgsrc/security/py-gssapi/Makefile 2021/01/03 10:27:50 1.18
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2020/07/09 13:22:39 adam Exp $ 1# $NetBSD: Makefile,v 1.18 2021/01/03 10:27:50 adam Exp $
2 2
3DISTNAME= gssapi-1.6.9 3DISTNAME= gssapi-1.6.12
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= ${MASTER_SITE_PYPI:=g/gssapi/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=g/gssapi/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/pythongssapi/python-gssapi 9HOMEPAGE= https://github.com/pythongssapi/python-gssapi
10COMMENT= Low-level and high-level wrappers around GSSAPI C libraries 10COMMENT= Low-level and high-level wrappers around GSSAPI C libraries
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator 13DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
14DEPENDS+= ${PYPKGPREFIX}-six>=1.4.0:../../lang/py-six 14DEPENDS+= ${PYPKGPREFIX}-six>=1.4.0:../../lang/py-six
15 15
16PYTHON_VERSIONS_INCOMPATIBLE= 27 16PYTHON_VERSIONS_INCOMPATIBLE= 27

cvs diff -r1.13 -r1.14 pkgsrc/security/py-gssapi/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-gssapi/distinfo 2020/07/09 13:22:39 1.13
+++ pkgsrc/security/py-gssapi/distinfo 2021/01/03 10:27:50 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2020/07/09 13:22:39 adam Exp $ 1$NetBSD: distinfo,v 1.14 2021/01/03 10:27:50 adam Exp $
2 2
3SHA1 (gssapi-1.6.9.tar.gz) = 604a4760d786c7f822c8715e8294ee567852aa8e 3SHA1 (gssapi-1.6.12.tar.gz) = 5817ee47680e7638dead42a3de11efb85e312c17
4RMD160 (gssapi-1.6.9.tar.gz) = 1181e1768fe6c6ad575755ecd145bcb8be401141 4RMD160 (gssapi-1.6.12.tar.gz) = a73fcd56200767eeb97a7f318881e9eb8f339f40
5SHA512 (gssapi-1.6.9.tar.gz) = 2fd60b93b255d1bb1ee677739b3f18af4faa370fc8208bba2acc08dea5426926d763d01abab500780256c34092961c56b5b9e4a594bfb2133580fedea6ca14b6 5SHA512 (gssapi-1.6.12.tar.gz) = bfc6154dbed065227d1022218329ace3fde228173d1695c10e293b6c01a36030781afcea50cdd41ace243b6b783542fe828d027e79d4a79ea597b84ea578f90f
6Size (gssapi-1.6.9.tar.gz) = 1062048 bytes 6Size (gssapi-1.6.12.tar.gz) = 1064583 bytes