- 04 Oct, 2020 3 commits
-
-
Resolves: #3065
Andreas Peldszus committed -
Resolves: #3054
Arun Babu Neelicattu committed -
Resolves: #3045
Arun Babu Neelicattu committed
-
- 02 Oct, 2020 3 commits
-
-
Relates-to: #3028
Arun Babu Neelicattu committed -
Resolves: #3018
Arun Babu Neelicattu committed -
Sébastien Eustace committed
-
- 01 Oct, 2020 9 commits
-
-
Fixes #3026 If the context wrapped by the temporary_directory() context manager raised ImportError (for example because distutils.util cannot be imported, #721 #1837), it would previously keep going, causing a RuntimeError from contextlib: RuntimeError: generator didn't stop after throw()Remi Rampin committed -
* fix #1969 * Added newline
Nicklas Tegner committed -
Release 1.1.0
Sébastien Eustace committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Resolves: #3013
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
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 4 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
-