Changes:
- Android Gradle plugin version 3.4 is now supported.
- Update to OpenSSL 1.1.1b. This enables the BLAKE2 and SHA-3 algorithms in
hashlib
. - Update CA bundle to certifi 2019.3.9.
- Implement
pkgutil.iter_modules
. - Build
pkg_resources
into all apps. Many packages require this but don’t declare a dependency on setuptools.
The following packages have been added to the repository since the previous version:
- dlib
- editdistance
- psutil
- pysha3
- pywavelets
- scikit-image
And the following packages have been updated:
- cryptography (2.6.1)