diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-08 15:22:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-08 15:22:03 +0000 |
commit | 78632cecfd58d35dde819e6071679466a987c972 (patch) | |
tree | 9c8914017f500cae0a91516bcb8037d90546abcb /security/py-cryptography | |
parent | 426f75ba55ddd347451011448d615e2c38d96feb (diff) | |
download | pkgsrc-78632cecfd58d35dde819e6071679466a987c972.tar.gz |
Update py-cryptography to 1.3.1.
1.3.1 - 2016-03-21
~~~~~~~~~~~~~~~~~~
* Fixed a bug that caused an ``AttributeError`` when using ``mock`` to patch
some ``cryptography`` modules.
1.3 - 2016-03-18
~~~~~~~~~~~~~~~~
* Added support for padding ANSI X.923 with
:class:`~cryptography.hazmat.primitives.padding.ANSIX923`.
* Deprecated support for OpenSSL 0.9.8. Support will be removed in
``cryptography`` 1.4.
* Added support for the :class:`~cryptography.x509.PolicyConstraints`
X.509 extension including both parsing and generation using
:class:`~cryptography.x509.CertificateBuilder` and
:class:`~cryptography.x509.CertificateSigningRequestBuilder`.
* Added :attr:`~cryptography.x509.CertificateSigningRequest.is_signature_valid`
to :class:`~cryptography.x509.CertificateSigningRequest`.
* Fixed an intermittent ``AssertionError`` when performing an RSA decryption on
an invalid ciphertext, ``ValueError`` is now correctly raised in all cases.
* Added
:meth:`~cryptography.x509.AuthorityKeyIdentifier.from_issuer_subject_key_identifier`.
Diffstat (limited to 'security/py-cryptography')
-rw-r--r-- | security/py-cryptography/Makefile | 4 | ||||
-rw-r--r-- | security/py-cryptography/PLIST | 8 | ||||
-rw-r--r-- | security/py-cryptography/distinfo | 10 |
3 files changed, 14 insertions, 8 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 6e2a7272fa9..cdda6cb72e9 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2016/03/08 15:14:38 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2016/04/08 15:22:03 wiz Exp $ -DISTNAME= cryptography-1.2.3 +DISTNAME= cryptography-1.3.1 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 12d4cd1fd29..481967690bd 100644 --- a/security/py-cryptography/PLIST +++ b/security/py-cryptography/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2015/11/12 16:37:00 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2016/04/08 15:22:03 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -57,12 +57,18 @@ ${PYSITELIB}/cryptography/hazmat/backends/openssl/ciphers.pyo ${PYSITELIB}/cryptography/hazmat/backends/openssl/cmac.py ${PYSITELIB}/cryptography/hazmat/backends/openssl/cmac.pyc ${PYSITELIB}/cryptography/hazmat/backends/openssl/cmac.pyo +${PYSITELIB}/cryptography/hazmat/backends/openssl/decode_asn1.py +${PYSITELIB}/cryptography/hazmat/backends/openssl/decode_asn1.pyc +${PYSITELIB}/cryptography/hazmat/backends/openssl/decode_asn1.pyo ${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.py ${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.pyc ${PYSITELIB}/cryptography/hazmat/backends/openssl/dsa.pyo ${PYSITELIB}/cryptography/hazmat/backends/openssl/ec.py ${PYSITELIB}/cryptography/hazmat/backends/openssl/ec.pyc ${PYSITELIB}/cryptography/hazmat/backends/openssl/ec.pyo +${PYSITELIB}/cryptography/hazmat/backends/openssl/encode_asn1.py +${PYSITELIB}/cryptography/hazmat/backends/openssl/encode_asn1.pyc +${PYSITELIB}/cryptography/hazmat/backends/openssl/encode_asn1.pyo ${PYSITELIB}/cryptography/hazmat/backends/openssl/hashes.py ${PYSITELIB}/cryptography/hazmat/backends/openssl/hashes.pyc ${PYSITELIB}/cryptography/hazmat/backends/openssl/hashes.pyo diff --git a/security/py-cryptography/distinfo b/security/py-cryptography/distinfo index da4610d39d0..4b08ca07fb4 100644 --- a/security/py-cryptography/distinfo +++ b/security/py-cryptography/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2016/03/08 15:14:38 wiz Exp $ +$NetBSD: distinfo,v 1.29 2016/04/08 15:22:03 wiz Exp $ -SHA1 (cryptography-1.2.3.tar.gz) = a8a8083e70875423bd72899ca99890b788189205 -RMD160 (cryptography-1.2.3.tar.gz) = 829ee81f5e88d810d286e71829f4d21e5519aef7 -SHA512 (cryptography-1.2.3.tar.gz) = f05f6ffd3386e839998437b3cb6b3bcc38af604e77aefe43904c8e155c26f9113f70666d7f089a76f5f646350f2ffa0aeb1e546d14da1d99c1d3de3419c833e3 -Size (cryptography-1.2.3.tar.gz) = 373165 bytes +SHA1 (cryptography-1.3.1.tar.gz) = ebcfdc46c9a169a49ab034c819eca8d8b07167c6 +RMD160 (cryptography-1.3.1.tar.gz) = c97d4a804c43ecd2df71c2f99637c932d978b046 +SHA512 (cryptography-1.3.1.tar.gz) = 8b833619d0aec5e6630c8e069e886f6b708b0b3a4f4ca4e37797a24c69be4cacf162f20c068deaecc3222ee0323583582d384e49fa3dbaeaeefc0d7d8c92918a +Size (cryptography-1.3.1.tar.gz) = 383852 bytes |