Re: [oe] [meta-python][PATCH 05/10] python3-scrypt: Upgrade 0.8.6 -> 0.8.17

2021-03-23 Thread Khem Raj
Fails to patch https://errors.yoctoproject.org/Errors/Details/574380/ On Tue, Mar 23, 2021 at 9:33 AM Leon Anavi wrote: > > Upgrade to release 0.8.17: > > - Add_dll_directory for python 3.8 on windows, as > importlib.util.find_spec does not search all paths anymore > - Add additional test vec

[oe] [meta-python][PATCH 05/10] python3-scrypt: Upgrade 0.8.6 -> 0.8.17

2021-03-23 Thread Leon Anavi
Upgrade to release 0.8.17: - 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_OPENSS