Skip to content

Commit 188266b

Browse files
committed
Add news entries.
1 parent ea8aad7 commit 188266b

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

news/10202.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace vendored appdirs with platformdirs.

news/pkg_resources.vendor.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Patch pkg_resources to use platformdirs rather than appdirs.

news/platformdirs.vendor.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Patch platformdirs import its submodules from ``pip._vendor.platformdirs``.

src/pip/_vendor/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Modifications
112112
* ``requests`` has been modified to import its other dependencies from
113113
``pip._vendor`` and to *not* load ``simplejson`` (all platforms) and
114114
``pyopenssl`` (Windows).
115-
115+
* ``platformdirs`` has been modified to import its submodules from ``pip._vendor.platformdirs``.
116116

117117
Automatic Vendoring
118118
===================

0 commit comments

Comments
 (0)