Skip to content

Commit

Permalink
Add news entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Sep 30, 2021
1 parent ea8aad7 commit 188266b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/10202.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Replace vendored appdirs with platformdirs.
1 change: 1 addition & 0 deletions news/pkg_resources.vendor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Patch pkg_resources to use platformdirs rather than appdirs.
1 change: 1 addition & 0 deletions news/platformdirs.vendor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Patch platformdirs import its submodules from ``pip._vendor.platformdirs``.
2 changes: 1 addition & 1 deletion src/pip/_vendor/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Modifications
* ``requests`` has been modified to import its other dependencies from
``pip._vendor`` and to *not* load ``simplejson`` (all platforms) and
``pyopenssl`` (Windows).

* ``platformdirs`` has been modified to import its submodules from ``pip._vendor.platformdirs``.

Automatic Vendoring
===================
Expand Down

0 comments on commit 188266b

Please sign in to comment.