Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency argon2-cffi to v21 - abandoned #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
argon2-cffi (changelog) ==20.1.0 -> ==21.3.0 age adoption passing confidence

Release Notes

hynek/argon2-cffi

v21.3.0

Compare Source

Fixed
  • While the last release added type hints, the fact that it's been missing a py.typed file made Mypy ignore them.
    #​113

v21.2.0

Compare Source

Removed
  • Python 3.5 is not supported anymore.

  • The CFFI bindings have been extracted into a separate project: [argon2-cffi-bindings]
    This makes argon2-cffi a Python-only project und should make it easier to contribute to and have more frequent releases with high-level features.

    This change is breaking for users who want to use a system-wide installation of Argon2 instead of our vendored code, because the argument to the --no-binary argument changed.
    Please refer to the installation guide.

Added
  • Thanks to lots of work within [argon2-cffi-bindings], there're pre-compiled wheels for many new platforms.
    Including:

    • Apple Silicon via universal2
    • Linux on amd64 and arm64
    • musl libc (Alpine Linux!) on i686, amd64, and arm64
    • PyPy 3.8

    We hope to provide wheels for Windows on arm64 soon, but are waiting for GitHub Actions to support that.

  • argon2.Parameters.from_parameters() together with the argon2.profiles module that offers easy access to the RFC-recommended configuration parameters and then some.
    #​101
    #​110

  • The CLI interface now has a --profile option that takes any name from argon2.profiles.

  • Types!
    argon2-cffi is now fully typed.
    #​112

Changed
  • argon2.PasswordHasher now uses the RFC 9106 low-memory profile by default.
    The old defaults are available as argon2.profiles.PRE_21_2.

v21.1.0

Compare Source

Vendoring Argon2 @​ 62358ba (2019070)

Removed
  • Microsoft stopped providing the necessary SDKs to ship Python 2.7 wheels and currenly the downloads amount to 0.09%.
    Therefore we have decided that Python 2.7 is not supported anymore.
Changed
  • There are indeed no changes whatsoever to the code of argon2-cffi.
    The Argon2 project also hasn't tagged a new release since July 2019.
    There also don't seem to be any important pending fixes.

    This release is mainly about improving the way binary wheels are built (abi3 on all platforms).


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend" in timezone Africa/Lusaka, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov-commenter
Copy link

codecov-commenter commented Aug 29, 2021

Codecov Report

Merging #150 (2aed330) into master (9bb92a1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #150   +/-   ##
=======================================
  Coverage   93.36%   93.36%           
=======================================
  Files          18       18           
  Lines         241      241           
=======================================
  Hits          225      225           
  Misses         16       16           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9bb92a1...2aed330. Read the comment docs.

@renovate renovate bot force-pushed the renovate/argon2-cffi-21.x branch from 91eb996 to d8c6a96 Compare December 8, 2021 11:35
@renovate renovate bot force-pushed the renovate/argon2-cffi-21.x branch from d8c6a96 to 2aed330 Compare December 11, 2021 12:39
@renovate
Copy link
Contributor Author

renovate bot commented Mar 22, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title chore(deps): update dependency argon2-cffi to v21 chore(deps): update dependency argon2-cffi to v21 - abandoned Aug 15, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Aug 15, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants