- 25 Oct, 2019 8 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 24 Oct, 2019 5 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 22 Oct, 2019 1 commit
-
-
* Add custom certificate authority and client certificate support * Add documentation on certificates * Add cli options to publish for cert and custom ca * Fix requests+pathlib problem and logic hole when BasicAuth+certs are used * Rename custom-ca to cert * Make black happy
Brian Turek committed
-
- 19 Oct, 2019 1 commit
-
-
Matúš Ferech committed
-
- 18 Oct, 2019 6 commits
-
-
Sébastien Eustace committed
-
Fixes #1153
Sébastien Eustace committed -
Currently Poetry will detect that it is running in a usual virtual env created with "python -m venv" and will not create an additional env. This commit extends this logic to Conda, which uses different environment variables to indicate running in a virtual env. Conda's "base" env is treated specially to avoid polluting global namespace.
Maxim Koltsov committed -
Sébastien Eustace committed
-
* Refactor the environment management code * Improve executable selection when current Python is incompatible
Sébastien Eustace committed -
* Allow uploading of wheels with local version identifier Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com> * extracted pep-427-style name/version escaping to helper functions Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
hoefling committed
-
- 14 Oct, 2019 2 commits
-
-
-- `package` from provider.py:search_for_directory is missing root_dir value. This fixes the problem. -- fix https://github.com/sdispater/poetry/issues/1455
Khurshid Fayzullaev committed -
Ross Weir committed
-
- 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 1 commit
-
-
* Use os.execvp for poetry run * Use subprocess.Popen for Windows * Handle env kwargs
Thomas Lee committed
-