!9 Update to version 3.8.4

From: @wang--ge 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-05-17 03:37:19 +00:00 committed by Gitee
commit 63240a39b6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 7 additions and 22 deletions

Binary file not shown.

BIN
aiohttp-3.8.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-aiohttp Name: python-aiohttp
Version: 3.8.3 Version: 3.8.4
Release: 1 Release: 1
Summary: Async http client/server framework (asyncio) Summary: Async http client/server framework (asyncio)
License: Apache 2 License: Apache 2
URL: https://github.com/aio-libs/aiohttp URL: https://github.com/aio-libs/aiohttp
Source0: https://files.pythonhosted.org/packages/ff/4f/62d9859b7d4e6dc32feda67815c5f5ab4421e6909e48cbc970b6a40d60b7/aiohttp-3.8.3.tar.gz Source0: %{pypi_source aiohttp}
Patch0000: update-requires-charset-version.patch
Requires: python3-attrs Requires: python3-attrs
Requires: python3-charset-normalizer Requires: python3-charset-normalizer
@ -42,7 +41,7 @@ Provides: python3-aiohttp-doc
Development documents and examples for aiohttp. Development documents and examples for aiohttp.
%prep %prep
%autosetup -n aiohttp-3.8.3 -p1 %autosetup -n aiohttp-%{version} -p1
%build %build
%py3_build %py3_build
@ -82,6 +81,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed May 17 2023 Ge Wang <wang__ge@126.com> - 3.8.4-1
- update to 3.8.4
* Fri Feb 3 2023 liheavy <lihaiwei8@huawei.com> - 3.8.3-1 * Fri Feb 3 2023 liheavy <lihaiwei8@huawei.com> - 3.8.3-1
- update to 3.8.3 - update to 3.8.3
@ -92,4 +94,4 @@ mv %{buildroot}/doclist.lst .
- License compliance rectification - License compliance rectification
* Fri Jul 23 2021 wutao <wutao61@huawei.com> - 3.7.4-1 * Fri Jul 23 2021 wutao <wutao61@huawei.com> - 3.7.4-1
- Package init - Package init

View File

@ -1,17 +0,0 @@
From 35c105cd34e3ba8d1e5ac092d6ad6cd4bfc6e9ef Mon Sep 17 00:00:00 2001
From: liheavy <lihaiwei8@huawei.com>
Date: Fri, 3 Feb 2023 14:49:03 +0800
Subject: [PATCH] update version of charset-normalizer for install aiohttp
diff -Nur aiohttp-3.8.3/setup.cfg aiohttp-3.8.4/setup.cfg
--- aiohttp-3.8.3/setup.cfg 2022-09-21 21:09:48.801040000 +0800
+++ aiohttp-3.8.4/setup.cfg 2023-02-03 15:02:24.282103295 +0800
@@ -47,7 +47,7 @@
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"