Update to 2.1.0

This commit is contained in:
Benjamin A. Beasley 2023-05-18 10:35:20 -04:00
commit 3e635b3697
3 changed files with 3 additions and 4 deletions

View file

@ -9,7 +9,7 @@
%endif
Name: python-urllib3
Version: 2.0.7
Version: 2.1.0
Release: %autorelease
Summary: HTTP library with thread-safe connection pooling, file post, and more
@ -155,8 +155,6 @@ k="${k-}${k+ and }not (TestHTTPProxyManager and test_tunneling_proxy_request_tim
k="${k-}${k+ and }not (TestSSL and test_requesting_large_resources_via_ssl)"
k="${k-}${k+ and }not (TestSocketSSL and test_requesting_large_resources_via_ssl)"
%endif
# These require network access:
k="${k-}${k+ and }not (TestPoolManager and test_deprecated_no_scheme)"
# The error message does not quite match what upstream expects; this is fixed
# in later urllib3 releases.
# > with pytest.raises(