pkgsrc/security/py-nacl/PLIST
tm 5e53168409 py-nacl: update to 1.3.0
1.3.0 2018-09-26
- Added support for Python 3.7.
- Update libsodium to 1.0.16.
- Run and test all code examples in PyNaCl docs through sphinx's doctest builder.
- Add low-level bindings for chacha20-poly1305 AEAD constructions.
- Add low-level bindings for the chacha20-poly1305 secretstream constructions.
- Add low-level bindings for ed25519ph pre-hashed signing construction.
- Add low-level bindings for constant-time increment and addition on fixed-precision big integers represented as little-endian byte sequences.
- Add low-level bindings for the ISO/IEC 7816-4 compatible padding API.
- Add low-level bindings for libsodium's crypto_kx... key exchange construction.
- Set hypothesis deadline to None in tests/test_pwhash.py to avoid incorrect test failures on slower processor architectures. GitHub issue #370

1.2.1 - 2017-12-04
- Update hypothesis minimum allowed version.
- Infrastructure: add proper configuration for readthedocs builder runtime environment.

1.2.0 - 2017-11-01
- Update libsodium to 1.0.15.
- Infrastructure: add jenkins support for automatic build of manylinux1 binary wheels
- Added support for SealedBox construction.
- Added support for argon2i and argon2id password hashing constructs and restructured high-level password hashing implementation to expose the same interface for all hashers.
- Added support for 128 bit siphashx24 variant of siphash24.
- Added support for from_seed APIs for X25519 keypair generation.
- Dropped support for Python 3.3.
2019-02-19 12:14:22 +00:00

96 lines
3.6 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2019/02/19 12:14:22 tm 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}/nacl/__init__.py
${PYSITELIB}/nacl/__init__.pyo
${PYSITELIB}/nacl/__init__.pyc
${PYSITELIB}/nacl/encoding.pyo
${PYSITELIB}/nacl/encoding.pyc
${PYSITELIB}/nacl/exceptions.pyo
${PYSITELIB}/nacl/exceptions.pyc
${PYSITELIB}/nacl/hash.pyo
${PYSITELIB}/nacl/hash.pyc
${PYSITELIB}/nacl/hashlib.pyo
${PYSITELIB}/nacl/hashlib.pyc
${PYSITELIB}/nacl/public.pyo
${PYSITELIB}/nacl/public.pyc
${PYSITELIB}/nacl/secret.pyo
${PYSITELIB}/nacl/secret.pyc
${PYSITELIB}/nacl/signing.pyo
${PYSITELIB}/nacl/signing.pyc
${PYSITELIB}/nacl/utils.pyo
${PYSITELIB}/nacl/utils.pyc
${PLIST.py3x}${PYSITELIB}/nacl/_sodium.abi3.so
${PLIST.py2x}${PYSITELIB}/nacl/_sodium.so
${PYSITELIB}/nacl/bindings/__init__.py
${PYSITELIB}/nacl/bindings/__init__.pyo
${PYSITELIB}/nacl/bindings/__init__.pyc
${PYSITELIB}/nacl/bindings/crypto_aead.pyo
${PYSITELIB}/nacl/bindings/crypto_aead.pyc
${PYSITELIB}/nacl/bindings/crypto_box.pyo
${PYSITELIB}/nacl/bindings/crypto_box.pyc
${PYSITELIB}/nacl/bindings/crypto_generichash.pyo
${PYSITELIB}/nacl/bindings/crypto_generichash.pyc
${PYSITELIB}/nacl/bindings/crypto_hash.pyo
${PYSITELIB}/nacl/bindings/crypto_hash.pyc
${PYSITELIB}/nacl/bindings/crypto_kx.pyo
${PYSITELIB}/nacl/bindings/crypto_kx.pyc
${PYSITELIB}/nacl/bindings/crypto_pwhash.pyo
${PYSITELIB}/nacl/bindings/crypto_pwhash.pyc
${PYSITELIB}/nacl/bindings/crypto_scalarmult.pyo
${PYSITELIB}/nacl/bindings/crypto_scalarmult.pyc
${PYSITELIB}/nacl/bindings/crypto_secretbox.pyo
${PYSITELIB}/nacl/bindings/crypto_secretbox.pyc
${PYSITELIB}/nacl/bindings/crypto_secretstream.pyo
${PYSITELIB}/nacl/bindings/crypto_secretstream.pyc
${PYSITELIB}/nacl/bindings/crypto_shorthash.pyo
${PYSITELIB}/nacl/bindings/crypto_shorthash.pyc
${PYSITELIB}/nacl/bindings/crypto_sign.pyo
${PYSITELIB}/nacl/bindings/crypto_sign.pyc
${PYSITELIB}/nacl/bindings/randombytes.pyo
${PYSITELIB}/nacl/bindings/randombytes.pyc
${PYSITELIB}/nacl/bindings/sodium_core.pyo
${PYSITELIB}/nacl/bindings/sodium_core.pyc
${PYSITELIB}/nacl/bindings/utils.pyo
${PYSITELIB}/nacl/bindings/utils.pyc
${PYSITELIB}/nacl/bindings/crypto_aead.py
${PYSITELIB}/nacl/bindings/crypto_box.py
${PYSITELIB}/nacl/bindings/crypto_generichash.py
${PYSITELIB}/nacl/bindings/crypto_hash.py
${PYSITELIB}/nacl/bindings/crypto_kx.py
${PYSITELIB}/nacl/bindings/crypto_pwhash.py
${PYSITELIB}/nacl/bindings/crypto_scalarmult.py
${PYSITELIB}/nacl/bindings/crypto_secretbox.py
${PYSITELIB}/nacl/bindings/crypto_secretstream.py
${PYSITELIB}/nacl/bindings/crypto_shorthash.py
${PYSITELIB}/nacl/bindings/crypto_sign.py
${PYSITELIB}/nacl/bindings/randombytes.py
${PYSITELIB}/nacl/bindings/sodium_core.py
${PYSITELIB}/nacl/bindings/utils.py
${PYSITELIB}/nacl/encoding.py
${PYSITELIB}/nacl/exceptions.py
${PYSITELIB}/nacl/hash.py
${PYSITELIB}/nacl/hashlib.py
${PYSITELIB}/nacl/public.py
${PYSITELIB}/nacl/pwhash/__init__.py
${PYSITELIB}/nacl/pwhash/__init__.pyo
${PYSITELIB}/nacl/pwhash/__init__.pyc
${PYSITELIB}/nacl/pwhash/_argon2.pyo
${PYSITELIB}/nacl/pwhash/_argon2.pyc
${PYSITELIB}/nacl/pwhash/argon2i.pyo
${PYSITELIB}/nacl/pwhash/argon2i.pyc
${PYSITELIB}/nacl/pwhash/argon2id.pyo
${PYSITELIB}/nacl/pwhash/argon2id.pyc
${PYSITELIB}/nacl/pwhash/scrypt.pyo
${PYSITELIB}/nacl/pwhash/scrypt.pyc
${PYSITELIB}/nacl/pwhash/_argon2.py
${PYSITELIB}/nacl/pwhash/argon2i.py
${PYSITELIB}/nacl/pwhash/argon2id.py
${PYSITELIB}/nacl/pwhash/scrypt.py
${PYSITELIB}/nacl/secret.py
${PYSITELIB}/nacl/signing.py
${PYSITELIB}/nacl/utils.py