Update to latest version.
This commit is contained in:
parent
1f11f519ca
commit
aa9c040c6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/dask-1.1.4.tar.gz
|
||||
/dask-1.1.5.tar.gz
|
||||
/dask-1.2.0.tar.gz
|
||||
/dask-1.2.1.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
From fcaf1aeaee717be3d9bfdafeeeb1eab770f5ae48 Mon Sep 17 00:00:00 2001
|
||||
From 373dd6f27d044da6c3ad657fa2d837be74377f94 Mon Sep 17 00:00:00 2001
|
||||
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||||
Date: Sun, 3 Mar 2019 05:24:13 -0500
|
||||
Subject: [PATCH] XFail partitioning test on some arches.
|
||||
@ -9,15 +9,15 @@ Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/dask/dataframe/tests/test_dataframe.py b/dask/dataframe/tests/test_dataframe.py
|
||||
index e514c694..0d275155 100644
|
||||
index 46f8a377..a7d58fbe 100644
|
||||
--- a/dask/dataframe/tests/test_dataframe.py
|
||||
+++ b/dask/dataframe/tests/test_dataframe.py
|
||||
@@ -1,3 +1,4 @@
|
||||
+import platform
|
||||
import textwrap
|
||||
from distutils.version import LooseVersion
|
||||
import warnings
|
||||
from itertools import product
|
||||
@@ -1375,6 +1376,9 @@ def test_repartition_on_pandas_dataframe():
|
||||
@@ -1452,6 +1453,9 @@ def test_repartition_on_pandas_dataframe():
|
||||
assert_eq(ddf, df.y)
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
%global bootstrap 1
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Parallel PyData with Task Scheduling
|
||||
|
||||
@ -30,8 +30,8 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3dist(cloudpickle) >= 0.2.1
|
||||
BuildRequires: python3dist(graphviz)
|
||||
BuildRequires: python3dist(ipython)
|
||||
BuildRequires: python3dist(numpy) >= 1.11.0
|
||||
BuildRequires: python3dist(pandas) >= 0.19.0
|
||||
BuildRequires: python3dist(numpy) >= 1.13.0
|
||||
BuildRequires: python3dist(pandas) >= 0.21.0
|
||||
BuildRequires: python3dist(partd) >= 0.3.8
|
||||
BuildRequires: python3dist(pytest)
|
||||
BuildRequires: python3dist(pyyaml)
|
||||
@ -57,7 +57,7 @@ BuildArch: noarch
|
||||
%{?python_provide:%python_provide python3-%{srcname}+array}
|
||||
|
||||
Requires: python3-%{srcname} = %{version}-%{release}
|
||||
Requires: python3dist(numpy) >= 1.11.0
|
||||
Requires: python3dist(numpy) >= 1.13.0
|
||||
Requires: python3dist(toolz) >= 0.7.3
|
||||
|
||||
%description -n python3-%{srcname}+array
|
||||
@ -87,8 +87,8 @@ BuildArch: noarch
|
||||
|
||||
Requires: python3-%{srcname} = %{version}-%{release}
|
||||
Requires: python3dist(cloudpickle) >= 0.2.1
|
||||
Requires: python3dist(numpy) >= 1.11.0
|
||||
Requires: python3dist(pandas) >= 0.19.0
|
||||
Requires: python3dist(numpy) >= 1.13.0
|
||||
Requires: python3dist(pandas) >= 0.21.0
|
||||
Requires: python3dist(partd) >= 0.3.8
|
||||
Requires: python3dist(toolz) >= 0.7.3
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dask-1.2.0.tar.gz) = c00886768b331f48ac9627f81c39368afbb4f1083ee9f7e3ebbe64352cc48c3c580fccef8d5466592f5bf772f873bef2ac084a972d30e7c1b4d1028e1d456059
|
||||
SHA512 (dask-1.2.1.tar.gz) = 3fde4a1834a7626df0e2a0a91805c5906c58f92b033583b04c535956da311aff09bbebc20872850454172dfbf18fd5d163b6281df25a28a284cd5ba36a212213
|
||||
|
Loading…
Reference in New Issue
Block a user