- 13 Oct, 2019 1 commit
-
-
Sébastien Eustace committed
-
- 12 Oct, 2019 3 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
* Fix PATH being altered after installation even though choose not to * Remove unuse updated list variable
Loi Tran committed
-
- 11 Oct, 2019 8 commits
-
-
Sébastien Eustace committed
-
Co-authored-by: adisbladis <adisbladis@gmail.com>
Sébastien Eustace committed -
* Check that a git dependency resolves to a revision A git dependency should be resolved to a full git revision (SHA-1). When dealing with a git dependency, this is the only way to lock the dependency in-place (because revisions are immutable). * Check that a pinned git dependency resolves to a revision There are three mutually exclusive parameters that can be used to pin a git dependency: `branch`, `tag`, and `rev`. Since they all can be moving targets, they should be resolved to a full git revision (SHA-1) to ensure a proper in-place lock. This change highlights bug #1331 and currently fails. * Make sure a git reference resolves to a revision Do not lock a git dependency to a named reference but to a full git revision instead. This ensures reproducibility and security as git revisions are immutable. Fixes: #1331
Borjan Tchakaloff committed -
Frank Sachsenheim committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Using poetry from master/develop branches or any recent alpha/beta release, you can't add the requests package with the security extra. The requests package requires the idna twice (as a main dependency and as an optional one) and this case wasn't handled properly in Locker._dump_package function. These changes make the _dump_package ensures that all elements of the constraints list have the same type in order to make them renderable as TOML.
Aliaksei Urbanski committed -
Sébastien Eustace committed
-
- 08 Oct, 2019 1 commit
-
-
Sébastien Eustace committed
-
- 06 Oct, 2019 1 commit
-
-
Resolves: #1401
Arun Babu Neelicattu committed
-
- 05 Oct, 2019 2 commits
-
-
Sébastien Eustace committed
-
Brian Turek committed
-
- 04 Oct, 2019 4 commits
-
-
* Use os.execvp for poetry run * Use subprocess.Popen for Windows * Handle env kwargs
Thomas Lee committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 30 Sep, 2019 3 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 29 Sep, 2019 1 commit
-
-
* Fix specification of Python versions for dependencies using double pipe (`||`) instead of using an array which leads to confusion (see for instance https://github.com/sdispater/poetry/issues/847). * Fixes #847 Signed-off-by: mr.Shu <mr@shu.io>
Marek Šuppa committed
-
- 24 Sep, 2019 3 commits
-
-
Resolves: #1080
Arun Babu Neelicattu committed -
Closes: #1303
Arun Babu Neelicattu committed -
Géry Ogam committed
-
- 23 Sep, 2019 2 commits
-
-
stephsamson committed
-
* Update issue templates, thanks @explosion for the inspiration. Direct support questions to StackOverflow instead. * Remove stale issue templates. * Update ---bug-report.md * Update ---documentation.md
Steph Samson committed
-
- 22 Sep, 2019 1 commit
-
-
Arun Babu Neelicattu committed
-
- 20 Sep, 2019 1 commit
-
-
Sébastien Eustace committed
-
- 13 Sep, 2019 8 commits
-
-
Sébastien Eustace committed
-
* Update about.py * Update add.py * Update update.py
Géry Ogam committed -
Sébastien Eustace committed
-
Darren Weber committed
-
Some packages (like `pygame-music-grid`) have unparseable metadata. This resulted in a ValueError. pip ignores packages like these, so it's reasonable to do the same in poetry itself and only display the well-formed ones. Fixes #1345. Fixes #637.
Tamás Szelei committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
This reverts commit be03ab9e.
Sébastien Eustace committed
-
- 10 Sep, 2019 1 commit
-
-
Sébastien Eustace committed
-