Leon Anavi
b2d4c4fb9b
python3-urllib3: Upgrade 1.25.11 -> 1.26.2
...
Upgrade to release 1.26.2:
- NOTE: urllib3 v2.0 will drop support for Python 2.
- Added support for HTTPS proxies contacting HTTPS servers
- Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that
still wish to use TLS earlier than 1.2 without a deprecation
warning should opt-in explicitly by setting
ssl_version=ssl.PROTOCOL_TLSv1_1 Starting in urllib3 v2.0:
Connections that receive a ``DeprecationWarning`` will fail
- Deprecated Retry options Retry.DEFAULT_METHOD_WHITELIST,
Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST and
Retry(method_whitelist=...) in favor of Retry.DEFAULT_ALLOWED_METHODS,
Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT, and
Retry(allowed_methods=...)
Starting in urllib3 v2.0: Deprecated options will be removed
- Added default User-Agent header to every request
- Added urllib3.util.SKIP_HEADER for skipping User-Agent,
Accept-Encoding, and Host headers from being automatically
emitted with requests
- Collapse transfer-encoding: chunked request data and framing
into the same socket.send() call
- Send http/1.1 ALPN identifier with every TLS handshake by default
- Properly terminate SecureTransport connections when CA
verification fails
- Don't emit an SNIMissingWarning when passing server_hostname=None
to SecureTransport
- Disabled requesting TLSv1.2 session tickets as they weren't
being used by urllib3
- Suppress BrokenPipeError when writing request body after the
server has closed the socket
- Wrap ssl.SSLError that can be raised from reading a socket
(e.g. "bad MAC") into an urllib3.exceptions.SSLError
- Fixed an issue where two User-Agent headers would be sent if a
User-Agent header key is passed as bytes
License-Update: Update copyright date
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-11-27 11:54:04 -08:00
..
2020-06-29 08:22:57 -07:00
2020-06-29 08:23:02 -07:00
2020-06-29 08:23:06 -07:00
2020-06-03 15:15:42 -07:00
2020-06-29 08:23:13 -07:00
2020-06-29 08:23:18 -07:00
2020-07-06 10:21:18 -07:00
2020-07-03 18:07:00 -07:00
2020-06-17 08:57:49 -07:00
2020-07-03 18:07:05 -07:00
2020-07-03 18:07:09 -07:00
2020-08-06 10:26:29 -07:00
2020-06-17 08:57:58 -07:00
2020-06-17 08:58:02 -07:00
2020-06-17 08:55:53 -07:00
2020-06-17 08:57:43 -07:00
2020-07-06 10:20:11 -07:00
2020-06-17 08:56:52 -07:00
2020-07-12 19:04:17 -07:00
2020-06-11 07:42:47 -07:00
2020-06-17 08:56:34 -07:00
2020-06-17 08:56:43 -07:00
2020-06-17 08:56:47 -07:00
2020-09-02 08:55:52 -07:00
2020-07-12 19:04:17 -07:00
2020-09-28 20:49:15 -07:00
2020-09-24 12:52:45 -07:00
2020-09-30 15:57:23 -07:00
2020-07-16 12:10:25 -07:00
2020-07-12 19:04:17 -07:00
2020-07-16 12:10:32 -07:00
2020-07-16 12:10:35 -07:00
2020-07-16 12:10:39 -07:00
2020-10-16 23:11:58 -07:00
2020-09-16 09:16:41 -07:00
2020-07-16 12:10:43 -07:00
2020-07-03 18:07:12 -07:00
2020-07-06 10:18:56 -07:00
2020-07-06 10:19:15 -07:00
2020-07-06 10:19:23 -07:00
2020-09-05 13:04:40 -07:00
2020-09-05 13:04:22 -07:00
2020-07-28 12:23:15 -07:00
2020-11-04 11:09:39 -08:00
2020-11-12 12:45:11 -08:00
2020-09-15 09:28:34 -07:00
2020-11-27 11:54:04 -08:00
2020-06-29 08:22:57 -07:00
2020-06-29 08:23:02 -07:00
2020-09-30 15:57:51 -07:00
2020-11-12 12:45:11 -08:00
2020-11-23 13:00:55 -08:00
2020-08-25 10:33:13 -07:00
2020-08-06 10:26:35 -07:00
2020-06-26 08:56:37 -07:00
2020-06-29 08:23:06 -07:00
2020-11-18 08:18:31 -08:00
2020-08-06 10:26:49 -07:00
2020-06-03 15:15:42 -07:00
2020-08-10 10:58:00 -07:00
2020-06-29 08:23:13 -07:00
2020-08-18 09:37:10 -07:00
2020-10-07 08:42:38 -07:00
2020-07-06 10:21:18 -07:00
2020-11-23 13:00:54 -08:00
2020-11-27 11:54:04 -08:00
2020-07-03 18:07:00 -07:00
2020-06-22 08:38:19 -07:00
2020-07-03 18:07:28 -07:00
2020-06-17 08:57:24 -07:00
2020-11-23 13:00:55 -08:00
2020-07-03 18:07:17 -07:00
2020-10-04 20:22:59 -07:00
2020-11-12 12:45:00 -08:00
2020-11-23 13:00:55 -08:00
2020-09-16 09:14:22 -07:00
2020-06-26 08:55:20 -07:00
2020-07-03 18:07:09 -07:00
2020-08-25 10:33:30 -07:00
2020-08-25 10:33:34 -07:00
2020-11-18 08:17:53 -08:00
2020-10-22 22:16:35 -07:00
2020-06-26 08:56:33 -07:00
2020-11-18 08:18:20 -08:00
2020-07-03 18:07:23 -07:00
2020-06-19 10:17:50 -07:00
2020-10-13 22:27:59 -07:00
2020-09-15 09:28:34 -07:00
2020-06-29 08:22:13 -07:00
2020-11-23 13:00:54 -08:00
2020-10-28 10:22:05 -07:00
2020-11-04 11:08:45 -08:00
2020-08-25 10:33:17 -07:00
2020-11-12 16:13:30 -08:00
2020-11-04 11:09:47 -08:00
2020-09-24 12:51:54 -07:00
2020-09-15 09:28:34 -07:00
2020-05-28 12:36:49 -07:00
2020-06-08 13:57:34 -07:00
2020-11-18 08:18:15 -08:00
2020-11-23 13:00:54 -08:00
2020-09-11 17:44:02 -07:00
2020-09-15 09:28:34 -07:00
2020-09-30 15:58:14 -07:00
2020-08-06 10:27:21 -07:00
2020-09-24 12:52:49 -07:00
2020-10-22 22:17:04 -07:00
2020-11-12 12:45:11 -08:00
2020-09-02 08:50:49 -07:00
2020-06-05 18:42:55 -07:00
2020-06-05 18:43:03 -07:00
2020-06-10 20:55:29 -07:00
2020-09-07 11:28:04 -07:00
2020-11-27 11:54:04 -08:00
2020-06-05 18:43:10 -07:00
2020-08-27 15:07:35 -07:00
2020-08-31 08:27:05 -07:00
2020-08-13 22:32:07 -07:00
2020-09-02 08:55:41 -07:00
2020-08-31 08:27:14 -07:00
2020-09-02 08:55:34 -07:00
2020-09-02 08:55:46 -07:00
2020-08-31 08:27:23 -07:00
2020-08-31 08:26:13 -07:00
2020-08-31 08:27:33 -07:00
2020-09-23 10:13:31 -07:00
2020-09-02 08:51:48 -07:00
2020-06-19 10:17:50 -07:00
2020-08-27 15:07:50 -07:00
2020-06-08 13:58:02 -07:00
2020-08-13 22:32:07 -07:00
2020-06-17 08:55:53 -07:00
2020-09-28 20:49:15 -07:00
2020-07-16 07:08:46 -07:00
2020-11-23 13:00:54 -08:00
2020-07-16 07:10:24 -07:00
2020-10-28 10:22:05 -07:00
2020-10-19 18:40:24 -07:00
2020-09-24 12:52:39 -07:00
2020-08-25 10:36:15 -07:00
2020-06-17 08:57:43 -07:00
2020-07-06 10:20:11 -07:00
2020-09-15 09:28:34 -07:00
2020-06-17 08:56:52 -07:00
2020-07-03 18:06:51 -07:00
2020-06-29 08:22:06 -07:00
2020-08-13 22:32:07 -07:00
2020-06-11 07:43:54 -07:00
2020-10-22 22:17:00 -07:00
2020-08-13 22:32:07 -07:00
2020-11-23 13:00:55 -08:00
2020-11-12 12:45:04 -08:00
2020-07-12 19:04:17 -07:00
2020-07-10 09:35:26 -07:00
2020-09-24 12:52:20 -07:00
2020-06-17 08:57:04 -07:00
2020-08-25 10:34:14 -07:00
2020-10-19 18:40:39 -07:00
2020-06-17 08:56:34 -07:00
2020-06-17 08:56:43 -07:00
2020-11-04 11:10:16 -08:00
2020-08-10 10:57:49 -07:00
2020-06-17 08:56:47 -07:00
2020-09-15 09:28:34 -07:00
2020-06-17 08:57:00 -07:00
2020-10-16 23:11:58 -07:00
2020-06-17 08:57:09 -07:00
2020-08-13 22:32:08 -07:00
2020-08-10 10:57:40 -07:00
2020-08-10 10:57:53 -07:00
2020-11-23 22:51:38 -08:00
2020-06-26 08:56:01 -07:00
2020-11-23 13:00:54 -08:00
2020-06-13 21:34:21 -07:00
2020-11-12 12:45:11 -08:00
2020-06-08 13:58:03 -07:00
2020-06-13 21:34:21 -07:00
2020-07-03 18:07:33 -07:00
2020-11-04 11:10:02 -08:00
2020-11-04 11:09:53 -08:00
2020-08-06 10:27:31 -07:00
2020-07-06 10:19:48 -07:00
2020-06-25 10:22:45 -07:00
2020-08-03 17:43:42 -07:00
2020-06-26 08:55:53 -07:00
2020-11-27 11:54:04 -08:00
2020-11-27 11:54:04 -08:00
2020-10-28 10:22:05 -07:00
2020-07-03 18:06:56 -07:00
2020-11-04 11:09:21 -08:00
2020-11-24 16:01:53 -08:00
2020-09-16 09:16:02 -07:00
2020-09-05 13:04:11 -07:00
2020-06-11 07:43:01 -07:00
2020-07-23 10:27:02 -07:00
2020-09-02 08:52:22 -07:00
2020-06-22 08:38:31 -07:00
2020-09-16 09:16:37 -07:00
2020-08-25 10:34:33 -07:00
2020-10-13 22:28:52 -07:00
2020-07-12 19:04:17 -07:00
2020-06-25 10:22:28 -07:00
2020-07-16 12:10:15 -07:00
2020-06-25 10:22:16 -07:00
2020-08-25 10:33:56 -07:00
2020-09-05 13:04:16 -07:00
2020-10-07 08:42:29 -07:00
2020-10-07 08:43:06 -07:00
2020-08-31 08:26:58 -07:00
2020-06-10 20:55:46 -07:00
2020-07-21 16:46:36 -07:00
2020-08-27 15:07:17 -07:00
2020-06-26 08:55:01 -07:00
2020-07-21 16:46:36 -07:00
2020-06-26 08:55:45 -07:00
2020-09-24 12:52:12 -07:00
2020-11-18 08:18:24 -08:00
2020-10-16 23:11:58 -07:00
2020-09-15 09:28:35 -07:00
2020-06-13 21:34:21 -07:00
2020-08-11 09:41:56 -07:00
2020-10-16 23:11:58 -07:00
2020-06-22 08:37:55 -07:00
2020-07-12 19:04:17 -07:00
2020-06-18 17:56:19 -07:00
2020-06-18 17:56:11 -07:00
2020-08-10 10:57:57 -07:00
2020-08-03 17:42:52 -07:00
2020-06-11 21:58:29 -07:00
2020-09-02 08:55:52 -07:00
2020-09-24 12:52:24 -07:00
2020-06-29 08:22:33 -07:00
2020-06-11 21:58:29 -07:00
2020-06-11 21:58:29 -07:00
2020-06-19 10:20:36 -07:00
2020-06-22 08:38:00 -07:00
2020-11-27 11:54:04 -08:00
2020-06-11 07:44:06 -07:00
2020-10-16 23:11:58 -07:00
2020-06-17 08:57:38 -07:00
2020-10-28 10:22:05 -07:00
2020-06-22 08:38:15 -07:00
2020-06-29 08:22:41 -07:00
2020-07-03 18:06:47 -07:00
2020-08-06 10:26:45 -07:00
2020-07-06 10:21:06 -07:00
2020-06-05 18:42:15 -07:00
2020-10-07 08:42:21 -07:00
2020-08-18 09:37:53 -07:00
2020-07-06 10:20:02 -07:00
2020-10-22 22:16:44 -07:00
2020-06-05 18:42:47 -07:00
2020-09-28 20:49:15 -07:00
2020-09-05 13:04:00 -07:00
2020-10-22 22:16:54 -07:00
2020-11-04 11:08:50 -08:00
2020-07-03 18:06:32 -07:00
2020-07-06 10:19:43 -07:00
2020-11-04 11:09:57 -08:00
2020-06-26 08:56:14 -07:00
2020-11-18 08:18:45 -08:00
2020-10-22 22:17:24 -07:00
2020-08-03 17:42:47 -07:00
2020-09-15 09:28:34 -07:00
2020-08-11 09:42:55 -07:00
2020-10-13 22:29:01 -07:00
2020-06-26 08:55:41 -07:00
2020-11-27 11:54:04 -08:00
2020-09-15 09:28:34 -07:00
2020-09-16 09:16:27 -07:00
2020-10-04 20:23:10 -07:00
2020-11-23 13:00:55 -08:00
2020-08-19 14:04:15 -07:00
2020-05-28 12:36:49 -07:00
2020-07-28 12:23:15 -07:00
2020-08-13 22:32:08 -07:00
2020-08-19 14:04:10 -07:00
2020-07-12 19:04:17 -07:00
2020-05-28 12:37:24 -07:00
2020-09-15 09:28:35 -07:00
2020-05-28 12:37:24 -07:00
2020-09-05 13:04:06 -07:00
2020-07-16 07:10:28 -07:00
2020-06-29 08:22:01 -07:00
2020-08-13 22:32:08 -07:00
2020-11-04 11:09:43 -08:00
2020-07-06 10:19:27 -07:00
2020-07-16 12:10:25 -07:00
2020-06-08 13:58:02 -07:00
2020-07-12 19:04:17 -07:00
2020-09-21 08:57:41 -07:00
2020-09-05 13:03:48 -07:00
2020-08-13 22:32:07 -07:00
2020-09-16 09:16:33 -07:00
2020-06-12 08:46:25 -07:00
2020-10-22 22:16:49 -07:00
2020-10-28 10:22:05 -07:00
2020-06-03 15:15:24 -07:00
2020-06-25 10:21:11 -07:00
2020-11-04 11:09:26 -08:00
2020-07-23 10:26:48 -07:00
2020-05-31 22:42:25 -07:00
2020-10-09 17:22:31 -07:00
2020-07-16 12:10:35 -07:00
2020-06-26 08:56:04 -07:00
2020-11-23 13:00:55 -08:00
2020-07-16 12:10:39 -07:00
2020-06-25 10:21:34 -07:00
2020-10-16 23:11:58 -07:00
2020-10-16 23:11:58 -07:00
2020-06-19 10:17:50 -07:00
2020-09-16 09:15:57 -07:00
2020-08-13 22:32:07 -07:00
2020-09-05 13:04:28 -07:00
2020-08-25 10:33:08 -07:00
2020-09-16 09:16:41 -07:00
2020-08-06 10:25:55 -07:00
2020-09-15 09:28:34 -07:00
2020-07-10 09:35:37 -07:00
2020-11-23 13:00:55 -08:00
2020-11-04 11:10:11 -08:00
2020-10-28 10:22:05 -07:00
2020-09-15 09:28:34 -07:00
2020-10-28 10:22:05 -07:00
2020-11-12 12:44:25 -08:00
2020-06-26 08:56:07 -07:00
2020-06-13 21:34:21 -07:00
2020-08-31 08:26:52 -07:00
2020-11-12 12:45:11 -08:00
2020-08-25 10:34:20 -07:00
2020-06-03 15:15:16 -07:00
2020-10-28 10:22:05 -07:00
2020-10-16 23:11:58 -07:00
2020-07-06 10:18:56 -07:00
2020-07-06 10:19:15 -07:00
2020-11-27 11:54:04 -08:00
2020-06-10 20:56:11 -07:00
2020-06-30 07:50:52 -07:00
2020-07-06 10:19:23 -07:00
2020-11-12 12:45:11 -08:00
2020-07-06 10:20:25 -07:00
2020-08-18 09:37:23 -07:00
2020-08-11 09:42:41 -07:00
2020-10-19 18:40:15 -07:00
2020-08-06 10:27:35 -07:00
2020-08-25 10:33:03 -07:00
2020-10-19 18:40:35 -07:00
2020-11-27 11:54:04 -08:00
2020-10-28 10:22:06 -07:00
2020-06-01 09:25:38 -07:00
2020-06-11 21:58:29 -07:00
2020-11-18 08:18:37 -08:00
2020-07-12 19:04:17 -07:00
2020-11-12 12:45:11 -08:00