- 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 10 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 -
Arun Babu Neelicattu committed
-
This change ensures that, When using system environment, poetry falls back to `userbase` if default location is not writable.
Arun Babu Neelicattu committed -
This change improves handling of site-packages under system env, by gracefully handling fallbacks to user site when required and possible. Resolves: #3079
Arun Babu Neelicattu committed -
This change allows users to disable parallel execution while using the new installer. Resolves: #3087
Arun Babu Neelicattu committed
-
- 19 Oct, 2020 3 commits
-
-
Resolves: #1894
Etty committed -
This change correctly reverts pyproject.toml changes for dry runs as well as keyboard interrupts. Resolves: #2933 #318
Etty committed -
Cere Blanco committed
-
- 17 Oct, 2020 1 commit
-
-
Arjan Keeman committed
-
- 16 Oct, 2020 1 commit
-
-
Mitigates: #3134
finswimmer committed
-
- 15 Oct, 2020 1 commit
-
-
This change drops support for Python 2.7 and 3.5 in tox, ci and release workflows in preparation for dropping support for these versions in Poetry 1.2.0.
Arun Babu Neelicattu committed
-
- 14 Oct, 2020 5 commits
-
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
(cherry picked from commit ed43d94b423a7bf53dfb530a549b686d016ab891)
Arun Babu Neelicattu committed -
(cherry picked from commit 733736cd1c2ea6189a77e34ab640059dbff2be23)
Arun Babu Neelicattu committed -
Previously, when determining nested dependencies, the check for activated extras/features of top level dependencies were done after the nested dependencies were processed. This lead to exports containing in active extras. This change resolves this by pre-selecting top level packages prior to identifying nested dependencies. (cherry picked from commit 2b6f82e9494b99bdb04d0dac90f87eb23548e4a5)
Arun Babu Neelicattu committed
-