- 01 Oct, 2020 1 commit
-
-
Arun Babu Neelicattu committed
-
- 30 Sep, 2020 11 commits
-
-
Fredrik Averpil committed
-
Kelton Bassingthwaite committed
-
Arun Babu Neelicattu committed
-
Resolves: #2662
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
Resolves: #2996
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Co-authored-by: Sébastien Eustace <sebastien@eustace.io>
Arun Babu Neelicattu committed -
Co-authored-by: Sébastien Eustace <sebastien@eustace.io>
Arun Babu Neelicattu committed -
This change adds issue triage section and additional information around using multiple poetry versions. Co-authored-by: Sébastien Eustace <sebastien@eustace.io>
Arun Babu Neelicattu committed
-
- 29 Sep, 2020 2 commits
-
-
At the moment a `poetry init` will fail, if a pyproject.toml already exists. This change ensures pyproject.toml is reused if no build-system has already been defined or poetry is not already configured. Resolves: #1639
finswimmer committed -
This change unifies TOML and pyproject.toml file handling to core classes to ensure consistent handling of TOML files. Reference: python-poetry/poetry-core#70 Reference: python-poetry/poetry-core#74
Arun Babu Neelicattu committed
-
- 28 Sep, 2020 5 commits
-
-
Multiple fixes for repository http authentication
Sébastien Eustace committed -
This change unifies the use of authenticator for legacy repositories. This ensures that we retrieve the correct credentials in all cases. Relates-to: #2799 #2988
Arun Babu Neelicattu committed -
This change ensures that we use configured repositories to detect credentials instead of `http-basic.` Resolves: #2799 Co-authored-by: Fredrik Bergroth <fbergroth@gmail.com>
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
This fix allows having whitespaces in the list of extras during poetry add and init, e.g. `databases[postgresql, sqlite]`. Resolves: #2980
finswimmer committed
-
- 27 Sep, 2020 3 commits
-
-
finswimmer committed
-
Arun Babu Neelicattu committed
-
This change ensures that invalid versions in setup files raises an error and gracefully fallsback to PEP 517 builds to discover package metadata. Resolves: #2761
finswimmer committed
-
- 25 Sep, 2020 9 commits
-
-
The previous VERSION_REGEX string only checks for 'RC', however, the latest RC submitted to the poetry project is '1.1.0rc1' which fails the regex test for allowing installation of PREVIEW releases. fixes: https://github.com/python-poetry/poetry/issues/2977
Adam Wallis committed -
Release 1.1.0rc1
Sébastien Eustace committed -
Sébastien Eustace committed
-
This change cleans up a few of the fixtures used in the test suite to be more consistent and also renames ambiguous helper classes.
Arun Babu Neelicattu committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
- 24 Sep, 2020 2 commits
-
-
Resolves: #2576
Tim Orme committed -
Resolves: #711
finswimmer committed
-
- 23 Sep, 2020 7 commits
-
-
provider: ensure download dest file is a string
Sébastien Eustace committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Resolves: #98
finswimmer committed -
Before this change, when .venv directory exists within the project root, poetry will use it as the path to the venv regardless whether virtualenvs.in-project is set to true or not. This leads to confusion as described in #1770 and #2756. With this change poetry will check if virtualenvs.in-project is set to true if it finds a .venv folder. This commit also changes the default state of this configuration to be unset (null), in order to not break any current environments. Resolves: #1770 #2756
finswimmer committed -
* changelog: fix 1.1.0b4 links * changelog: add missing change for 1.1.0b3
Arun Babu Neelicattu committed -
Resolves: #2931
Arun Babu Neelicattu committed
-