diff --git a/python-ECPy.spec b/python-ECPy.spec index 916a0bf..1ad1d4e 100644 --- a/python-ECPy.spec +++ b/python-ECPy.spec @@ -6,7 +6,7 @@ operations. Name: python-%{srcname} Version: 0.8.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python Elliptic Curve Library License: ASL 2.0 @@ -14,20 +14,13 @@ URL: https://github.com/%{owner}/%{srcname} Source0: https://github.com/%{owner}/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python2-devel python3-devel python3-sphinx +BuildRequires: python3-devel +BuildRequires: python3-sphinx %description %{desc} -%package -n python2-%{srcname} -Summary: %{summary} -Requires: python2-future -%{?python_provide:%python_provide python2-%{srcname}} - -%description -n python2-%{srcname} -%{desc} - %package -n python3-%{srcname} Summary: %{summary} %{?python_provide:%python_provide python3-%{srcname}} @@ -47,22 +40,15 @@ This package contains the documentation for python-%{srcname} %build -%py2_build %py3_build %make_build -C doc singlehtml rm -f doc/build/singlehtml/{.buildinfo,.nojekyll} %install -%py2_install %py3_install -%files -n python2-%{srcname} -%license LICENSE -%doc README.rst -%{python2_sitelib}/* - %files -n python3-%{srcname} %license LICENSE %doc README.rst @@ -74,6 +60,10 @@ rm -f doc/build/singlehtml/{.buildinfo,.nojekyll} %changelog +* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek - 0.8.2-6 +- Subpackage python2-ECPy has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Fri Jul 13 2018 Fedora Release Engineering - 0.8.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild