15
0

- Add Update-update_query-calls-to-work-with-latest-yarl.patch to fix

problems with latest python-yarl
- Delete aiohttp-pr7057-bump-charset-normalizer.patch not needed
  anymore
- Update to 3.8.4:
  * Fixed incorrectly overwriting cookies with the same name and
    domain, but different path. (#6638)
  * Fixed ConnectionResetError not being raised after client
    disconnection in SSL environments. (#7180)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=90
This commit is contained in:
2023-04-26 07:39:50 +00:00
committed by Git OBS Bridge
parent 89ae940d85
commit 792689dd2d
7 changed files with 101 additions and 44 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Apr 26 07:35:37 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Add Update-update_query-calls-to-work-with-latest-yarl.patch to fix
problems with latest python-yarl
- Delete aiohttp-pr7057-bump-charset-normalizer.patch not needed
anymore
- Update to 3.8.4:
* Fixed incorrectly overwriting cookies with the same name and
domain, but different path. (#6638)
* Fixed ConnectionResetError not being raised after client
disconnection in SSL environments. (#7180)
-------------------------------------------------------------------
Fri Apr 21 12:21:39 UTC 2023 - Dirk Müller <dmueller@suse.com>