Skip to content

Commit 5382cb7

Browse files
author
Shixian Sheng
authored
Merge branch 'pypa:main' into main
2 parents 570f10f + fb71f4c commit 5382cb7

33 files changed

+273
-4950
lines changed

news/charset_normalizer.vendor.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Remove vendored charset_normalizer.
2+
3+
Requests provides optional character detection support on some APIs
4+
when processing ambiguous bytes. This isn't relevant for pip to function
5+
and we're able to remove it due to recent upstream changes.

news/requests.vendor.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade Requests to 2.32.0

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ drop = [
122122
"bin/",
123123
# interpreter and OS specific msgpack libs
124124
"msgpack/*.so",
125-
# interpreter and OS specific charset-normalizer libs
126-
"charset_normalizer/*.so",
127125
# unneeded parts of setuptools
128126
"easy_install.py",
129127
"setuptools",

src/pip/_vendor/charset_normalizer/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/pip/_vendor/charset_normalizer/__init__.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/pip/_vendor/charset_normalizer/__main__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)