From 32a7fa1a8a8f38df7ff0c3f402d357b9349352a0 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jul 10 2020 18:33:52 +0000 Subject: Add autobahn[twisted] subpackage https://fedoraproject.org/wiki/Changes/PythonExtras --- diff --git a/python-autobahn.spec b/python-autobahn.spec index a5c557d..2917a5d 100644 --- a/python-autobahn.spec +++ b/python-autobahn.spec @@ -8,7 +8,7 @@ Name: python-%{pypi_name} Version: 19.10.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python networking library for WebSocket and WAMP License: MIT @@ -88,6 +88,8 @@ for Twisted and asyncio on Python 2 & 3 and for writing servers and clients. HTML documentation %endif # with doc +%{?python_extras_subpkg:%python_extras_subpkg -n python3-%{pypi_name} -i %{python3_sitelib}/%{pypi_name}-%{version}*-py%{python3_version}.egg-info twisted} + %prep %setup -qn %{github_name}-%{version} @@ -135,6 +137,9 @@ USE_ASYNCIO=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --pyargs autobahn -k %changelog +* Fri Jul 10 2020 Miro Hrončok - 19.10.1-4 +- Add autobahn[twisted] subpackage + * Tue May 26 2020 Miro Hrončok - 19.10.1-3 - Rebuilt for Python 3.9