Revisions of python-urllib3

buildservice-autocommit accepted request 1138118 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 177)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 176)
- Add upstream patch openssl-3.2.patch, to fix tests with opennssl
  3.2.0, gh#urllib3/urllib3#3271
buildservice-autocommit accepted request 1130850 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 175)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 174)
- update to 2.1.0:
  * Removed support for the deprecated urllib3[secure] extra.
  * Removed support for the deprecated SecureTransport TLS
    implementation.
  * Removed support for the end-of-life Python 3.7.
  * Allowed loading CA certificates from memory for proxies.
  * Fixed decoding Gzip-encoded responses which specified
    ``x-gzip`` content-encoding.
buildservice-autocommit accepted request 1118603 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 173)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 172)
- update to 2.0.7 (bsc#1216377, CVE-2023-45803):
  * Made body stripped from HTTP requests changing the request method
    to GET after HTTP 303 "See Other" redirect responses.
buildservice-autocommit accepted request 1117485 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 171)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1117445 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 170)
- Update Buildrequires to upstream list.
buildservice-autocommit accepted request 1115892 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 169)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 168)
- update to 2.0.6 (bsc#1215968, CVE-2023-43804):
  * Added the Cookie header to the list of headers to strip from
    requests when redirecting to a different host. As before, different
    headers can be set via Retry.remove_headers_on_redirect
- 2.0.5:
  * Allowed pyOpenSSL third-party module without any deprecation
    warning. #3126
  * Fixed default blocksize of HTTPConnection classes to match
    high-level classes. Previously was 8KiB, now 16KiB. #3066
buildservice-autocommit accepted request 1112725 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 167)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 166)
  * Changed HTTPConnection.request_chunked() to not erroneously emit multiple
  * Added ``urllib3.util.SKIP_HEADER`` for skipping ``User-Agent``, ``Accept-Encoding``,
- Add missing dependency on python-six (bsc#1150895)
- update to 1.25 (bsc#1132663, bsc#1129071, CVE-2019-9740, CVE-2019-11236):
 * Allow providing a list of headers to strip from requests when redirecting
    without repeatedly flushing the decoder, to function better on
  * Accept ca_cert_dir for SSL-related PoolManager configuration.
- add python-pyOpenSSL, python-certifi and python-pyasn1 requirements
- Comment out test requirements, as tests are disabled anyway, and
  * Add support for directories of certificate authorities, as
  * New exception: NewConnectionError, raised when we fail to
- Update 0001-Don-t-pin-dependency-to-exact-version.patch
  * Shuffled around development-related files.
    If you're maintaining a distro package of urllib3, you may need
  * Unverified HTTPS requests will trigger a warning on the first
  * New retry logic and urllib3.util.retry.Retry configuration
  * All raised exceptions should now wrapped in a
    urllib3.exceptions.HTTPException-extending exception.
    urllib3.exceptions.MaxRetryError, including timeout-related
    exceptions which were previously exempt. Underlying error is
  * urllib3.exceptions.ConnectionError renamed to
  * Requesting an empty host will raise
  * Catch read timeouts over SSL connections as
  * Fix TLS verification when using a proxy in Python 3.4.1.
  * Add disable_cache option to urllib3.util.make_headers.
  * Wrap socket.timeout exception with
  * Fixed proxy-related bug where connections were being reused
  * Added socket_options keyword parameter which allows to define
  * Removed HTTPConnection.tcp_nodelay in favor of
  * Don't install dummyserver into site-packages as it's only
buildservice-autocommit accepted request 1109358 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 165)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 164)
- update to 1.25.9 (bsc#1177120, CVE-2020-26137):
buildservice-autocommit accepted request 1100699 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 163)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 162)
- update to 2.0.4:
  * Added support for union operators to ``HTTPHeaderDict``
  * Added ``BaseHTTPResponse`` to ``urllib3.__all__`` (`#3078
  * Fixed ``urllib3.connection.HTTPConnection`` to raise the
    ``http.client.connect`` audit event to have the same behavior
    as the standard library HTTP client
  * Relied on the standard library for checking hostnames in
    supported PyPy releases
buildservice-autocommit accepted request 1096959 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 161)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 160)
- Disable test_deprecated_no_scheme so it needs network connection to
  run correctly.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 159)
- update to 2.0.3:
  * Allowed alternative SSL libraries such as LibreSSL, while
    still issuing a warning as we cannot help users facing issues
    with implementations other than OpenSSL.
  * Deprecated URLs which don't have an explicit scheme
  * Fixed response decoding with Zstandard when compressed data
    is made of several frames.
  * Fixed ``assert_hostname=False`` to correctly skip hostname
    check.
buildservice-autocommit accepted request 1087259 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 158)
baserev update by copy to link target
Displaying revisions 1 - 20 of 177
openSUSE Build Service is sponsored by