diff --git a/python-livereload.spec b/python-livereload.spec index c6aea24..3811a21 100644 --- a/python-livereload.spec +++ b/python-livereload.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 2.5.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Utility for starting a server in a directory License: BSD URL: https://github.com/lepture/python-livereload @@ -42,27 +42,6 @@ starting a server in a directory. By default, it will listen to port 35729, the common port for LiveReload browser extensions. LiveReload is designed for web developers who know Python. -%package -n python2-%{pypi_name} - -Summary: Command line utility for starting a server in a directory - -BuildRequires: python2-setuptools -BuildRequires: python2-devel -BuildRequires: python2-six -BuildRequires: python2-tornado - -Requires: python2-backports-ssl_match_hostname -Requires: python2-tornado -Requires: python2-six - -%{?python_provide:%python_provide python2-%{pypi_name}} - -%description -n python2-%{pypi_name} -Python2 LiveReload provides a command line utility, livereload, for -starting a server in a directory. By default, it will listen to port -35729, the common port for LiveReload browser extensions. LiveReload -is designed for web developers who know Python. - %package docs Summary: Documentation for %{name} @@ -75,10 +54,8 @@ LiveReload documentation and examples. %build %py3_build -%py2_build %install -%py2_install #Overrides the python2 executable. %py3_install @@ -93,19 +70,16 @@ LiveReload documentation and examples. %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info -%files -n python2-%{pypi_name} -%doc README.rst CHANGES.rst -%{!?_licensedir:%global license %%doc} -%license LICENSE -%{python2_sitelib}/%{pypi_name} -%{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info - %files docs %doc docs example %{!?_licensedir:%global license %%doc} %license LICENSE %changelog +* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek - 2.5.2-3 +- Subpackage python2-livereload has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Sat Jul 14 2018 Fedora Release Engineering - 2.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild