Drop Python 3.5 support − Migrate to hashlib.scrypt
#60 (closed): Drop Python 3.5 support
- CI: Raise container Python version to v3.6
-
pyproject.toml
: Set v3.6 as minimal supported version - Update documentation
#86 (closed): Replace pylibscrypt.scrypt
by hashlib.scrypt
- Specify parameters since they are mandatory
- Remove
pylibscrypt
dependency -
ScryptParams
: pass attributes as mandatory sincemypy
is not happy becausehashlib.scrypt
has required keywords
Close #60 (closed), #86 (closed).
Edited by Moul
Merge request reports
Activity
changed milestone to %0.60.0
added Crypto Debian Dep Doc/Website Py ≥ 3.6 labels
added 7 commits
-
9270652f...cb6c366b - 5 commits from branch
dev
- 8151422e - [mod] #60 (closed): Drop Python 3.5 support
- b919ccfe - [dep] #86 (closed): Replace pylibscrypt.scrypt by hashlib.scrypt
-
9270652f...cb6c366b - 5 commits from branch
added 4 commits
-
b919ccfe...e20618a4 - 2 commits from branch
dev
- 0d71120e - [mod] #60 (closed): Drop Python 3.5 support
- 17e7870a - [dep] #86 (closed): Replace pylibscrypt.scrypt by hashlib.scrypt
-
b919ccfe...e20618a4 - 2 commits from branch
Please register or sign in to reply