Closed renovate[bot] closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
3f54154
) 93.33% compared to head (6e1742c
) 93.33%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
>=1.5.0
->>=1.8.1
Release Notes
python-poetry/poetry-core (poetry-core)
### [`v1.8.1`](https://togithub.com/python-poetry/poetry-core/blob/HEAD/CHANGELOG.md#181---2023-10-31) [Compare Source](https://togithub.com/python-poetry/poetry-core/compare/1.8.0...1.8.1) ##### Fixed - Fix an issue where git URLs starting with `git+` could not be parsed anymore ([#657](https://togithub.com/python-poetry/poetry-core/pull/657)). ### [`v1.8.0`](https://togithub.com/python-poetry/poetry-core/blob/HEAD/CHANGELOG.md#180---2023-10-31) [Compare Source](https://togithub.com/python-poetry/poetry-core/compare/1.7.0...1.8.0) ##### Added - Add `3.12` to the list of available Python versions ([#631](https://togithub.com/python-poetry/poetry-core/pull/631)). - Add support for creating packages dynamically in the build script ([#629](https://togithub.com/python-poetry/poetry-core/pull/629)). ##### Changed - Improve marker logic for `extra` markers ([#636](https://togithub.com/python-poetry/poetry-core/pull/636)). - Update list of supported licenses ([#635](https://togithub.com/python-poetry/poetry-core/pull/635), [#646](https://togithub.com/python-poetry/poetry-core/pull/646)). - Deprecate `Dependency.transitive_python_versions` ([#648](https://togithub.com/python-poetry/poetry-core/pull/648)). - Deprecate `Dependency.transitive_python_constraint` ([#649](https://togithub.com/python-poetry/poetry-core/pull/649)). ##### Fixed - Fix an issue where projects with extension modules were not installed in editable mode ([#633](https://togithub.com/python-poetry/poetry-core/pull/633)). - Fix an issue where the wrong or no `lib` folder was added to the wheel ([#634](https://togithub.com/python-poetry/poetry-core/pull/634)). ##### Vendoring - Replace [`jsonschema`](https://togithub.com/python-jsonschema/jsonschema) with [`fastjsonschema`](https://togithub.com/horejsek/python-fastjsonschema). - [`lark==1.1.8`](https://togithub.com/lark-parser/lark/releases/tag/1.1.8) - [`packaging==23.2`](https://togithub.com/pypa/packaging/blob/main/CHANGELOG.rst) ### [`v1.7.0`](https://togithub.com/python-poetry/poetry-core/blob/HEAD/CHANGELOG.md#170---2023-08-20) [Compare Source](https://togithub.com/python-poetry/poetry-core/compare/1.6.1...1.7.0) ##### Added - Optionally use resolved references when converting a VCS dependency to a PEP 508 dependency specification ([#603](https://togithub.com/python-poetry/poetry-core/pull/603)). - Improve performance of marker handling ([#609](https://togithub.com/python-poetry/poetry-core/pull/609)). ##### Changed - Drop support for Python 3.7 ([#566](https://togithub.com/python-poetry/poetry-core/pull/566)). - Remove deprecated `poetry.core.constraints.generic` and `poetry.core.semver` ([#601](https://togithub.com/python-poetry/poetry-core/pull/601)). - Allow `|` as a value separator in markers with the operators `in` and `not in` ([#608](https://togithub.com/python-poetry/poetry-core/pull/608)). - Put pretty name (instead of normalized name) in metadata ([#620](https://togithub.com/python-poetry/poetry-core/pull/620)). - Update list of supported licenses ([#623](https://togithub.com/python-poetry/poetry-core/pull/623)). ##### Fixed - Fix an issue where the encoding was not handled correctly when calling a subprocess ([#602](https://togithub.com/python-poetry/poetry-core/pull/602)). - Fix an issue where caret constraints with additional whitespace could not be parsed ([#606](https://togithub.com/python-poetry/poetry-core/pull/606)). - Fix an issue where PEP 508 dependency specifications with names starting with a digit could not be parsed ([#607](https://togithub.com/python-poetry/poetry-core/pull/607)). - Fix an issue where Poetry considered an unrelated `.gitignore` file resulting in an empty wheel ([#611](https://togithub.com/python-poetry/poetry-core/pull/611)). ##### Vendoring - [`lark==1.1.7`](https://togithub.com/lark-parser/lark/releases/tag/1.1.7) ### [`v1.6.1`](https://togithub.com/python-poetry/poetry-core/blob/HEAD/CHANGELOG.md#161---2023-05-29) [Compare Source](https://togithub.com/python-poetry/poetry-core/compare/1.6.0...1.6.1) ##### Fixed - Fix an endless recursion in marker handling ([#593](https://togithub.com/python-poetry/poetry-core/pull/593)). - Fix an issue where the wheel tag was not built correctly under certain circumstances ([#591](https://togithub.com/python-poetry/poetry-core/pull/591)). - Fix an issue where the tests included in the sdist failed due to missing files ([#589](https://togithub.com/python-poetry/poetry-core/pull/589)). ### [`v1.6.0`](https://togithub.com/python-poetry/poetry-core/blob/HEAD/CHANGELOG.md#160---2023-05-14) [Compare Source](https://togithub.com/python-poetry/poetry-core/compare/1.5.2...1.6.0) ##### Added - Improve error message for invalid markers ([#569](https://togithub.com/python-poetry/poetry-core/pull/569)). - Increase robustness when deleting temporary directories on Windows ([#460](https://togithub.com/python-poetry/poetry-core/pull/460)). - Add support for file dependencies with subdirectories ([#467](https://togithub.com/python-poetry/poetry-core/pull/467)). ##### Changed - Replace `tomlkit` with `tomli`, which changes the interface of some *internal* classes ([#483](https://togithub.com/python-poetry/poetry-core/pull/483)). - Deprecate `Package.category` ([#561](https://togithub.com/python-poetry/poetry-core/pull/561)). ##### Fixed - Fix a performance regression in marker handling ([#568](https://togithub.com/python-poetry/poetry-core/pull/568)). - Fix an issue where wildcard version constraints were not handled correctly ([#402](https://togithub.com/python-poetry/poetry-core/pull/402)). - Fix an issue where `poetry build` created duplicate Python classifiers if they were specified manually ([#578](https://togithub.com/python-poetry/poetry-core/pull/578)). - Fix an issue where local versions where not handled correctly ([#579](https://togithub.com/python-poetry/poetry-core/pull/579)). ##### Vendoring - [`attrs==23.1.0`](https://togithub.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [`packaging==23.1`](https://togithub.com/pypa/packaging/blob/main/CHANGELOG.rst) - [`tomli==2.0.1`](https://togithub.com/hukkin/tomli/blob/master/CHANGELOG.md) - [`typing-extensions==4.5.0`](https://togithub.com/python/typing_extensions/blob/main/CHANGELOG.md) ### [`v1.5.2`](https://togithub.com/python-poetry/poetry-core/blob/HEAD/CHANGELOG.md#152---2023-03-13) [Compare Source](https://togithub.com/python-poetry/poetry-core/compare/1.5.1...1.5.2) ##### Fixed - Fix an issue where wheels built on Windows could contain duplicate entries in the RECORD file ([#555](https://togithub.com/python-poetry/poetry-core/pull/555)). ### [`v1.5.1`](https://togithub.com/python-poetry/poetry-core/blob/HEAD/CHANGELOG.md#151---2023-02-20) [Compare Source](https://togithub.com/python-poetry/poetry-core/compare/1.5.0...1.5.1) ##### Changed - Improve performance by caching parsed markers, constraints and versions ([#556](https://togithub.com/python-poetry/poetry-core/pull/556)).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.