summaryrefslogtreecommitdiff
path: root/security/py-cryptography
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-cryptography')
-rw-r--r--security/py-cryptography/Makefile4
-rw-r--r--security/py-cryptography/PLIST23
-rw-r--r--security/py-cryptography/distinfo10
3 files changed, 26 insertions, 11 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile
index 1f6af17e9e2..e6dcb90ec2e 100644
--- a/security/py-cryptography/Makefile
+++ b/security/py-cryptography/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2018/11/21 10:38:38 adam Exp $
+# $NetBSD: Makefile,v 1.71 2019/01/23 12:21:04 adam Exp $
-DISTNAME= cryptography-2.4.2
+DISTNAME= cryptography-2.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cryptography/}
diff --git a/security/py-cryptography/PLIST b/security/py-cryptography/PLIST
index 219264246ef..778aa061e6f 100644
--- a/security/py-cryptography/PLIST
+++ b/security/py-cryptography/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2018/11/13 11:23:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2019/01/23 12:21:04 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -77,6 +77,9 @@ ${PYSITELIB}/cryptography/hazmat/backends/openssl/utils.pyo
${PYSITELIB}/cryptography/hazmat/backends/openssl/x25519.py
${PYSITELIB}/cryptography/hazmat/backends/openssl/x25519.pyc
${PYSITELIB}/cryptography/hazmat/backends/openssl/x25519.pyo
+${PYSITELIB}/cryptography/hazmat/backends/openssl/x448.py
+${PYSITELIB}/cryptography/hazmat/backends/openssl/x448.pyc
+${PYSITELIB}/cryptography/hazmat/backends/openssl/x448.pyo
${PYSITELIB}/cryptography/hazmat/backends/openssl/x509.py
${PYSITELIB}/cryptography/hazmat/backends/openssl/x509.pyc
${PYSITELIB}/cryptography/hazmat/backends/openssl/x509.pyo
@@ -125,6 +128,9 @@ ${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/utils.pyo
${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/x25519.py
${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/x25519.pyc
${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/x25519.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/x448.py
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/x448.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/asymmetric/x448.pyo
${PYSITELIB}/cryptography/hazmat/primitives/ciphers/__init__.py
${PYSITELIB}/cryptography/hazmat/primitives/ciphers/__init__.pyc
${PYSITELIB}/cryptography/hazmat/primitives/ciphers/__init__.pyo
@@ -182,9 +188,18 @@ ${PYSITELIB}/cryptography/hazmat/primitives/mac.pyo
${PYSITELIB}/cryptography/hazmat/primitives/padding.py
${PYSITELIB}/cryptography/hazmat/primitives/padding.pyc
${PYSITELIB}/cryptography/hazmat/primitives/padding.pyo
-${PYSITELIB}/cryptography/hazmat/primitives/serialization.py
-${PYSITELIB}/cryptography/hazmat/primitives/serialization.pyc
-${PYSITELIB}/cryptography/hazmat/primitives/serialization.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/serialization/__init__.py
+${PYSITELIB}/cryptography/hazmat/primitives/serialization/__init__.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/serialization/__init__.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/serialization/base.py
+${PYSITELIB}/cryptography/hazmat/primitives/serialization/base.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/serialization/base.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/serialization/pkcs12.py
+${PYSITELIB}/cryptography/hazmat/primitives/serialization/pkcs12.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/serialization/pkcs12.pyo
+${PYSITELIB}/cryptography/hazmat/primitives/serialization/ssh.py
+${PYSITELIB}/cryptography/hazmat/primitives/serialization/ssh.pyc
+${PYSITELIB}/cryptography/hazmat/primitives/serialization/ssh.pyo
${PYSITELIB}/cryptography/hazmat/primitives/twofactor/__init__.py
${PYSITELIB}/cryptography/hazmat/primitives/twofactor/__init__.pyc
${PYSITELIB}/cryptography/hazmat/primitives/twofactor/__init__.pyo
diff --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo
index 3f9ff732139..68598545854 100644
--- a/security/py-cryptography/distinfo
+++ b/security/py-cryptography/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.56 2018/11/21 10:38:38 adam Exp $
+$NetBSD: distinfo,v 1.57 2019/01/23 12:21:04 adam Exp $
-SHA1 (cryptography-2.4.2.tar.gz) = dbebf76a5e10eeb3c251bd1a243e0d1dacfda765
-RMD160 (cryptography-2.4.2.tar.gz) = 214468121ab8b90b15cd961eacb0d2567a017af5
-SHA512 (cryptography-2.4.2.tar.gz) = 800735fa86e9ad0f8517328d47e55dc79a2b86d8c7539ee2921c526085782d8dad5559bbee84f7effb42275503fa9a984b099a688c530c92f5672c423c0f1a28
-Size (cryptography-2.4.2.tar.gz) = 468645 bytes
+SHA1 (cryptography-2.5.tar.gz) = 2ea575820db5aa6a2d6691b514692433bcdec5d9
+RMD160 (cryptography-2.5.tar.gz) = a3d143d2a9623345ff50ce2f37eb3e982264cebc
+SHA512 (cryptography-2.5.tar.gz) = 5e8f8818fcaa8143526006b027107b8afbdc925d40c846701e65b2c7ee02235b7e0918246515520ef2030b1c87bb157d0d403c28ad68c31459d677af7e2d0b3f
+Size (cryptography-2.5.tar.gz) = 487694 bytes