Skip to content

Commit

Permalink
Clarify --no-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 5, 2021
1 parent 3fe1a9c commit 54d3d96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ What explicitly *may* change over time are the default hashing parameters and th
- 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 only breaking for users who want to use a system-wide installation of *Argon2* instead of our vendored code.
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](https://argon2-cffi.readthedocs.io/en/stable/installation.html).


Expand Down
3 changes: 2 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ This approach can lead to problems around your build chain and you can run into

**It is your own responsibility to deal with these risks if you choose this path.**

Available since version 18.1.0, the ``--no-binary`` option value changed in 21.2.0 due to the outsourcing of the binary bindings.
Available since version 18.1.0.
The ``--no-binary`` option value changed in 21.2.0 due to the outsourcing of the binary bindings.


Override Automatic SSE2 Detection
Expand Down

0 comments on commit 54d3d96

Please sign in to comment.