-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91ae2d6
commit 790ac51
Showing
104 changed files
with
7,730 additions
and
1,001 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# mypy: ignore-errors | ||
|
||
"""Used in test_aiohttp.py""" | ||
|
||
from collections.abc import Iterable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
package: | ||
name: argon2-cffi-bindings | ||
version: 21.2.0 | ||
top-level: | ||
- _argon2_cffi_bindings | ||
source: | ||
url: https://files.pythonhosted.org/packages/b9/e9/184b8ccce6683b0aa2fbb7ba5683ea4b9c5763f1356347f1312c32e3c66e/argon2-cffi-bindings-21.2.0.tar.gz | ||
sha256: bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3 | ||
requirements: | ||
run: | ||
- cffi | ||
build: | ||
cflags: -mrelaxed-simd | ||
extra: | ||
recipe-maintainers: | ||
- alarmfox | ||
about: | ||
home: https://github.com/hynek/argon2-cffi-bindings | ||
PyPI: https://pypi.org/project/argon2-cffi-bindings | ||
summary: Low-level CFFI bindings for Argon2 | ||
license: MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
package: | ||
name: argon2-cffi | ||
version: 23.1.0 | ||
top-level: | ||
- argon2 | ||
source: | ||
url: https://files.pythonhosted.org/packages/31/fa/57ec2c6d16ecd2ba0cf15f3c7d1c3c2e7b5fcb83555ff56d7ab10888ec8f/argon2_cffi-23.1.0.tar.gz | ||
sha256: 879c3e79a2729ce768ebb7d36d4609e3a78a4ca2ec3a9f12286ca057e3d0db08 | ||
patches: | ||
- ./patches/0001-Added-platform-check-for-parallelism-since-WASM-does.patch | ||
requirements: | ||
run: | ||
- argon2-cffi-bindings | ||
test: | ||
imports: | ||
- argon2 | ||
extra: | ||
recipe-maintainers: | ||
- alarmfox | ||
about: | ||
home: "https://github.com/hynek/argon2-cffi/" | ||
PyPI: https://pypi.org/project/argon2-cffi | ||
summary: Argon2 for Python | ||
license: "MIT" |
Oops, something went wrong.