python-aiohttp/aiohttp-pr7057-bump-charset-normalizer.patch
Matej Cepl 0138a08667 Accepting request 1034348 from home:bnavigator:branches:devel:languages:python
- Drop ignore-pytest-deprecationwarning.patch
- Add aiohttp-pr7057-bump-charset-normalizer.patch
  * gh#aio-libs/aiohttp#7057
  * Sync requirement with rpm specs

OBS-URL: https://build.opensuse.org/request/show/1034348
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=79
2022-11-08 07:22:30 +00:00

23 lines
697 B
Diff

From b619273de1bbb75e07668b4d3a59a8907e4b37cf Mon Sep 17 00:00:00 2001
From: Sam Bull <aa6bs0@sambull.org>
Date: Fri, 28 Oct 2022 21:25:52 +0100
Subject: [PATCH] Raise allowed charset version
---
setup.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: aiohttp-3.8.3/setup.cfg
===================================================================
--- aiohttp-3.8.3.orig/setup.cfg
+++ aiohttp-3.8.3/setup.cfg
@@ -47,7 +47,7 @@ zip_safe = False
include_package_data = True
install_requires =
attrs >= 17.3.0
- charset-normalizer >=2.0, < 3.0
+ charset-normalizer >=2.0, < 4.0
multidict >=4.5, < 7.0
async_timeout >= 4.0.0a3, < 5.0
asynctest == 0.13.0; python_version<"3.8"