Releases: python-poetry/poetry-core
Releases · python-poetry/poetry-core
1.0.0rc1
1.0.0b1
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).
1.0.0a9
1.0.0a8
1.0.0a7
1.0.0a6
Added
- Added support for markers inverse (#21).
- Added support for specifying that
git
dependencies should be installed in develop mode (#23). - Added the ability to specify build settings from the Poetry main configuration file (#26).
- Added the ability to disable the generation of the
setup.py
file when building (#26).
Changed
- Relaxed licence restrictions to support custom licences (#5).
- Improved support for PEP-440 direct references (#22).
- Improved dependency vendoring (#25).