15
0

Accepting request 1104714 from home:mschreiner:branches:devel:languages:python

- Remove py3109-compat.patch, no longer required. The current spec
  builds successfully on Python 3.9, 3.10 and 3.11.

- Update to 3.8.5:
  * Upgraded the vendored copy of llhttp to v8.1.1.
    More information here:
    https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w
  * Added information to C parser exceptions to show which character
    caused the error.
  * Fixed a transport is None error.

OBS-URL: https://build.opensuse.org/request/show/1104714
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=94
This commit is contained in:
2023-08-20 17:30:39 +00:00
committed by Git OBS Bridge
parent 0a50e95080
commit 7ccbe77ecb
5 changed files with 32 additions and 111 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Aug 18 15:42:27 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com>
- Remove py3109-compat.patch, no longer required. The current spec
builds successfully on Python 3.9, 3.10 and 3.11.
- Update to 3.8.5:
* Upgraded the vendored copy of llhttp to v8.1.1.
More information here:
https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w
* Added information to C parser exceptions to show which character
caused the error.
* Fixed a transport is None error.
-------------------------------------------------------------------
Wed Apr 26 07:35:37 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>