~~~~~
Released: 2016-09-30
- compat
- Updated to not fail on import if SSL is unavailable.
- index
- Switch from using gpg in preference to gpg2 for signing. This is
to avoid gpg2's behaviour of prompting for passwords, which interferes
with the tests on some machines.
- locators
- Changed project name comparisons to follow PEP 503. Thanks to Steven
Arcangeli for the patch.
- Added errors queue to Locator.
- manifest
- Changed match logic to work under Python 3.6, due to differences in
how fnmatch.translate behaves.
- resources
- Updated finder registry logic to reflect changes in Python 3.6.
- scripts
- Fixed regular expression in generated script boilerplate.
- util
- Updated to not fail on import if SSL is unavailable.
- Added normalize_name for project name comparisons using PEP 503.
- tests
- Updated to skip certain tests if SSL is unavailable.
- Numerous other test refinements, not detailed further here.