Update to latest version.
This commit is contained in:
parent
ff7197d783
commit
1f11f519ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/dask-1.1.3.tar.gz
|
||||
/dask-1.1.4.tar.gz
|
||||
/dask-1.1.5.tar.gz
|
||||
/dask-1.2.0.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
From e345f8ccac67954c7b95be2be8f4f794135144f3 Mon Sep 17 00:00:00 2001
|
||||
From fcaf1aeaee717be3d9bfdafeeeb1eab770f5ae48 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,7 +9,7 @@ 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 7ddd900f..7c16c770 100644
|
||||
index e514c694..0d275155 100644
|
||||
--- a/dask/dataframe/tests/test_dataframe.py
|
||||
+++ b/dask/dataframe/tests/test_dataframe.py
|
||||
@@ -1,3 +1,4 @@
|
||||
@ -17,7 +17,7 @@ index 7ddd900f..7c16c770 100644
|
||||
import textwrap
|
||||
from distutils.version import LooseVersion
|
||||
from itertools import product
|
||||
@@ -1329,6 +1330,9 @@ def test_repartition_on_pandas_dataframe():
|
||||
@@ -1375,6 +1376,9 @@ def test_repartition_on_pandas_dataframe():
|
||||
assert_eq(ddf, df.y)
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
%global bootstrap 1
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.1.5
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Parallel PyData with Task Scheduling
|
||||
|
||||
@ -185,6 +185,9 @@ PYTHONDONTWRITEBYTECODE=1 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Apr 13 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.2.0-1
|
||||
- Update to latest version
|
||||
|
||||
* Mon Apr 01 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.5-1
|
||||
- Update to latest version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dask-1.1.5.tar.gz) = 6a7d5bad54252b15b6f7096c2493006bce9b4bc8b4e05ef14aeb425c7a5968e316772ef01ee6e15d31bbdadeda22033882358832092b96a5ffbff59494dd6dc5
|
||||
SHA512 (dask-1.2.0.tar.gz) = c00886768b331f48ac9627f81c39368afbb4f1083ee9f7e3ebbe64352cc48c3c580fccef8d5466592f5bf772f873bef2ac084a972d30e7c1b4d1028e1d456059
|
||||
|
Loading…
Reference in New Issue
Block a user