summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-scrypt_0.8.6.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-scrypt: Upgrade 0.8.6 -> 0.8.17Leon Anavi2021-03-261-24/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.8.17 and inherit dos2unix to resolve issues due to different line endings: - Add_dll_directory for python 3.8 on windows, as importlib.util.find_spec does not search all paths anymore - Add additional test vector from RFC - Fix missing import - Fix imp deprecation warning - Improve build for conda forge - Add SCRYPT_WINDOWS_LINK_LEGACY_OPENSSL environment variable, when set, openssl 1.0.2 is linked - Fix build for conda feedstock - Fix typo - Use the static libcrypto_static for windows and openssl 1.1.1 - Setup.py for windows improved, works with openssl 1.0.2 and 1.1.1 - Setup.py for windows fixed License-Update: Update years Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python-scrypt: consolidate inc and bb files into a single bb fileDerek Straka2020-04-051-2/+23
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-scrypt: update to version 0.8.6Derek Straka2018-03-161-0/+3
Add patch to fix host include paths used Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>