Releases: python-poetry/poetry-core
Releases · python-poetry/poetry-core
1.1.0a7
Fixed
- Fixed an issue when evaluate
in/not inmarkers (#188). - Fixed an issue when parsing of caret constraint with leading zero (#201).
- Respect format for explicit included files when finding excluded files (#228).
- Fixed an issue where only the last location was used when multiple packages should be included (#108).
- Ensure that package
descriptioncontains no new line (#219). - Fixed an issue where all default dependencies were removed instead of just the selected one (#220).
- Ensure that authors and maintainers are normalized (#276).
Added
- Add support for most of the guaranteed hashes (#207).
- Add support to declare multiple README files (#248).
- Add support for git sub directories (#192).
- Add hooks according to PEP-660 for editable installs (#182).
- Add support for version epochs (#264).
Changed
- Drop python3.6 support (#263).
- Loose the strictness when parsing version constraint to support invalid use of wildcards, e.g.
>=3.*(#186). - No longer assume a default git branch name (#192).
- Sort package name in extras to make it reproducible (#280).
Improvements
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.1.0a6
1.1.0a5
1.1.0a4
Changed
- Files in source distributions now have a deterministic time to improve reproducibility. (#142)
- Source distributions for
poetry-corenow includes tests. (#173)
Fixed
- Fixed an error where leading zeros in the local build part of version specifications were discarded. (#167)
- Fixed the PEP 508 representation of file dependencies. (#153)
- Fixed the copy of
Packageinstances which led to file hashes not being available. (#159) - Fixed an error in the parsing of caret requirements with a pre-release lower bound. (#171)
- Fixed an error where some pre-release versions were not flagged as pre-releases. (#170)