#1 Add metadata for Python extras subpackages
Merged 3 years ago by qulogic. Opened 3 years ago by churchyard.
rpms/ churchyard/python-dask extras  into  master

file modified
+13 -1
@@ -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 @@ 

  %{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 @@ 

  

  

  %changelog

+ * Fri Jul 10 2020 Miro Hrončok <mhroncok@redhat.com> - 2.20.0-2

+ - Add metadata for Python extras subpackages

+ 

  * Sun Jul 05 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.20.0-1

  - Update to latest version

  

no initial comment

Pull-Request has been merged by qulogic

3 years ago

Do you want to build this now?

It doesn't build any more :(

Wasn't enough :(

Anyway, this PR doesn't need to be merged right away, no other packages require the new provides.

That's new, but I'm not sure why. I guess this is a different NumPy 1.19 change.

Metadata