Skip to content

Commit

Permalink
Rewrite certain NEWS fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jul 20, 2018
1 parent c682d98 commit 7071efe
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion news/3905.bugfix
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion news/512.doc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Adding documentation for making pip use a proxy server
Document how to use pip with a proxy server.
2 changes: 1 addition & 1 deletion news/5261.doc
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion news/5381.bugfix
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion news/5416.bugfix
Original file line number Diff line number Diff line change
@@ -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``.
2 changes: 1 addition & 1 deletion news/5457.bugfix
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion news/5512.bugfix
Original file line number Diff line number Diff line change
@@ -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``.
2 changes: 1 addition & 1 deletion news/5574.doc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Adding documentation for making pip use a proxy server
Document how to use pip with a proxy server.

0 comments on commit 7071efe

Please sign in to comment.