|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | + |
| 4 | +## [1.5.0] - 2023-01-27 |
| 5 | + |
| 6 | +### Added |
| 7 | + |
| 8 | +- Improve marker handling ([#528](https://github.com/python-poetry/poetry-core/pull/528), |
| 9 | +[#534](https://github.com/python-poetry/poetry-core/pull/534), |
| 10 | +[#530](https://github.com/python-poetry/poetry-core/pull/530), |
| 11 | +[#546](https://github.com/python-poetry/poetry-core/pull/546), |
| 12 | +[#547](https://github.com/python-poetry/poetry-core/pull/547)). |
| 13 | +- Allow overriding the output directory when building dist files ([#527](https://github.com/python-poetry/poetry-core/pull/527)). |
| 14 | +- Validate whether dependencies referenced in `extras` are defined in the main dependency group ([#542](https://github.com/python-poetry/poetry-core/pull/542)). |
| 15 | +- Improve handling of generic constraints ([#515](https://github.com/python-poetry/poetry-core/pull/515)). |
| 16 | + |
| 17 | +### Changed |
| 18 | + |
| 19 | +- Deprecate the hash function of `FileDependency` ([#535](https://github.com/python-poetry/poetry-core/pull/535)). |
| 20 | +- Do not set `allows_preleases` implicitly anymore if the lower bound of a constraint is a pre-release ([#543](https://github.com/python-poetry/poetry-core/pull/543)). |
| 21 | +- Poetry no longer generates a `setup.py` file in sdists by default ([#318](https://github.com/python-poetry/poetry-core/pull/318)). |
| 22 | +- Remove the unused `platform` attribute from `Package` ([#548](https://github.com/python-poetry/poetry-core/pull/548)). |
| 23 | +- Deprecate the `pretty_version` parameter when creating a `Package` ([#549](https://github.com/python-poetry/poetry-core/pull/549)). |
| 24 | +- Validate path dependencies during use instead of during construction ([#520](https://github.com/python-poetry/poetry-core/pull/520)). |
| 25 | + |
| 26 | +### Fixed |
| 27 | + |
| 28 | +- Fix an issue where the PEP 517 `metadata_directory` was not respected when building an editable wheel ([#537](https://github.com/python-poetry/poetry-core/pull/537)). |
| 29 | +- Fix an issue where trailing newlines were allowed in `tool.poetry.description` ([#505](https://github.com/python-poetry/poetry-core/pull/505)). |
| 30 | +- Fix an issue where the name of the data folder in wheels was not normalized ([#532](https://github.com/python-poetry/poetry-core/pull/532)). |
| 31 | +- Fix an issue where the order of entries in the RECORD file was not deterministic ([#545](https://github.com/python-poetry/poetry-core/pull/545)). |
| 32 | +- Fix an issue where parsing of VCS URLs with escaped characters failed ([#524](https://github.com/python-poetry/poetry-core/pull/524)). |
| 33 | +- Fix an issue where the subdirectory parameter of VCS URLs was not respected ([#518](https://github.com/python-poetry/poetry-core/pull/518)). |
| 34 | +- Fix an issue where zero padding was not correctly handled in version comparisons ([#540](https://github.com/python-poetry/poetry-core/pull/540)). |
| 35 | +- Fix an issue where sdist builds did not support multiple READMEs ([#486](https://github.com/python-poetry/poetry-core/pull/486)). |
| 36 | + |
| 37 | +### Vendoring |
| 38 | + |
| 39 | +- [`attrs==22.2.0`](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) |
| 40 | +- [`jsonschema==4.17.3`](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) |
| 41 | +- [`lark==1.1.5`](https://github.com/lark-parser/lark/releases/tag/1.1.5) |
| 42 | +- [`packaging==23.0`](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) |
| 43 | +- [`pyrsistent==0.19.3`](https://github.com/tobgu/pyrsistent/blob/master/CHANGES.txt) |
| 44 | + |
| 45 | + |
3 | 46 | ## [1.4.0] - 2022-11-22 |
4 | 47 |
|
5 | 48 | ### Added |
|
20 | 63 | ### Vendoring |
21 | 64 |
|
22 | 65 | - [`jsonschema==4.17.0`](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) |
23 | | -- [`lark==1.1.14`](https://github.com/lark-parser/lark/releases/tag/1.1.4) |
| 66 | +- [`lark==1.1.4`](https://github.com/lark-parser/lark/releases/tag/1.1.4) |
24 | 67 | - [`pyrsistent==0.19.2`](https://github.com/tobgu/pyrsistent/blob/master/CHANGES.txt) |
25 | 68 | - [`tomlkit==0.11.6`](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md) |
26 | 69 | - [`typing-extensions==4.4.0`](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) |
27 | 70 |
|
| 71 | + |
28 | 72 | ## [1.3.2] - 2022-10-07 |
29 | 73 |
|
30 | 74 | ### Fixed |
31 | 75 |
|
32 | 76 | - Fix an issue where the normalization was not applied to the path of an sdist built using a PEP 517 frontend ([#495](https://github.com/python-poetry/poetry-core/pull/495)). |
33 | 77 |
|
| 78 | + |
34 | 79 | ## [1.3.1] - 2022-10-05 |
35 | 80 |
|
36 | 81 | ### Fixed |
37 | 82 |
|
38 | 83 | - Fix an issue where a typing-driven assertion could be false at runtime, causing a failure during prepare_metadata_for_build_wheel ([#492](https://github.com/python-poetry/poetry-core/pull/492)). |
39 | 84 |
|
| 85 | + |
40 | 86 | ## [1.3.0] - 2022-10-05 |
41 | 87 |
|
42 | 88 | ### Added |
@@ -443,7 +489,8 @@ No changes. |
443 | 489 | - Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)). |
444 | 490 |
|
445 | 491 |
|
446 | | -[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.4.0...main |
| 492 | +[Unreleased]: https://github.com/python-poetry/poetry-core/compare/1.5.0...main |
| 493 | +[1.5.0]: https://github.com/python-poetry/poetry-core/releases/tag/1.5.0 |
447 | 494 | [1.4.0]: https://github.com/python-poetry/poetry-core/releases/tag/1.4.0 |
448 | 495 | [1.3.2]: https://github.com/python-poetry/poetry-core/releases/tag/1.3.2 |
449 | 496 | [1.3.1]: https://github.com/python-poetry/poetry-core/releases/tag/1.3.1 |
|
0 commit comments