forked from pool/python-urllib3
Accepting request 992365 from home:bnavigator:branches:devel:languages:python
- update to 1.26.11 * Fix OverflowError when TLS is used on some Python versions OBS-URL: https://build.opensuse.org/request/show/992365 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=136
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 2 14:54:12 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- update to 1.26.11
|
||||||
|
* Fix OverflowError when TLS is used on some Python versions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 24 08:02:24 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sun Jul 24 08:02:24 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python3-%{**}}
|
|
||||||
%define skip_python2 1
|
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define psuffix -test
|
%define psuffix -test
|
||||||
@@ -27,7 +25,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-urllib3%{psuffix}
|
Name: python-urllib3%{psuffix}
|
||||||
Version: 1.26.10
|
Version: 1.26.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -130,6 +128,8 @@ skiplist="test_ssl_read_timeout or test_ssl_failed_fingerprint_verification or t
|
|||||||
# system has a correct system time breaks (re-)building the package after too
|
# system has a correct system time breaks (re-)building the package after too
|
||||||
# many months have passed since the last release.
|
# many months have passed since the last release.
|
||||||
skiplist+=" or test_recent_date"
|
skiplist+=" or test_recent_date"
|
||||||
|
# too slow to run in obs (checks 2GiB of data)
|
||||||
|
skiplist+=" or test_requesting_large_resources_via_ssl"
|
||||||
%pytest -k "not (${skiplist})"
|
%pytest -k "not (${skiplist})"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:879ba4d1e89654d9769ce13121e0f94310ea32e8d2f8cf587b77c08bbcdb30d6
|
|
||||||
size 297854
|
|
3
urllib3-1.26.11.tar.gz
Normal file
3
urllib3-1.26.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a
|
||||||
|
size 299255
|
Reference in New Issue
Block a user