Skip to content

Commit 912f671

Browse files
committed
release: bump to version 1.5.0
1 parent 98d5d8a commit 912f671

File tree

3 files changed

+51
-4
lines changed

3 files changed

+51
-4
lines changed

CHANGELOG.md

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Change Log
22

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+
346
## [1.4.0] - 2022-11-22
447

548
### Added
@@ -20,23 +63,26 @@
2063
### Vendoring
2164

2265
- [`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)
2467
- [`pyrsistent==0.19.2`](https://github.com/tobgu/pyrsistent/blob/master/CHANGES.txt)
2568
- [`tomlkit==0.11.6`](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
2669
- [`typing-extensions==4.4.0`](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
2770

71+
2872
## [1.3.2] - 2022-10-07
2973

3074
### Fixed
3175

3276
- 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)).
3377

78+
3479
## [1.3.1] - 2022-10-05
3580

3681
### Fixed
3782

3883
- 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)).
3984

85+
4086
## [1.3.0] - 2022-10-05
4187

4288
### Added
@@ -443,7 +489,8 @@ No changes.
443489
- Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)).
444490

445491

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
447494
[1.4.0]: https://github.com/python-poetry/poetry-core/releases/tag/1.4.0
448495
[1.3.2]: https://github.com/python-poetry/poetry-core/releases/tag/1.3.2
449496
[1.3.1]: https://github.com/python-poetry/poetry-core/releases/tag/1.3.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-core"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "Poetry PEP 517 Build Backend"
55
authors = ["Sébastien Eustace <[email protected]>"]
66

src/poetry/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# this cannot presently be replaced with importlib.metadata.version as when building
99
# itself, poetry-core is not available as an installed distribution.
10-
__version__ = "1.4.0"
10+
__version__ = "1.5.0"
1111

1212
__vendor_site__ = (Path(__file__).parent / "_vendor").as_posix()
1313

0 commit comments

Comments
 (0)