diff --git a/python-grabbit.spec b/python-grabbit.spec index 38ddd28..6400e80 100644 --- a/python-grabbit.spec +++ b/python-grabbit.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: %{sum} License: MIT @@ -21,27 +21,6 @@ within a project. It's geared towards projects or applications with highly structured filenames that allow useful queries to be performed without having to inspect the file metadata or contents. -%package -n python2-%{srcname} -Summary: %{sum} -BuildRequires: python2-devel -BuildRequires: %{py2_dist setuptools} -BuildRequires: %{py2_dist pytest} -BuildRequires: %{py2_dist six} -BuildRequires: %{py2_dist inflect} -BuildRequires: %{py2_dist pytest-capturelog} -Requires: %{py2_dist pandas} -Requires: %{py2_dist six} -Requires: %{py2_dist hdfs} -Requires: %{py2_dist inflect} -%{?python_provide:%python_provide python2-%{srcname}} - -%description -n python2-%{srcname} -Grabbit is a lightweight Python package for simple queries over filenames -within a project. It's geared towards projects or applications with highly -structured filenames that allow useful queries to be performed without having -to inspect the file metadata or contents. - - %package -n python3-%{srcname} Summary: %{sum} BuildRequires: python3-devel @@ -67,29 +46,25 @@ to inspect the file metadata or contents. rm -rf *.egg-info %build -%py2_build %py3_build %install -%py2_install %py3_install %check -PYTHONPATH=. py.test PYTHONPATH=. py.test-3 -%files -n python2-%{srcname} -%doc README.md examples -%{python2_sitelib}/%{srcname}-%{version}-py?.?.egg-info -%{python2_sitelib}/%{srcname}/ - %files -n python3-%{srcname} %doc README.md examples %{python3_sitelib}/%{srcname}-%{version}-py?.?.egg-info %{python3_sitelib}/%{srcname}/ %changelog +* Thu Nov 01 2018 Miro HronĨok - 0.2.0-5 +- Subpackage python2-grabbit has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Thu Jul 19 2018 Ankur Sinha - 0.2.0-4 - use py.test