2023-01-12 09:10:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-urllib3: updated to 1.26.14
1.26.14 (2023-01-11)
--------------------
* Fixed parsing of port 0 (zero) returning None, instead of 0.
* Removed deprecated getheaders() calls in contrib module.
|
2022-11-27 14:30:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-urllib3: updated to 1.26.13
1.26.13 (2022-11-23)
--------------------
* Deprecated the ``HTTPResponse.getheaders()`` and ``HTTPResponse.getheader()`` \
methods.
* Fixed an issue where parsing a URL with leading zeroes in the port would be \
rejected
even when the port number after removing the zeroes was valid.
* Fixed a deprecation warning when using cryptography v39.0.0.
* Removed the ``<4`` in the ``Requires-Python`` packaging metadata field.
|
2022-10-19 16:25:20 by Nia Alarie | Files touched by this commit (21) |
Log message:
fighting a losing battle against the py-cryptography rustification, part 5
Convert py-OpenSSL users to versioned_dependencies.mk
|
2022-10-19 15:56:34 by Nia Alarie | Files touched by this commit (26) |
Log message:
fighting a losing battle against py-cryptography rustification, part 2
Switch users to versioned_dependencies.mk.
|
2022-09-11 19:14:22 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-urllib3: restrict to python 3
|
2022-08-22 20:01:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-urllib3: updated to 1.26.12
1.26.12 (2022-08-22)
--------------------
* Deprecated the `urllib3[secure]` extra and the `urllib3.contrib.pyopenssl` module.
Both will be removed in v2.x. See this `GitHub issue \
<https://github.com/urllib3/urllib3/issues/2680>`_
for justification and info on how to migrate.
|
2022-07-26 10:15:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-urllib3: updated to 1.26.11
1.26.11 (2022-07-25)
--------------------
* Fixed an issue where reading more than 2 GiB in a call to \
``HTTPResponse.read`` would
raise an ``OverflowError`` on Python 3.9 and earlier.
|
2022-07-08 09:23:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-urllib3: updated to 1.26.10
1.26.10 (2022-07-07)
--------------------
* Removed support for Python 3.5
* Fixed an issue where a ``ProxyError`` recommending configuring the proxy as HTTP
instead of HTTPS could appear even when an HTTPS proxy wasn't configured.
|
2022-04-21 13:00:02 by Thomas Klausner | Files touched by this commit (18) |
Log message:
*: convert to versioned_dependencies for py-cryptography
|
2022-03-17 08:51:20 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-urllib3: updated to 1.26.9
1.26.9 (2022-03-16)
-------------------
* Changed ``urllib3[brotli]`` extra to favor installing Brotli libraries that \
are still
receiving updates like ``brotli`` and ``brotlicffi`` instead of ``brotlipy``.
This change does not impact behavior of urllib3, only which dependencies are \
installed.
* Fixed a socket leaking when ``HTTPSConnection.connect()`` raises an exception.
* Fixed ``server_hostname`` being forwarded from ``PoolManager`` to \
``HTTPConnectionPool``
when requesting an HTTP URL. Should only be forwarded when requesting an HTTPS URL.
|