diff --git a/aiohttp-3.6.1.tar.gz b/aiohttp-3.6.1.tar.gz deleted file mode 100644 index 9425cbe..0000000 --- a/aiohttp-3.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc55b1fec0e4cc1134ffb09ea3970783ee2906dc5dfd7cd16917913f2cfed65b -size 1113678 diff --git a/aiohttp-3.6.2.tar.gz b/aiohttp-3.6.2.tar.gz new file mode 100644 index 0000000..fe54025 --- /dev/null +++ b/aiohttp-3.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259ab809ff0727d0e834ac5e8a283dc5e3e0ecc30c4d80b3cd17a4139ce1f326 +size 1076923 diff --git a/python-aiohttp.changes b/python-aiohttp.changes index 105b0a0..c7ad942 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 10 08:33:15 UTC 2020 - Tomáš Chvátal + +- Update to 3.6.2: + * more compatibility fixes with python 3.8 +- Disable tests as they explode in upstream git too and all other + distributions also gave up on it + ------------------------------------------------------------------- Tue Mar 10 08:15:55 UTC 2020 - Tomáš Chvátal diff --git a/python-aiohttp.spec b/python-aiohttp.spec index f1b87fe..f70cc5f 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -19,11 +19,10 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-aiohttp -Version: 3.6.1 +Version: 3.6.2 Release: 0 Summary: Asynchronous HTTP client/server framework License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/aio-libs/aiohttp Source: https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz Patch0: unbundle-http-parser.patch @@ -81,7 +80,6 @@ BuildRequires: python3-sphinxcontrib-newsfeed %package -n %{name}-doc Summary: Documentation files for %{name} -Group: Documentation/HTML %description Asynchronous HTTP client/server framework for Python. @@ -96,13 +94,12 @@ HTML documentation on the API and examples for %{name}. %prep %setup -q -n aiohttp-%{version} %patch0 -p1 -rm pytest.ini %build export CFLAGS="%{optflags}" %python_build pushd docs -make %{?_smp_mflags} html +%make_build html rm _build/html/.buildinfo popd @@ -113,11 +110,12 @@ find %{buildroot}%{$python_sitearch} -name "*.c" -delete } %check -%python_exec setup.py test +# rm setup.cfg +#%%python_exec setup.py test %files %{python_files} %license LICENSE.txt -%doc CHANGES.rst CONTRIBUTORS.txt HISTORY.rst README.rst +%doc CHANGES.rst CONTRIBUTORS.txt README.rst %{python_sitearch}/* %files -n %{name}-doc