Skip to content

Commit

Permalink
Remove conda._vendor.urllib3 (conda#11705)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard authored Aug 9, 2022
1 parent eb3d374 commit 503a5e6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 397 deletions.
1 change: 0 additions & 1 deletion conda/_vendor/vendor.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
boltons==21.0.0
tqdm==4.61.1
urllib3==1.19.1
appdirs==1.2.0
py-cpuinfo==8.0.0
distro==1.0.4
Expand Down
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,13 @@ drop = [
'^tqdm/(_dist_ver|rich|keras|tk|dask)\.py',
'^tqdm/(completion\.sh|tqdm\.1)',
"tqdm/contrib",
'^urllib3/(_collections|fields|filepost|poolmanager|request|response)\.py',
'^urllib3/connection.*\.py',
"urllib3/contrib",
"urllib3/packages",
'^urllib3/util/(timeout|ssl_|retry|response|request|connection)\.py',
]

[tool.vendoring.typing-stubs]
# prevent stubs from being generated
boltons = []
toolz = []
tqdm = []
urllib3 = []
appdirs = []
cpuinfo = []
distro = []
Expand All @@ -57,7 +51,6 @@ six = []
boltons = "https://raw.githubusercontent.com/mahmoud/boltons/master/LICENSE" # BSD
toolz = "https://raw.githubusercontent.com/pytoolz/toolz/master/LICENSE.txt" # BSD
tqdm = "https://raw.githubusercontent.com/tqdm/tqdm/master/LICENCE" # MPL, MIT
urllib3 = "https://raw.githubusercontent.com/urllib3/urllib3/main/LICENSE.txt" # MIT
appdirs = "https://raw.githubusercontent.com/ActiveState/appdirs/master/LICENSE.txt" # MIT
cpuinfo = "https://raw.githubusercontent.com/workhorsy/py-cpuinfo/master/LICENSE" # MIT
distro = "https://raw.githubusercontent.com/python-distro/distro/master/LICENSE" # Apache
Expand Down
239 changes: 0 additions & 239 deletions tools/vendoring/patches/urllib3.exceptions.patch

This file was deleted.

100 changes: 0 additions & 100 deletions tools/vendoring/patches/urllib3.patch

This file was deleted.

Loading

0 comments on commit 503a5e6

Please sign in to comment.