Conversation
Contributor
|
Hi @sdispater, |
c17a39c to
f761fb8
Compare
|
#3483 is another critical issue for sites with private https repositories with certs issued by a non-public CA, or anywhere that a custom CA file location is configured via auth.yaml. I'm desperately hoping for this to be merged in time for 1.2.0. |
560dcc1 to
a0fdc39
Compare
a0fdc39 to
30ed889
Compare
30ed889 to
e9c5a6b
Compare
e9c5a6b to
ea92ec1
Compare
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This release is the first testing release of the upcoming 1.2.0 version.
It drops support for Python 2.7 and 3.5.
Added
newcommand now supports namespace packages. (#2768)addcommand now supports the--editableoption to add packages in editable mode. (#3940)Changed
get-poetry.pyscript is now deprecated and is replaced by theinstall-poetry.pyscript. (#3706)pip,setuptools,wheelsanddistribute) can now be managed as any other package. (#2826)pipinstalled within the project virtualenvironment when installing packages. (#4011)newcommand now defaults to the Markdown format for README files. (#2768)Fixed
runcommand. (#3618)