Go to file
Dirk Mueller 29809fa1f7 Accepting request 1142747 from home:glaubitz:branches:devel:languages:python
- Update to version 3.9.3
  * Fixed backwards compatibility breakage (in 3.9.2) of ``ssl`` parameter
    when set outside of ``ClientSession`` (e.g. directly in ``TCPConnector``)
  * Improved test suite handling of paths and temp files to consistently
    use pathlib and pytest fixtures.
- from version 3.9.2 (bsc#1219341, CVE-2024-23334, bsc#1219342, CVE-2024-23829)
  * Fixed server-side websocket connection leak.
  * Fixed ``web.FileResponse`` doing blocking I/O in the event loop.
  * Fixed double compress when compression enabled and compressed file
    exists in server file responses.
  * Added runtime type check for ``ClientSession`` ``timeout`` parameter.
  * Fixed an unhandled exception in the Python HTTP parser on header lines
    starting with a colon.
  * Improved validation of paths for static resources requests to the server.
  * Added support for passing :py:data:`True` to ``ssl`` parameter in
    ``ClientSession`` while deprecating :py:data:`None`.
  * Fixed an unhandled exception in the Python HTTP parser on header lines
    starting with a colon.
  * Fixed examples of ``fallback_charset_resolver`` function in the
    :doc:`client_advanced` document.
  * The Sphinx setup was updated to avoid showing the empty
    changelog draft section in the tagged release documentation
    builds on Read The Docs.
  * The changelog categorization was made clearer. The contributors can
    now mark their fragment files more accurately.
  * Updated :ref:`contributing/Tests coverage <aiohttp-contributing>`
    section to show how we use ``codecov``.
  * Replaced all ``tmpdir`` fixtures with ``tmp_path`` in test suite.
- Refresh patches for new version
  * remove-re-assert.patch

OBS-URL: https://build.opensuse.org/request/show/1142747
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=116
2024-01-31 08:35:12 +00:00
.gitattributes Accepting request 518714 from home:sebix:branches:devel:languages:python 2017-09-01 14:36:11 +00:00
.gitignore Accepting request 518714 from home:sebix:branches:devel:languages:python 2017-09-01 14:36:11 +00:00
aiohttp-3.9.3.tar.gz Accepting request 1142747 from home:glaubitz:branches:devel:languages:python 2024-01-31 08:35:12 +00:00
python-aiohttp.changes Accepting request 1142747 from home:glaubitz:branches:devel:languages:python 2024-01-31 08:35:12 +00:00
python-aiohttp.spec Accepting request 1142747 from home:glaubitz:branches:devel:languages:python 2024-01-31 08:35:12 +00:00
remove-re-assert.patch Accepting request 1142747 from home:glaubitz:branches:devel:languages:python 2024-01-31 08:35:12 +00:00