- Move documentation into the main package for SLE15

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=92
This commit is contained in:
Dirk Mueller 2023-04-26 21:30:25 +00:00 committed by Git OBS Bridge
parent 9bc7e6a688
commit 0a50e95080
2 changed files with 10 additions and 3 deletions

View File

@ -11,6 +11,11 @@ Wed Apr 26 07:35:37 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
* Fixed ConnectionResetError not being raised after client
disconnection in SSL environments. (#7180)
-------------------------------------------------------------------
Sun Apr 23 22:42:27 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Move documentation into the main package for SLE15
-------------------------------------------------------------------
Fri Apr 21 12:21:39 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -94,9 +94,6 @@ BuildRequires: python3-sphinxcontrib-towncrier
# /SECTION
%python_subpackages
%package -n %{name}-doc
Summary: Documentation files for %{name}
%description
Asynchronous HTTP client/server framework for Python.
@ -104,6 +101,9 @@ Asynchronous HTTP client/server framework for Python.
- Supports both client and server WebSockets out-of-the-box.
- Web-server has middleware and pluggable routing.
%package -n %{name}-doc
Summary: Documentation files for %{name}
%description -n %{name}-doc
HTML documentation on the API and examples for %{name}.
@ -156,7 +156,9 @@ fi
%{python_sitearch}/aiohttp-%{version}*-info
%if %{with docs}
%if 0%{?suse_version} > 1500
%files -n %{name}-doc
%endif
%doc docs/_build/html
%endif