Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-argon2-cffi-23.1.0-1.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-argon2-cffi Distribution: openSUSE:Factory:zSystems
Version: 23.1.0 Vendor: openSUSE
Release: 1.3 Build date: Thu Dec 14 10:14:35 2023
Group: Unspecified Build host: reproducible
Size: 90674 Source RPM: python-argon2-cffi-23.1.0-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/hynek/argon2_cffi
Summary: The Argon2 password hashing algorithm for Python
A Python module that uses CFFI to access the Argon2 password hashing
C library.

Provides

Requires

License

MIT

Changelog

* Thu Dec 14 2023 Petr Gajdos <pgajdos@suse.com>
  - update to 23.1.0:
    * The only new feature is the possibility to pass an own salt
      to `argon2.PasswordHasher.hash()`, however a lot has changed
      around documentation and packaging to make *argon2-cffi*
      maintainable in the future.
    * Python 3.6 is not supported anymore.
    * The `InvalidHash` exception is deprecated in favor of
      `InvalidHashError`. No plans for removal currently exist and
      the names can (but shouldn't) be used interchangeably.
    * `argon2.hash_password()`, `argon2.hash_password_raw()`, and
      `argon2.verify_password()` that have been soft-deprecated
      since 2016 are now hard-deprecated. They now raise
      `DeprecationWarning`s and will be removed in 2024.
    * Official support for Python 3.11 and 3.12. No code changes
      were necessary.
    * `argon2.exceptions.InvalidHashError` as a replacement for
      `InvalidHash`.
    * *salt* parameter to `argon2.PasswordHasher.hash()` to allow
      for custom salts. This is only useful for specialized use-
      cases -- leave it on None unless you know exactly what you
      are doing. \#153
* Fri Jun 09 2023 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Fri Mar 24 2023 Daniel Garcia <daniel.garcia@suse.com>
  - Remove not needed dependency six
* Fri May 06 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 2021 Michael Ströder <michael@stroeder.com>
  - Update to 21.1.0
  - skip building for Python 2 because not supported anymore
* Tue Jul 28 2020 Steve Kowalik <steven.kowalik@suse.com>
  - 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 <tchvatal@suse.com>
  - Fix build without python2
* Fri Jan 17 2020 Marketa Calabkova <mcalabkova@suse.com>
  - 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 <tchvatal@suse.com>
  - Skip test that randomly fails in obs test_argument_ranges
* Mon Apr 01 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Provide argon2_cffi namespace too

Files

/usr/lib/python3.11/site-packages/argon2
/usr/lib/python3.11/site-packages/argon2/__init__.py
/usr/lib/python3.11/site-packages/argon2/__main__.py
/usr/lib/python3.11/site-packages/argon2/__pycache__
/usr/lib/python3.11/site-packages/argon2/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/__main__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/__main__.cpython-311.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/_legacy.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/_legacy.cpython-311.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/_password_hasher.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/_password_hasher.cpython-311.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/_typing.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/_typing.cpython-311.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/low_level.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/low_level.cpython-311.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/profiles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/argon2/__pycache__/profiles.cpython-311.pyc
/usr/lib/python3.11/site-packages/argon2/_legacy.py
/usr/lib/python3.11/site-packages/argon2/_password_hasher.py
/usr/lib/python3.11/site-packages/argon2/_typing.py
/usr/lib/python3.11/site-packages/argon2/_utils.py
/usr/lib/python3.11/site-packages/argon2/exceptions.py
/usr/lib/python3.11/site-packages/argon2/low_level.py
/usr/lib/python3.11/site-packages/argon2/profiles.py
/usr/lib/python3.11/site-packages/argon2/py.typed
/usr/lib/python3.11/site-packages/argon2_cffi-23.1.0.dist-info
/usr/lib/python3.11/site-packages/argon2_cffi-23.1.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/argon2_cffi-23.1.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/argon2_cffi-23.1.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/argon2_cffi-23.1.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/argon2_cffi-23.1.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/argon2_cffi-23.1.0.dist-info/licenses
/usr/lib/python3.11/site-packages/argon2_cffi-23.1.0.dist-info/licenses/LICENSE
/usr/share/doc/packages/python311-argon2-cffi
/usr/share/doc/packages/python311-argon2-cffi/CHANGELOG.md
/usr/share/doc/packages/python311-argon2-cffi/FAQ.md
/usr/share/doc/packages/python311-argon2-cffi/README.md
/usr/share/licenses/python311-argon2-cffi
/usr/share/licenses/python311-argon2-cffi/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 2 23:22:08 2024