pkgsrc/security/py-keyring/PLIST
adam c228e4e7b6 py-keyright: updated to 21.2.1
v21.2.1
-------
* Restored lenience on startup when entry point
  metadata is missing.
* Avoid RecursionError when initializing backends
  when a limit is supplied.

v21.2.0
-------
* Chainer now deterministically resolves at a lower
  priority than the Fail keyring (when there are no backends
  to chain).
* Fail keyring now raises a ``NoKeyringError`` for
  easier selectability.
* Keyring now logs at DEBUG rather than INFO during
  backend startup.

v21.1.1
-------
* Refreshed package metadata.

v21.1.0
-------
* In SecretService backend, close connections after
  using them.

v21.0.0
-------
* Require Python 3.6 or later.

v20.0.1
-------
* Fix TypeError when backend fails to initialize.

v20.0.0
-------
* Extracted ``keyring.testing`` package to contain supporting
  functionality for plugin backends. ``keyring.tests`` has been
  removed from the package.

v19.3.0
-------
* Switch to `importlib.metadata
  <https://docs.python.org/3/library/importlib.metadata.html>`_
  for loading entry points. Removes one dependency on Python 3.8.
* Added new ``KeyringBackend.set_properties_from_env``.
* Add support for alternate persistence scopes for Windows
  backend. Set ``.persist`` to "local machine" or "session"
  to enable the alternate scopes or "enterprise" to use the
  default scope.
* Improve import times when a backend is specifically
  configured by lazily calling ``get_all_keyring``.
2020-05-17 19:57:22 +00:00

80 lines
3 KiB
Text

@comment $NetBSD: PLIST,v 1.7 2020/05/17 19:57:22 adam Exp $
bin/keyring-${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}/keyring/__init__.py
${PYSITELIB}/keyring/__init__.pyc
${PYSITELIB}/keyring/__init__.pyo
${PYSITELIB}/keyring/__main__.py
${PYSITELIB}/keyring/__main__.pyc
${PYSITELIB}/keyring/__main__.pyo
${PYSITELIB}/keyring/backend.py
${PYSITELIB}/keyring/backend.pyc
${PYSITELIB}/keyring/backend.pyo
${PYSITELIB}/keyring/backends/OS_X.py
${PYSITELIB}/keyring/backends/OS_X.pyc
${PYSITELIB}/keyring/backends/OS_X.pyo
${PYSITELIB}/keyring/backends/SecretService.py
${PYSITELIB}/keyring/backends/SecretService.pyc
${PYSITELIB}/keyring/backends/SecretService.pyo
${PYSITELIB}/keyring/backends/Windows.py
${PYSITELIB}/keyring/backends/Windows.pyc
${PYSITELIB}/keyring/backends/Windows.pyo
${PYSITELIB}/keyring/backends/_OS_X_API.py
${PYSITELIB}/keyring/backends/_OS_X_API.pyc
${PYSITELIB}/keyring/backends/_OS_X_API.pyo
${PYSITELIB}/keyring/backends/__init__.py
${PYSITELIB}/keyring/backends/__init__.pyc
${PYSITELIB}/keyring/backends/__init__.pyo
${PYSITELIB}/keyring/backends/chainer.py
${PYSITELIB}/keyring/backends/chainer.pyc
${PYSITELIB}/keyring/backends/chainer.pyo
${PYSITELIB}/keyring/backends/fail.py
${PYSITELIB}/keyring/backends/fail.pyc
${PYSITELIB}/keyring/backends/fail.pyo
${PYSITELIB}/keyring/backends/kwallet.py
${PYSITELIB}/keyring/backends/kwallet.pyc
${PYSITELIB}/keyring/backends/kwallet.pyo
${PYSITELIB}/keyring/backends/null.py
${PYSITELIB}/keyring/backends/null.pyc
${PYSITELIB}/keyring/backends/null.pyo
${PYSITELIB}/keyring/cli.py
${PYSITELIB}/keyring/cli.pyc
${PYSITELIB}/keyring/cli.pyo
${PYSITELIB}/keyring/core.py
${PYSITELIB}/keyring/core.pyc
${PYSITELIB}/keyring/core.pyo
${PYSITELIB}/keyring/credentials.py
${PYSITELIB}/keyring/credentials.pyc
${PYSITELIB}/keyring/credentials.pyo
${PYSITELIB}/keyring/devpi_client.py
${PYSITELIB}/keyring/devpi_client.pyc
${PYSITELIB}/keyring/devpi_client.pyo
${PYSITELIB}/keyring/errors.py
${PYSITELIB}/keyring/errors.pyc
${PYSITELIB}/keyring/errors.pyo
${PYSITELIB}/keyring/http.py
${PYSITELIB}/keyring/http.pyc
${PYSITELIB}/keyring/http.pyo
${PYSITELIB}/keyring/testing/__init__.py
${PYSITELIB}/keyring/testing/__init__.pyc
${PYSITELIB}/keyring/testing/__init__.pyo
${PYSITELIB}/keyring/testing/backend.py
${PYSITELIB}/keyring/testing/backend.pyc
${PYSITELIB}/keyring/testing/backend.pyo
${PYSITELIB}/keyring/testing/util.py
${PYSITELIB}/keyring/testing/util.pyc
${PYSITELIB}/keyring/testing/util.pyo
${PYSITELIB}/keyring/util/__init__.py
${PYSITELIB}/keyring/util/__init__.pyc
${PYSITELIB}/keyring/util/__init__.pyo
${PYSITELIB}/keyring/util/platform_.py
${PYSITELIB}/keyring/util/platform_.pyc
${PYSITELIB}/keyring/util/platform_.pyo
${PYSITELIB}/keyring/util/properties.py
${PYSITELIB}/keyring/util/properties.pyc
${PYSITELIB}/keyring/util/properties.pyo