summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2016-02-21 10:47:20 +0000
committerwiz <wiz>2016-02-21 10:47:20 +0000
commit26e40dccaacf5f1fcdaf8d56aff1a49fe16f0226 (patch)
tree9a60a70067767374637f0737336d2235b1c9deb7 /security
parent04d2219a24172c7b0c8c7e9cc917262d3a5ee6f5 (diff)
downloadpkgsrc-26e40dccaacf5f1fcdaf8d56aff1a49fe16f0226.tar.gz
Update py-service_identity to 16.0.0.
16.0.0 (2016-02-18) ------------------- Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Python 3.3 and 2.6 aren't supported anymore. They may work by chance but any effort to keep them working has ceased. The last Python 2.6 release was on October 29, 2013 and isn't supported by the CPython core team anymore. Major Python packages like Django and Twisted dropped Python 2.6 a while ago already. Python 3.3 never had a significant user base and wasn't part of any distribution's LTS release. - pyOpenSSL versions older than 0.14 are not tested anymore. They don't even build with recent OpenSSL versions. Changes: ^^^^^^^^ - Officially support Python 3.5. - ``service_identity.SubjectAltNameWarning`` is now raised if the server certicate lacks a proper ``SubjectAltName``. [`#9 <https://github.com/pyca/service_identity/issues/9>`_] - Add a ``__str__`` method to ``VerificationError``. - Port from ``characteristic`` to its spiritual successor `attrs <https://attrs.readthedocs.org/>`_.
Diffstat (limited to 'security')
-rw-r--r--security/py-service_identity/Makefile8
-rw-r--r--security/py-service_identity/PLIST3
-rw-r--r--security/py-service_identity/distinfo10
3 files changed, 12 insertions, 9 deletions
diff --git a/security/py-service_identity/Makefile b/security/py-service_identity/Makefile
index 85c22e2712e..b01fda60dd8 100644
--- a/security/py-service_identity/Makefile
+++ b/security/py-service_identity/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2015/04/20 07:29:44 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2016/02/21 10:47:20 wiz Exp $
-DISTNAME= service_identity-14.0.0
+DISTNAME= service_identity-16.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
-MASTER_SITES= https://pypi.python.org/packages/source/s/service_identity/
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/service_identity/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/service_identity
@@ -15,5 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-asn1-modules-[0-9]*:../../security/py-asn1-modules
DEPENDS+= ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic
DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not supported as of 16.0.0
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-service_identity/PLIST b/security/py-service_identity/PLIST
index 4430c490ee4..e8aff245565 100644
--- a/security/py-service_identity/PLIST
+++ b/security/py-service_identity/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/20 07:29:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/02/21 10:47:20 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/service_identity/__init__.py
diff --git a/security/py-service_identity/distinfo b/security/py-service_identity/distinfo
index f229f48e1db..dc978b29a7f 100644
--- a/security/py-service_identity/distinfo
+++ b/security/py-service_identity/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:18:05 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/02/21 10:47:20 wiz Exp $
-SHA1 (service_identity-14.0.0.tar.gz) = 10d7e29937f22d516659533f83af1e1427afdbd0
-RMD160 (service_identity-14.0.0.tar.gz) = 234a0b1ef7231d8e1215332f383b9d3073b4052b
-SHA512 (service_identity-14.0.0.tar.gz) = d504ad388defb38a86ca82c8ff9582dbb664a929e4b4ee7f6732b2da5326c33b1764384a8d849972f83ae7800c775daf90c1f3fbc61b8d2c29294f44c7cd36d2
-Size (service_identity-14.0.0.tar.gz) = 26033 bytes
+SHA1 (service_identity-16.0.0.tar.gz) = 42617f5abbd917c663aea58c4628b82e80d245ce
+RMD160 (service_identity-16.0.0.tar.gz) = 02d592f36c659bab4427838001f1cad2c84ac3f6
+SHA512 (service_identity-16.0.0.tar.gz) = 0ffa28b3dece2415a058ec159e4f85f3e86c0de520ed5d6933ec49edca91ccc79a57893ace40d5441455791433828ab55a939e90335dfdee8582627e33a896ae
+Size (service_identity-16.0.0.tar.gz) = 30270 bytes