poetry-core
poetry-core copied to clipboard
Poetry PEP 517 Build Backend & Core Utilities
updates: - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](https://github.com/asottile/yesqa/compare/v1.3.0...v1.4.0) - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](https://github.com/asottile/pyupgrade/compare/v2.37.2...v2.37.3) - [github.com/hadialqattan/pycln: v2.0.4 → v2.1.1](https://github.com/hadialqattan/pycln/compare/v2.0.4...v2.1.1) - [github.com/pycqa/flake8: 4.0.1 → 5.0.4](https://github.com/pycqa/flake8/compare/4.0.1...5.0.4)
This is a backport of 7e09102860b7e0b3f67bb9ba335dbecd2da56177 from master (PR #370). - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. As this is a...
Fixes and tests for `next_major()`, `next_minor()`, etc. Fixed bugs: - handling of dev releases of post releases (next major of `1.post1.dev0` should be `2` instead of `1`, analogous: minor, patch,...
Resolves: python-poetry/poetry#668 - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code.
Resolves: [python-poetry/poetry#4303](https://github.com/python-poetry/poetry/issues/4303) - [x] Added **tests** for changed code. Changes: * Updated the `poetry-schema.json` to add `authors` to the 'required' section * Updated tests as required Note that [python-poetry/poetry#6112](https://github.com/python-poetry/poetry/pull/6112) must...
Resolves: python-poetry#[Fix for git subdirectories #288](https://github.com/python-poetry/poetry-core/pull/288) There is a minor adjustment to fix #288. It was missing the '=' sign when specifying the Git subdirectory to load.
Suport for names such as :Barry-Thomas-Paul: Moss See: [FOR THE CLAIM OF THE LIFE.](https://www.fortheclaimofthelife.com/) Resolves: python-poetry# - [x] Added **tests** for changed code. - [ ] Updated **documentation** for changed...
The purpose of the changes here is to enable Workspace support. A workspace is a place for code and projects. Within the workspace, code can be shared. A workspace is...
At some point in https://github.com/python-poetry/poetry/pull/6058, it wasn't clear to me whether I should be writing `dependency.accepts(package)` or `package.satisfies(dependency)`. It turns out that there are no callers of `Dependency.accepts()`, so I...
Resolves: https://github.com/python-poetry/poetry/issues/5852 - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code.