From 4ca05aa2832598e324396d98ba1069796e51be78 Mon Sep 17 00:00:00 2001 From: Odilon Sousa Date: Thu, 12 Sep 2024 10:19:25 -0300 Subject: [PATCH] Drop charset-normalizer requirement from python-aiohttp, it was removed with 3.9.z release --- packages/python-aiohttp/python-aiohttp.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/python-aiohttp/python-aiohttp.spec b/packages/python-aiohttp/python-aiohttp.spec index 34dd4579b..e8a999a51 100644 --- a/packages/python-aiohttp/python-aiohttp.spec +++ b/packages/python-aiohttp/python-aiohttp.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 3.9.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Async http client/server framework (asyncio) License: Apache 2 @@ -28,8 +28,6 @@ Requires: python%{python3_pkgversion}-brotli Requires: python%{python3_pkgversion}-aiodns Requires: python%{python3_pkgversion}-aiosignal >= 1.1.2 Requires: python%{python3_pkgversion}-attrs >= 17.3.0 -Requires: python%{python3_pkgversion}-charset-normalizer < 3.0 -Requires: python%{python3_pkgversion}-charset-normalizer >= 2.0 Requires: python%{python3_pkgversion}-frozenlist >= 1.1.1 Requires: python%{python3_pkgversion}-multidict < 7.0 Requires: python%{python3_pkgversion}-multidict >= 4.5 @@ -69,6 +67,9 @@ set -ex %changelog +* Thu Sep 12 2024 Odilon Sousa - 3.9.5-2 +- Drop charset-normalizer requirement + * Tue Sep 10 2024 Foreman Packaging Automation - 3.9.5-1 - Update to 3.9.5