pkgsrc/security/py-rsa/PLIST
wiz cf1a13d750 py-rsa: update to 4.9.
## Version 4.9 - release 2022-07-20

- Remove debug logging from `rsa/key.py`
  ([#194](https://github.com/sybrenstuvel/python-rsa/issues/194)).
- Remove overlapping slots in `PrivateKey` and `PublicKey`.
  ([#189](https://github.com/sybrenstuvel/python-rsa/pull/189)).
- Do not include CHANGELOG/LICENSE/README.md in wheel
  ([#191](https://github.com/sybrenstuvel/python-rsa/pull/191)).
- Fixed Key Generation Unittest: Public and Private keys are assigned the wrong way around
  ([#188](https://github.com/sybrenstuvel/python-rsa/pull/188)).
2022-07-24 10:48:55 +00:00

56 lines
1.6 KiB
Text

@comment $NetBSD: PLIST,v 1.5 2022/07/24 10:48:55 wiz Exp $
bin/pyrsa-decrypt-${PYVERSSUFFIX}
bin/pyrsa-encrypt-${PYVERSSUFFIX}
bin/pyrsa-keygen-${PYVERSSUFFIX}
bin/pyrsa-priv2pub-${PYVERSSUFFIX}
bin/pyrsa-sign-${PYVERSSUFFIX}
bin/pyrsa-verify-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/rsa/__init__.py
${PYSITELIB}/rsa/__init__.pyc
${PYSITELIB}/rsa/__init__.pyo
${PYSITELIB}/rsa/asn1.py
${PYSITELIB}/rsa/asn1.pyc
${PYSITELIB}/rsa/asn1.pyo
${PYSITELIB}/rsa/cli.py
${PYSITELIB}/rsa/cli.pyc
${PYSITELIB}/rsa/cli.pyo
${PYSITELIB}/rsa/common.py
${PYSITELIB}/rsa/common.pyc
${PYSITELIB}/rsa/common.pyo
${PYSITELIB}/rsa/core.py
${PYSITELIB}/rsa/core.pyc
${PYSITELIB}/rsa/core.pyo
${PYSITELIB}/rsa/key.py
${PYSITELIB}/rsa/key.pyc
${PYSITELIB}/rsa/key.pyo
${PYSITELIB}/rsa/parallel.py
${PYSITELIB}/rsa/parallel.pyc
${PYSITELIB}/rsa/parallel.pyo
${PYSITELIB}/rsa/pem.py
${PYSITELIB}/rsa/pem.pyc
${PYSITELIB}/rsa/pem.pyo
${PYSITELIB}/rsa/pkcs1.py
${PYSITELIB}/rsa/pkcs1.pyc
${PYSITELIB}/rsa/pkcs1.pyo
${PYSITELIB}/rsa/pkcs1_v2.py
${PYSITELIB}/rsa/pkcs1_v2.pyc
${PYSITELIB}/rsa/pkcs1_v2.pyo
${PYSITELIB}/rsa/prime.py
${PYSITELIB}/rsa/prime.pyc
${PYSITELIB}/rsa/prime.pyo
${PYSITELIB}/rsa/py.typed
${PYSITELIB}/rsa/randnum.py
${PYSITELIB}/rsa/randnum.pyc
${PYSITELIB}/rsa/randnum.pyo
${PYSITELIB}/rsa/transform.py
${PYSITELIB}/rsa/transform.pyc
${PYSITELIB}/rsa/transform.pyo
${PYSITELIB}/rsa/util.py
${PYSITELIB}/rsa/util.pyc
${PYSITELIB}/rsa/util.pyo