./security/py-keyring, Store and access your passwords safely

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 25.5.0, Package name: py312-keyring-25.5.0, Maintainer: pkgsrc.gnome

The 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: 61.206 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-30 15:36:54 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-keyring: update to 25.5.0.

v25.5.0
=======

Features
--------

- When parsing ``keyring_path`` from the config, the home directory is now \ 
expanded from ``~``. (#696)

Bugfixes
--------

- In get_credential, now returns None when the indicated username is not found. \ 
(#698)
   2024-10-14 08:08:41 by Thomas Klausner | Files touched by this commit (21)
Log message:
i*: clean up after python38 removal
   2024-09-22 18:15:00 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-keyring: update to 25.4.1.

v25.4.1
=======

Bugfixes
--------

- Fixed ValueError for AnonymousCredentials in CLI. (#694)

v25.4.0
=======

Features
--------

- Refined type spec and interfaces on credential objects. Introduced \ 
AnonymousCredential to model a secret without a username. (#689)
   2024-08-06 14:42:13 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-keyring: update to 25.3.0.

v25.3.0
=======

Features
--------

- Deprecated support for empty usernames. Now all backends will
reject an empty string as input for the 'username' field when
setting a password. Later this deprecation will become a more
visible user warning and even later an error. If this warning is
triggered in your environment, please consider using a static value
(even 'username') or comment in the issue and describe the use-case
that demands support for empty usernames. (#668)
   2024-05-18 08:18:44 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-keyring: updated to 25.2.1

v25.2.1

Bugfixes

- Fix typo in CLI creds mode.
   2024-04-26 22:14:29 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-keyring: updated to 25.2.0

v25.2.0

Features

- Added options for 'keyring get' command to support credential retrieval and \ 
emit as JSON.
   2024-04-05 12:48:23 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-keyring: updated to 25.1.0

v25.1.0

Features

Replace ExceptionRaisedContext with ExceptionTrap.