Rewrite certain NEWS fragments

This commit is contained in:
Pradyun Gedam 2018-07-20 10:31:20 +05:30
parent c682d98a98
commit 7071efe2a6
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
8 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
Adjust path to selfcheck.json - remove virtualenv specific path and honor cache-dir in pip.conf
Update pip's self-check logic to not use a virtualenv specific file and honor cache-dir.

View File

@ -1 +1 @@
Adding documentation for making pip use a proxy server
Document how to use pip with a proxy server.

View File

@ -1 +1 @@
Clarify that the output of pip show is in RFC-compliant mail header format for people who want to parse the ouput.
Document that the output of pip show is in RFC-compliant mail header format.

View File

@ -1 +1 @@
Improve error message to be more specific when no files are found as listed in as listed in PKG-INFO.
Improve error message to be more specific when no files are found as listed in as listed in PKG-INFO.

View File

@ -1 +1 @@
Start refusing to install packages with non PEP-518 compliant pyproject.toml
Warn when a project's pyproject.toml file does not contain ``build-system.requires``.

View File

@ -1,4 +1,4 @@
Restrict install time dependency warnings to directly-dependant packages
Restrict install time dependency warnings to directly-dependant packages.
Warning about the entire package set has resulted in users getting confused as
to why pip is printing these warnings.

View File

@ -1 +1 @@
Start refusing to install packages with non PEP-518 compliant pyproject.toml
Warn when a project's pyproject.toml file does not contain ``build-system.requires``.

View File

@ -1 +1 @@
Adding documentation for making pip use a proxy server
Document how to use pip with a proxy server.