- 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
-
- 22 Sep, 2020 4 commits
-
-
Bump version to 1.1.0b4
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
* dep: update identify * deps: update requests-toolbelt Resolves: #2939
Arun Babu Neelicattu committed -
I also added the `-` argument to `python`, because without it you cannot simply append flags for the script. Hope this is just the same for powershell, as for bash. Cf. #898
Bodo Graumann committed
-
- 21 Sep, 2020 6 commits
-
-
finswimmer committed
-
Fix inconsistencies with release scripts
Sébastien Eustace committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Python 2 running on Windows, causes thread leaks which leads console io write errors when using pastel. This works around the issue by limiting to a single worker in these environments.
Arun Babu Neelicattu committed -
Release 1.1.0b3
Sébastien Eustace committed
-
- 19 Sep, 2020 4 commits
-
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
- 18 Sep, 2020 5 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Fix and improve handling of extras while resolving dependencies
Sébastien Eustace committed -
Sébastien Eustace committed
-
Arun Babu Neelicattu committed
-