- 24 Apr, 2023 1 commit
-
-
Bartek Sokorski committed
-
- 22 Apr, 2023 2 commits
-
-
David Hotham committed
-
David Hotham committed
-
- 21 Apr, 2023 2 commits
-
-
David Hotham committed
-
David Hotham committed
-
- 20 Apr, 2023 1 commit
-
-
Randy Döring committed
-
- 19 Apr, 2023 1 commit
-
-
Kelton Bassingthwaite committed
-
- 18 Apr, 2023 3 commits
-
-
David Hotham committed
-
package.category doesn't make a lot of sense in the richer world of dependency groups. The only use that is made of the category in poetry and poetry-core is that it is written to and read back from the lockfile. But no use is made of that information.
David Hotham committed -
Randy Döring committed
-
- 17 Apr, 2023 3 commits
-
-
Andrea Ghensi committed
-
Alejandro Angulo committed
-
Rafał committed
-
- 16 Apr, 2023 5 commits
-
-
Martin Miglio committed
-
David Hotham committed
-
Randy Döring committed
-
Explicit sources are considered only for packages that explicitly indicate their source. Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
Bart Kamphorst committed -
sources: introduce "priority" key for sources and deprecate flags "default" and "secondary", adjust cli accordingly (#7658) Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
Bart Kamphorst committed
-
- 15 Apr, 2023 1 commit
-
-
martin-kokos committed
-
- 12 Apr, 2023 1 commit
-
-
David Hotham committed
-
- 11 Apr, 2023 1 commit
-
-
David Hotham committed
-
- 10 Apr, 2023 3 commits
-
-
Adrian Garcia Badaracco committed
-
David Hotham committed
-
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 2 commits
-
-
Randy Döring committed
-
Randy Döring committed
-