Merge pull request #30956 from teto/pandas

pandas: 0.20.3 -> 0.21.0
This commit is contained in:
Orivej Desh 2017-10-30 14:48:31 +00:00 committed by GitHub
commit 3c6bcab73b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
, cython , cython
, dateutil , dateutil
, scipy , scipy
, moto
, numexpr , numexpr
, pytz , pytz
, xlrd , xlrd
@ -27,12 +28,12 @@ let
inherit (stdenv) isDarwin; inherit (stdenv) isDarwin;
in buildPythonPackage rec { in buildPythonPackage rec {
pname = "pandas"; pname = "pandas";
version = "0.20.3"; version = "0.21.0";
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "a777e07633d83d546c55706420179551c8e01075b53c497dcf8ae4036766bc66"; sha256 = "0nf50ls2cnlsd2635nyji7l70xc91dw81qg5y01g5sifwwqcpmaw";
}; };
LC_ALL = "en_US.UTF-8"; LC_ALL = "en_US.UTF-8";
@ -64,6 +65,7 @@ in buildPythonPackage rec {
"['pandas/src/klib', 'pandas/src', '$cpp_sdk']" "['pandas/src/klib', 'pandas/src', '$cpp_sdk']"
''; '';
checkInputs = [ moto ];
checkPhase = '' checkPhase = ''
runHook preCheck runHook preCheck
'' ''