Path to this page:
./
security/py-keyring,
Store and access your passwords safely
Branch: CURRENT,
Version: 21.2.1nb2,
Package name: py39-keyring-21.2.1nb2,
Maintainer: pkgsrc.gnomeThe Python keyring lib provides an easy way to access the system keyring
service from Python. It can be used in any application that needs safe password
storage. It supports OSX, KDE, Gnome and Windows's native password storing
services. Besides this, it is shipped with kinds of Python implemented keyring
for the left environments.
Required to run:[
devel/py-setuptools] [
lang/python37] [
devel/py-importlib-metadata]
Required to build:[
pkgtools/cwrappers] [
devel/py-setuptools_scm]
Master sites:
Filesize: 54.157 KB
Version history: (Expand)
- (2022-01-05) Updated to version: py39-keyring-21.2.1nb2
- (2022-01-05) Updated to version: py39-keyring-21.2.1nb1
- (2021-10-07) Updated to version: py39-keyring-21.2.1
- (2020-05-18) Updated to version: py37-keyring-21.2.1
- (2019-09-20) Updated to version: py37-keyring-19.2.0
- (2019-09-04) Updated to version: py37-keyring-19.1.0
CVS history: (Expand)
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2020-05-27 00:27:27 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-keyring: PYTHON_VERSIONS_INCOMPATIBLE before pyversion.mk
|
2020-05-17 21:57:22 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
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``.
|
2019-09-25 15:06:12 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-keyring: mark as incompatible with Python 2.7
|
2019-09-20 18:39:31 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-keyring: updated to 19.2.0
19.2.0
* Add support for get_credential() with the SecretService backend
|