diff --git a/python-dask.spec b/python-dask.spec index c4d3182..c953e52 100644 --- a/python-dask.spec +++ b/python-dask.spec @@ -7,7 +7,7 @@ Name: python-%{srcname} Version: 2.20.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Parallel PyData with Task Scheduling License: BSD @@ -197,11 +197,20 @@ rm -rf html/.{doctrees,buildinfo} %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/ %files -n python3-%{srcname}+array +%{?python_extras_subpkg:%ghost %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info} + %files -n python3-%{srcname}+bag +%{?python_extras_subpkg:%ghost %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info} + %files -n python3-%{srcname}+dataframe +%{?python_extras_subpkg:%ghost %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info} + %files -n python3-%{srcname}+delayed +%{?python_extras_subpkg:%ghost %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info} + %if %{without bootstrap} %files -n python3-%{srcname}+distributed +%{?python_extras_subpkg:%ghost %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info} %endif %if %{without bootstrap} @@ -212,6 +221,9 @@ rm -rf html/.{doctrees,buildinfo} %changelog +* Fri Jul 10 2020 Miro HronĨok - 2.20.0-2 +- Add metadata for Python extras subpackages + * Sun Jul 05 2020 Elliott Sales de Andrade - 2.20.0-1 - Update to latest version