15
0

Accepting request 975432 from home:susnux:branches:devel:languages:python

Update to version 21.3.0

Requires this first: https://build.opensuse.org/request/show/975431

OBS-URL: https://build.opensuse.org/request/show/975432
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argon2-cffi?expand=0&rev=19
This commit is contained in:
2022-05-09 04:12:52 +00:00
committed by Git OBS Bridge
parent 61bb022090
commit 089242aa2e
4 changed files with 34 additions and 25 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri May 6 12:54:25 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 21.3.0
* Feature: Full type hints.
* Adjusted defaults to RFC 9106 and support for pre-configured profiles.
* Python 3.5 is not supported anymore.
* The CFFI bindings have been extracted into a separate project:
argon2-cffi-bindings
* Added: argon2.Parameters.from_parameters() together with the
argon2.profiles module that offers easy access to the RFC-recommended
configuration parameters and then some.
* The CLI interface now has a --profile option that takes any name
from argon2.profiles.
* argon2.PasswordHasher now uses the RFC 9106 low-memory profile
by default. The old defaults are available as argon2.profiles.PRE_21_2.
-------------------------------------------------------------------
Sun Nov 14 23:14:06 UTC 2021 - Michael Ströder <michael@stroeder.com>