Added
- Added support for build executable for wheels (#72).
Changed
- Improved packages with sources equality comparison (#53).
- Improved licenses handling and packaging in builders (#57).
- Refactored packages and dependencies classes to improve comparison between bare packages and packages with extras (#78).
Fixed
- Fixed PEP-508 representation of URL dependencies (#60).
- Fixed generated
RECORD
files in some cases by ensuring it's a valid CSV file (#61). - Fixed an error when parsing some version constraints if they contained wildcard elements (#56).
- Fixed errors when using the
exclude
property (#62). - Fixed the way git revisions are retrieved (#69).
- Fixed dependency constraint PEP-508 compatibility when generating metadata (#79).
- Fixed potential errors on Python 3.5 when building with the
include
property set (#75).