diff --git a/aiohttp-3.7.4.post0.tar.gz b/aiohttp-3.7.4.post0.tar.gz deleted file mode 100644 index bb0fc48df313e11c4f85285aef0a09812eb46158..0000000000000000000000000000000000000000 Binary files a/aiohttp-3.7.4.post0.tar.gz and /dev/null differ diff --git a/aiohttp-3.8.3.tar.gz b/aiohttp-3.8.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..cd619cea02b0fa666cc243f40a4751a16ae7bed2 Binary files /dev/null and b/aiohttp-3.8.3.tar.gz differ diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 5fc98e31ba7b43cd4ed12855f4407e93e027ed28..60983273fbf4cc8ee13503f4d1d70f1118a16f94 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -1,19 +1,22 @@ %global _empty_manifest_terminate_build 0 Name: python-aiohttp -Version: 3.7.4 -Release: 2 +Version: 3.8.3 +Release: 1 Summary: Async http client/server framework (asyncio) License: Apache-2.0 URL: https://github.com/aio-libs/aiohttp -Source0: https://files.pythonhosted.org/packages/99/f5/90ede947a3ce2d6de1614799f5fea4e93c19b6520a59dc5d2f64123b032f/aiohttp-3.7.4.post0.tar.gz +Source0: https://files.pythonhosted.org/packages/ff/4f/62d9859b7d4e6dc32feda67815c5f5ab4421e6909e48cbc970b6a40d60b7/aiohttp-3.8.3.tar.gz + +Requires: python3-attrs +Requires: python3-charset-normalizer +Requires: python3-multidict +Requires: python3-async-timeout +Requires: python3-frozenlist +Requires: python3-yarl +Requires: python3-aiosignal +Requires: python3-typing-extensions +Requires: python3-asynctest -BuildRequires: python3-attrs -BuildRequires: python3-chardet -BuildRequires: python3-multidict -BuildRequires: python3-async-timeout -BuildRequires: python3-yarl -BuildRequires: python3-typing-extensions -BuildRequires: python3-cchardet %description Async http client/server framework (asyncio). @@ -25,7 +28,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: gdb %description -n python3-aiohttp Async http client/server framework (asyncio). @@ -36,7 +38,7 @@ Provides: python3-aiohttp-doc Development documents and examples for aiohttp. %prep -%autosetup -n aiohttp-3.7.4.post0 +%autosetup -n aiohttp-%{version} %build %py3_build @@ -76,6 +78,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 02 2022 guozhengxin - 3.8.3-1 +- Upgrade package to version 3.8.3 + * Fri May 20 2022 liukuo - 3.7.4-2 - License compliance rectification