#8 Drop i686 support
Merged 2 months ago by zbyszek. Opened 2 months ago by gui1ty.
rpms/ gui1ty/python-dask pandas  into  rawhide

file modified
+4
@@ -38,6 +38,10 @@ 

  # https://github.com/dask/dask/pull/10969

  Patch:          0008-TST-Add-missing-skip-for-pyarrow.patch

  

+ # Stop building on i686

+ # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval

+ ExcludeArch:    %{ix86}

+ 

  %description

  Dask is a flexible parallel computing library for analytics.

  

In the next major update pandas will drop support for i686. This
package depends on pandas, thus it will need to stop building for i686
as well.

More information is available in Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=2263999

With dask actually being noarch, this is kinda special. There's also some circularity involving python3-pandas+test.

An entirely unrelated question: I noticed the package still has bootstrap enabled. Is that still required?

An entirely unrelated question: I noticed the package still has bootstrap enabled. Is that still required?

See also https://src.fedoraproject.org/rpms/python-dask/pull-request/4

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/9b6991955caf4f51891890bf1988a4a0

I think we can merge this. The end state can only be that we don't have this package on i686.

Pull-Request has been merged by zbyszek

2 months ago

I think we can merge this. The end state can only be that we don't have this package on i686.

Indeed. But, because of python-pandas build requiring python3dist(dask), we need to toggle the same switch for pandas as well or apply the same "hack" Miro applied for python-rapidfuzz.

I'm leaning towards the hack and keep turning off i686 entirely for later. I'll submit a PR.

Metadata