- 04 Jun, 2021 1 commit
-
-
Arun Babu Neelicattu committed
-
- 01 Jun, 2021 3 commits
-
-
Relates-to: #4040
Arun Babu Neelicattu committed -
When installing poetry < 1.2.0a1 add a warning indicating the breakage of `self update` command usage. Relates-to: #4040
Arun Babu Neelicattu committed -
Relates-to: #4040
Arun Babu Neelicattu committed
-
- 21 May, 2021 6 commits
-
-
Release 1.2.0a1
Sébastien Eustace committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Improve the `self update` command to account for the new installer
Sébastien Eustace committed -
Sébastien Eustace committed
-
- 18 May, 2021 1 commit
-
-
Sébastien Eustace committed
-
- 07 May, 2021 1 commit
-
-
Arun Babu Neelicattu committed
-
- 06 May, 2021 3 commits
-
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Resolves: #3964 Co-authored-by: Sébastien Eustace <sebastien.eustace@gmail.com> Co-authored-by: Arun Babu Neelicattu <arun.neelicattu@gmail.com>
Fredrik Averpil committed
-
- 05 May, 2021 1 commit
-
-
keyring appears to be increasing the major version for minor changes every few months: https://github.com/jaraco/keyring/compare/v22.4.0...v23.0.0 Perhaps it would be better to use a >= dependency here?
Neil Girdhar committed
-
- 04 May, 2021 1 commit
-
-
Some docs used "you" where they should use "your" for possessiveness.
Avery Fischer (biggerfisch) committed
-
- 03 May, 2021 1 commit
-
-
env: default to enabling pip/wheels/setuptools
Sébastien Eustace committed
-
- 30 Apr, 2021 8 commits
-
-
For project virtual environments, default to enabling pip, setuptools and wheel packages to retain existing stable behaviour to prevent unexpected breakages caused by development environments making assumptions of base package availability in virtual environments. Poetry itself does not require the use of these packages and will execute correctly within environments that do not have these packages. This change retains the ability to manage these packages as direct project dependency as introduced in #2826. All poetry internal execution of pip is retaining the use of the wheel embedded within the virtualenv package used by poetry. In cases where a one of these reserved packages are being managed as a project dependency, the will be treated as any other project dependency. Executing `poetry install --remove-untracked` will not remove any of these reserved packages. However, `poetry add pip` and `poetry remove pip` will trigger the update and removal of `pip` respectively. Relates-to: #2826 Relates-to: #3916
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Previously, pytest execution was influenced by poetry user configuration. This change ensures that a new config.toml is used each test case.
Arun Babu Neelicattu committed -
Replace updates of os.environ with explicit passing of `env` to subprocess calls in `Env.execute()`. Relates-to: #3199
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Resolves: #3952
Arun Babu Neelicattu committed
-
- 29 Apr, 2021 1 commit
-
-
Throw a specific exception in the case of finding a matching name+version, but none of the digests for a link matching the `poetry.lock` metadata. Fixes Issue #2422 Co-authored-by: Nicolas Simonds <nisimond@cisco.com>
Nicolas Simonds committed
-
- 26 Apr, 2021 1 commit
-
-
In the event where we defined sources that were set as secondary = True, we would end up with PyPI being after this source when it should have acted as default in that case. The main issue stems from the fact that it's not because you have sources configured that PyPI should not be a default. Instead, PyPI should be default if there are no sources with secondary = False and not default if there are sources with secondary = True.
Tom Rochette committed
-
- 21 Apr, 2021 2 commits
-
-
This change allows for vcs/path dependencies to be installed with `develop=true` configured.
Arun Babu Neelicattu committed -
Resolves: #1614
paavanb committed
-
- 19 Apr, 2021 1 commit
-
-
* add tests for ansi and no-ansi install output * add tests for Env.run error handling * add tests for pip_install error handling * encapsulate pip installation to handle interrupts
Vasundhara Gautam committed
-
- 14 Apr, 2021 5 commits
-
-
Sébastien Eustace committed
-
This reverts commit cd8ac0d2.
stephsamson committed -
`python get-poetry.py --version 0.12.34` should exit non-zero. This apparently regressed in 23667d28 [1]. 1: https://github.com/python-poetry/poetry/commit/23667d28a96cdf62a83e944ac977e22d3ced7590#diff-952871ed95a893e0348aa1269bf15e689d18756657cfec5c7316d05e55eb6dc6R302
Daniel Hahler committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
- 12 Apr, 2021 4 commits
-
-
This change makes readme formant configurable, defaulting to markdown when using the new command. Resolves: #280 Closes: #1515 Co-authored-by: Arun Babu Neelicattu <arun.neelicattu@gmail.com>
finswimmer committed -
Relates-to: #280 Co-authored-by: Arun Babu Neelicattu <arun.neelicattu@gmail.com>
finswimmer committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-