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:
Matej Cepl 2022-08-02 16:42:20 +00:00 committed by Git OBS Bridge
parent b5aef7fbb3
commit a6fe4b937e
4 changed files with 12 additions and 6 deletions

View File

@ -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>

View File

@ -16,8 +16,6 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@ -27,7 +25,7 @@
%bcond_with test
%endif
Name: python-urllib3%{psuffix}
Version: 1.26.10
Version: 1.26.11
Release: 0
Summary: HTTP library with thread-safe connection pooling, file post, and more
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
# many months have passed since the last release.
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})"
%endif

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a
size 299255