Update to 2.1.0
This commit is contained in:
parent
52671c660b
commit
3e635b3697
3 changed files with 3 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -42,3 +42,4 @@
|
|||
/urllib3-1.26.18.tar.gz
|
||||
/urllib3-1.26.19.tar.gz
|
||||
/urllib3-2.0.7.tar.gz
|
||||
/urllib3-2.1.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (urllib3-2.0.7.tar.gz) = 3819d87a0b37859b7b6615170016fe2885ed818e289fc56ecd180b97eef4d1ad0c587b0250cc0d2eb73a3c21223febda95a5b6a5b4c27f88038da89d3e889eeb
|
||||
SHA512 (urllib3-2.1.0.tar.gz) = 3568803cbfa8d6cb57cb20e91c1bf2eb84e6d40e81c77adf93934220f3c61c371a1107448fa50ab909d942787497e8a9c77536016c93a13dae7e0c9e7563d3a9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue