Randy Döring

Results 28 issues of Randy Döring

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,...

follow up of python-poetry/poetry-plugin-export#94 Requires a release of poetry-plugin-export with the mentioned change

# Pull Request Check List Resolves: #2453 Requires a poetry-core version with python-poetry/poetry-core#400 - [x] Added **tests** for changed code. - [ ] Updated **documentation** for changed code.

follow up of #398 to support local zip files in addition to urls - [x] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. Some pitfalls:...

Resolves: #5066 Requires: python-poetry/poetry-core#530, python-poetry/poetry-core#546, python-poetry/poetry-core#547 - replace `_merge_dependencies_by_marker` and `_handle_any_marker_dependencies` by the more general `_resolve_overlapping_markers` - raise `IncompatibleConstraintsError` if there are conflicts (due to incompatible version constraints or source...

Since the current default installer is stable and we will introduce a new default installer in #6205, there is no reason to keep the old installer anymore. In other words,...

Related-to: #6713 - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code. While reviewing #6879, I figured out that there is a huge inconsistence between the...

Some people expect poetry to adhere to strict semver, presumably because it used to promote semver (or even still promotes it in the docs). During the last releases, we realized...

area/docs
impact/docs

This issue tracks the progress of version 1.8.0 of Poetry. Please surface any blockers or concerns you have regarding this minor release here: ## Blockers * #8650 * #5509 *...

kind/release