- 09 Feb, 2021 3 commits
-
-
Resolves: #3630
pwoolvett committed -
0xflotus committed
-
Florian Apolloner committed
-
- 05 Feb, 2021 1 commit
-
-
finswimmer committed
-
- 03 Feb, 2021 1 commit
-
-
finswimmer committed
-
- 02 Feb, 2021 1 commit
-
-
Migrate to the new version of Cleo
Sébastien Eustace committed
-
- 01 Feb, 2021 1 commit
-
-
Sébastien Eustace committed
-
- 30 Jan, 2021 1 commit
-
-
fix and add several type hints
Sébastien Eustace committed
-
- 26 Jan, 2021 1 commit
-
-
Add an option to poetry install to install only dev dependencies, e.g. poetry install --dev-only. Fixes https://github.com/python-poetry/poetry/issues/2572
Ryan Opel committed
-
- 17 Jan, 2021 1 commit
-
-
finswimmer committed
-
- 16 Jan, 2021 1 commit
-
-
Fixes #3577. This makes `poetry version --short <version>` output only the updated version number, similarly to `poetry version --short`.
sprt committed
-
- 06 Jan, 2021 1 commit
-
-
Miro Hrončok committed
-
- 05 Jan, 2021 3 commits
-
-
John Peter Yamauchi committed
-
* Remove non-existing --path option * Add missing options
Fredrik Averpil committed -
atanas argirov committed
-
- 04 Jan, 2021 1 commit
-
-
Co-authored-by: Steph Samson <hello@stephsamson.com>
Torsten Rudolf committed
-
- 26 Dec, 2020 1 commit
-
-
* Added missing Option in install command description
Vladislav Goncharenko committed
-
- 24 Nov, 2020 1 commit
-
-
* Remove python 2.7/3.5 compatibility code This change removes code, dependencies and tests related to python 2.7 and 3.5 compatibility. The minimum supported runtime python version for poetry is now 3.6. * tests: mitigate httpretty urllib incompatibility Relates-to: #3404
Arun Babu Neelicattu committed
-
- 18 Nov, 2020 1 commit
-
-
* Fixed the command(deleted the `source` because you don't need `source` in order to run batch files * Made code of the table look better, nothing changed in client.
Murad Bashirov committed
-
- 13 Nov, 2020 1 commit
-
-
`source`poetry env info --path`/bin/activate` replaced with: `source `poetry env info --path`/bin/activate`
adnan-st committed
-
- 02 Nov, 2020 10 commits
-
-
Resolves: #477
Steph Samson committed -
the built-in function being used does not require comprehension and can work directly with a generator expression Signed-off-by: Rayan Das <rayandas91@gmail.com>
Rayan Das committed -
Signed-off-by: Rayan Das <rayandas91@gmail.com>
Rayan Das committed -
Signed-off-by: Rayan Das <rayandas91@gmail.com>
Rayan Das committed -
Because `.zprofile` is only run for login shells, it is not used by graphical terminals. `.zprofile` is also not created by default. Fixes #2620
Anatoli Babenia committed -
Resolves: #3236 \#3236 states that some functions are defined but never used, thus this PR remove then. While removing them, this also makes sure that there is no trouble with: ```bash $ poetry run pytest tests/ $ poetry run pre-commit run --all-files ``` as stated at `CONTRIBUTING.md`. The functions removed were: - `poetry/config/config.py`: + `_get_validator` - `poetry/console/commands/config.py`: + `_list_setting` + `_get_formatted_value` - `poetry/console/commands/run.py` : + `_module` - `poetry/console/commands/self/update.py : + `_bin_path` - `poetry/mixology/version_solver.py`: + `_excludes_single_version` - `poetry/puzzle/provider.py`: + `_formatter_elapsed` - `poetry/utils/setup_reader.py`: + `_is_empty_result` By removing some of those functions Flack announced that there is no more need to do some includes, so they were removed too: - `poetry/mixology/version_solver.py`: + `from typing import Any` + `from poetry.core.semver import Version` + `from poetry.core.semver import VersionRange` - `poetry/puzzle/provider.py`: + `import time`
Lucas Cavalcante de Sousa committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
- ensure tests rely on temporary cache directory - remove external http call requirement for lock --no-update Relates-to: #1645
Arun Babu Neelicattu committed
-
- 30 Oct, 2020 1 commit
-
-
* Add context to caret version constraint documentation
Cere Blanco committed
-
- 28 Oct, 2020 3 commits
-
-
Resolves: #3272
Arun Babu Neelicattu committed -
Gabriel Simonetto committed
-
Eric Engestrom committed
-
- 23 Oct, 2020 6 commits
-
-
Arun Babu Neelicattu committed
-
Resolves: #3263
Arun Babu Neelicattu committed -
When a project specifies non default sources, PyPI gets added as the default source. This will prioritise packages available in PyPI when the package exists in both index. This change ensures that PyPI is only used as a default when no other sources are provided. Resolves: #1677 #2564 #3238
Arun Babu Neelicattu committed -
Resolves: #3213
Arun Babu Neelicattu committed -
Previously, when using locked repository, incorrect dependency instance was created when a dependency's extra requirement activated a nested extra. This change ensures that these are correctly loaded. As part of this change new lock files write PEP 508 serialised form of extra dependencies in order to reuse core logic to parse specification of extra requirement. Resolves: #3224
Arun Babu Neelicattu committed -
When detecting installed packages, this change ensures that packages with .pth files are not incorrectly marked as editable. A package is considered editable only if at least one of the paths detected is not in the environment site. Resolves: #3077
Arun Babu Neelicattu committed
-