SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-argon2-cffi-21.3.0-sle154.qubes.4.1.x86_64.rpm :

* Fri Jun 09 2023 ecsos - Add %{?sle15_python_module_pythons}
* Fri Mar 24 2023 Daniel Garcia - Remove not needed dependency six
* Fri May 06 2022 Ferdinand Thiessen - 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 2021 Michael Ströder - Update to 21.1.0- skip building for Python 2 because not supported anymore
* Tue Jul 28 2020 Steve Kowalik - Update to 20.1.0:
* It is now possible to manually override the detection of SSE2 using the ``ARGON2_CFFI_USE_SSE2`` environment variable.
* Mon Mar 16 2020 Tomáš Chvátal - Fix build without python2
* Fri Jan 17 2020 Marketa Calabkova - update to 19.2.0
* Python 3.4 is not supported anymore.
* The dependency on enum34 is now protected using a PEP 508 marker.
* Tue Jun 04 2019 Tomáš Chvátal - Skip test that randomly fails in obs test_argument_ranges
* Mon Apr 01 2019 Tomáš Chvátal - Provide argon2_cffi namespace too
* Tue Feb 19 2019 John Vandenberg - Update to v19.1.0
* Vendoring Argon2 AATT 670229c
* Added support for Argon2 v1.2 hashes in argon2.extract_parameters()- from 18.3.0
* Vendoring Argon2 AATT 670229c
* argon2.PasswordHasher\'s hash type is now configurable- from 18.2.0
* Vendoring Argon2 AATT 670229c
* The hash type for ``argon2.PasswordHasher`` is Argon2\\
*
*id
*
* now. This decision has been made based on the recommendations in the latest Argon2 RFC draft
* To make the change of hash type backward compatible, argon2.PasswordHasher.verify() now determines the type of the hash and verifies it accordingly
* Some of the hash parameters have been made stricter to be closer to said recommendations. The current goal for a hash verification times is around 50ms
* To allow for bespoke decisions about upgrading Argon2 parameters, it\'s now possible to extract them from a hash via argon2.extract_parameters()
* Additionally argon2.PasswordHasher now has a check_needs_rehash() method that allows to verify whether a hash has been created with the instance\'s parameters or whether it should be rehashed
* Wed Aug 08 2018 jengelhAATTinai.de- Ensure neutrality of description.
* Wed Aug 08 2018 tchvatalAATTsuse.com- Do not use bundled argon2
* Wed Aug 08 2018 tchvatalAATTsuse.com- Initial package for v18.1.0, used by Django
 
ICM