Path to this page:
./
security/py-keyrings.alt,
Alternate keyring implementations
Branch: CURRENT,
Version: 5.0.2,
Package name: py312-keyrings.alt-5.0.2,
Maintainer: pkgsrc-usersAlternate keyring backend implementations for use with the
keyring (security/py-keyring) package.
Required to run:[
devel/py-setuptools] [
lang/py-six] [
lang/python37]
Required to build:[
pkgtools/cwrappers] [
devel/py-setuptools_scm]
Master sites:
Filesize: 28.544 KB
Version history: (Expand)
- (2024-08-14) Updated to version: py312-keyrings.alt-5.0.2
- (2024-04-30) Updated to version: py311-keyrings.alt-5.0.1
- (2024-01-29) Updated to version: py311-keyrings.alt-5.0.0
- (2023-02-09) Updated to version: py310-keyrings.alt-3.1.1nb1
- (2022-01-05) Updated to version: py39-keyrings.alt-3.1.1nb1
- (2021-10-07) Updated to version: py39-keyrings.alt-3.1.1
CVS history: (Expand)
2024-01-31 11:49:54 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
py-keyrings.alt: Fix PYTHON_VERSIONS_INCOMPATIBLE.
|
2024-01-28 22:27:54 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-keyrings.alt: updated to 5.0.0
v5.0.0
======
Features
--------
- Require Python 3.8 or later.
Deprecations and Removals
-------------------------
- Removed the pyfs backend, as it has eroded beyond repair.
v4.2.0
======
EncryptedFileKeyring now supports both pycryptodome and
pycryptodomex (preferring the latter).
v4.1.2
======
Updated to work with keyring 23.9+ (no longer depending on properties
module).
v4.1.1
======
Refresh package metadata.
Enrolled with Tidelift.
v4.1.0
======
Bump upper bound on pyfs.
Refresh package metadata.
v4.0.2
======
Tests are no longer included in the install.
v4.0.1
======
Package refresh and minor cleanup.
v4.0.0
======
Instead of PyCrypto or PyCryptodome, the encrypting backend
now relies on PyCryptodomex.
|
2022-01-13 20:31:25 by Thomas Klausner | Files touched by this commit (43) |
Log message:
*: setuptools_scm: switch to versioned_dependencies
|
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
|
2019-09-20 18:51:26 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-keyrings.alt: updated to 3.1.1
3.1.1
Trap AttributeError in Gnome backend as in some environments
it seems that will happen.
Fix issue where a backslash in the service name would cause
errors on Registry backend on Windows.
3.1
``keyrings.alt`` no longer depends on the ``keyring.util.escape``
module.
3.0
``keyrings`` namespace should now use the pkgutil native technique
rather than relying on pkg_resources.
2.4
File based backends now reject non-string types for passwords.
|
2017-12-19 12:55:12 by Leonardo Taccari | Files touched by this commit (4) |
Log message:
py-keyrings.alt: Import py-keyrings.alt-2.3 as security/py-keyrings.alt
Alternate keyring backend implementations for use with the
keyring (security/py-keyring) package.
Packaged by myself in pkgsrc-wip.
|