- 10 Apr, 2023 1 commit
-
-
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
David Hotham committed
-
- 09 Apr, 2023 2 commits
-
-
Randy Döring committed
-
Currently, poetry install will clone, build and install every git dependency when it's not present in the environment. This is OK for developer's machines, but not OK for CI - there environment is always fresh, and installing git dependencies takes significant time on each CI run, especially if the dependency has C extensions that need to be built. This commit builds a wheel for every git dependency that has precise reference hash in lock file and is not required to be in editable mode, stores that wheel in a cache dir and will install from it instead of cloning the repository again.
Maxim Koltsov committed
-
- 08 Apr, 2023 2 commits
-
-
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
David Hotham committed -
David Hotham committed
-
- 06 Apr, 2023 3 commits
-
-
David Hotham committed
-
Randy Döring committed
-
(affects `poetry add` and `poetry update`)
Wagner Macedo committed
-
- 05 Apr, 2023 2 commits
-
-
Wagner Macedo committed
-
samypr100 committed
-
- 04 Apr, 2023 2 commits
-
-
Nejc Habjan committed
-
Nejc Habjan committed
-
- 03 Apr, 2023 2 commits
-
-
David Hotham committed
-
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
David Hotham committed
-
- 01 Apr, 2023 1 commit
-
-
alm committed
-
- 31 Mar, 2023 5 commits
-
-
Randy Döring committed
-
Randy Döring committed
-
Randy Döring committed
-
* correct logger for publisher * build 0.10.0 to get metadata in PackageInfo * prefer pathlib * passwords must be strings
David Hotham committed -
martin-kokos committed
-
- 27 Mar, 2023 2 commits
-
-
Nicco Kunzmann committed
-
NimajnebEC committed
-
- 23 Mar, 2023 1 commit
-
-
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
Frederik Zahle committed
-
- 19 Mar, 2023 3 commits
-
-
Evan Rittenhouse committed
-
Randy Döring committed
-
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
Riccardo Albertazzi committed
-
- 18 Mar, 2023 4 commits
-
-
Randy Döring committed
-
Randy Döring committed
-
Randy Döring committed
-
David Hotham committed
-
- 17 Mar, 2023 1 commit
-
-
The env keyword contains the modified path (that uses get_temp_environ) so without it, anything using the `input` path here would get the wrong env. fixes python-poetry#7623
Mike Lundy committed
-
- 07 Mar, 2023 2 commits
-
-
several versions of a package that does not have its metada correctly declared.
Jack Desert committed -
* fix hash mismatch during installation with `no-binary` option for packages that provide suitable wheels * do not skip hash check for sdists * write hash for sdists in direct_url.json
quantum-byte committed
-
- 04 Mar, 2023 3 commits
-
-
Harry Mander committed
-
Evan Rittenhouse committed
-
Pablo Emídio S.S committed
-
- 01 Mar, 2023 1 commit
-
-
arl committed
-
- 27 Feb, 2023 3 commits
-
-
Randy Döring committed
-
Randy Döring committed
-
Randy Döring committed
-