pkgsrc/security/py-nacl/PLIST
adam 415a59926d py-nacl: updated to 1.4.0
1.4.0:
* Update ``libsodium`` to 1.0.18.
* **BACKWARDS INCOMPATIBLE:** We no longer distribute 32-bit ``manylinux1``
  wheels. Continuing to produce them was a maintenance burden.
* Added support for Python 3.8, and removed support for Python 3.4.
* Add low level bindings for extracting the seed and the public key
  from crypto_sign_ed25519 secret key
* Add low level bindings for deterministic random generation.
* Add ``wheel`` and ``setuptools`` setup_requirements in ``setup.py``
* Fix checks on very slow builders
* Add low-level bindings to ed25519 arithmetic functions
* Update low-level blake2b state implementation
* Fix wrong short-input behavior of SealedBox.decrypt()
* Raise CryptPrefixError exception instead of InvalidkeyError when trying
  to check a password against a verifier stored in a unknown format
* Add support for minimal builds of libsodium. Trying to call functions
  not available in a minimal build will raise an UnavailableError
  exception. To compile a minimal build of the bundled libsodium, set
  the SODIUM_INSTALL_MINIMAL environment variable to any non-empty
  string (e.g. ``SODIUM_INSTALL_MINIMAL=1``) for setup.
2020-05-27 15:01:08 +00:00

99 lines
3.8 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2020/05/27 15:01:08 adam 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__.pyc
${PYSITELIB}/nacl/__init__.pyo
${PLIST.py3x}${PYSITELIB}/nacl/_sodium.abi3.so
${PLIST.py2x}${PYSITELIB}/nacl/_sodium.so
${PYSITELIB}/nacl/bindings/__init__.py
${PYSITELIB}/nacl/bindings/__init__.pyc
${PYSITELIB}/nacl/bindings/__init__.pyo
${PYSITELIB}/nacl/bindings/crypto_aead.py
${PYSITELIB}/nacl/bindings/crypto_aead.pyc
${PYSITELIB}/nacl/bindings/crypto_aead.pyo
${PYSITELIB}/nacl/bindings/crypto_box.py
${PYSITELIB}/nacl/bindings/crypto_box.pyc
${PYSITELIB}/nacl/bindings/crypto_box.pyo
${PYSITELIB}/nacl/bindings/crypto_core.py
${PYSITELIB}/nacl/bindings/crypto_core.pyc
${PYSITELIB}/nacl/bindings/crypto_core.pyo
${PYSITELIB}/nacl/bindings/crypto_generichash.py
${PYSITELIB}/nacl/bindings/crypto_generichash.pyc
${PYSITELIB}/nacl/bindings/crypto_generichash.pyo
${PYSITELIB}/nacl/bindings/crypto_hash.py
${PYSITELIB}/nacl/bindings/crypto_hash.pyc
${PYSITELIB}/nacl/bindings/crypto_hash.pyo
${PYSITELIB}/nacl/bindings/crypto_kx.py
${PYSITELIB}/nacl/bindings/crypto_kx.pyc
${PYSITELIB}/nacl/bindings/crypto_kx.pyo
${PYSITELIB}/nacl/bindings/crypto_pwhash.py
${PYSITELIB}/nacl/bindings/crypto_pwhash.pyc
${PYSITELIB}/nacl/bindings/crypto_pwhash.pyo
${PYSITELIB}/nacl/bindings/crypto_scalarmult.py
${PYSITELIB}/nacl/bindings/crypto_scalarmult.pyc
${PYSITELIB}/nacl/bindings/crypto_scalarmult.pyo
${PYSITELIB}/nacl/bindings/crypto_secretbox.py
${PYSITELIB}/nacl/bindings/crypto_secretbox.pyc
${PYSITELIB}/nacl/bindings/crypto_secretbox.pyo
${PYSITELIB}/nacl/bindings/crypto_secretstream.py
${PYSITELIB}/nacl/bindings/crypto_secretstream.pyc
${PYSITELIB}/nacl/bindings/crypto_secretstream.pyo
${PYSITELIB}/nacl/bindings/crypto_shorthash.py
${PYSITELIB}/nacl/bindings/crypto_shorthash.pyc
${PYSITELIB}/nacl/bindings/crypto_shorthash.pyo
${PYSITELIB}/nacl/bindings/crypto_sign.py
${PYSITELIB}/nacl/bindings/crypto_sign.pyc
${PYSITELIB}/nacl/bindings/crypto_sign.pyo
${PYSITELIB}/nacl/bindings/randombytes.py
${PYSITELIB}/nacl/bindings/randombytes.pyc
${PYSITELIB}/nacl/bindings/randombytes.pyo
${PYSITELIB}/nacl/bindings/sodium_core.py
${PYSITELIB}/nacl/bindings/sodium_core.pyc
${PYSITELIB}/nacl/bindings/sodium_core.pyo
${PYSITELIB}/nacl/bindings/utils.py
${PYSITELIB}/nacl/bindings/utils.pyc
${PYSITELIB}/nacl/bindings/utils.pyo
${PYSITELIB}/nacl/encoding.py
${PYSITELIB}/nacl/encoding.pyc
${PYSITELIB}/nacl/encoding.pyo
${PYSITELIB}/nacl/exceptions.py
${PYSITELIB}/nacl/exceptions.pyc
${PYSITELIB}/nacl/exceptions.pyo
${PYSITELIB}/nacl/hash.py
${PYSITELIB}/nacl/hash.pyc
${PYSITELIB}/nacl/hash.pyo
${PYSITELIB}/nacl/hashlib.py
${PYSITELIB}/nacl/hashlib.pyc
${PYSITELIB}/nacl/hashlib.pyo
${PYSITELIB}/nacl/public.py
${PYSITELIB}/nacl/public.pyc
${PYSITELIB}/nacl/public.pyo
${PYSITELIB}/nacl/pwhash/__init__.py
${PYSITELIB}/nacl/pwhash/__init__.pyc
${PYSITELIB}/nacl/pwhash/__init__.pyo
${PYSITELIB}/nacl/pwhash/_argon2.py
${PYSITELIB}/nacl/pwhash/_argon2.pyc
${PYSITELIB}/nacl/pwhash/_argon2.pyo
${PYSITELIB}/nacl/pwhash/argon2i.py
${PYSITELIB}/nacl/pwhash/argon2i.pyc
${PYSITELIB}/nacl/pwhash/argon2i.pyo
${PYSITELIB}/nacl/pwhash/argon2id.py
${PYSITELIB}/nacl/pwhash/argon2id.pyc
${PYSITELIB}/nacl/pwhash/argon2id.pyo
${PYSITELIB}/nacl/pwhash/scrypt.py
${PYSITELIB}/nacl/pwhash/scrypt.pyc
${PYSITELIB}/nacl/pwhash/scrypt.pyo
${PYSITELIB}/nacl/secret.py
${PYSITELIB}/nacl/secret.pyc
${PYSITELIB}/nacl/secret.pyo
${PYSITELIB}/nacl/signing.py
${PYSITELIB}/nacl/signing.pyc
${PYSITELIB}/nacl/signing.pyo
${PYSITELIB}/nacl/utils.py
${PYSITELIB}/nacl/utils.pyc
${PYSITELIB}/nacl/utils.pyo