[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: python-pandas: Update to 0.23.1.
From: |
Marius Bakke |
Subject: |
03/07: gnu: python-pandas: Update to 0.23.1. |
Date: |
Thu, 28 Jun 2018 19:10:00 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 9e9bc87eb8f8790ecb1d2f174e2c35ac5555ce4c
Author: Marius Bakke <address@hidden>
Date: Thu Jun 28 15:22:53 2018 +0200
gnu: python-pandas: Update to 0.23.1.
* gnu/packages/python.scm (python-pandas): Update to 0.23.1.
[arguments]: Drop new S3 test.
[native-inputs]: Add PYTHON-BEAUTIFULSOUP4 and PYTHON-HTML5LIB.
---
gnu/packages/python.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 91d42c5..a8e6ad1 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1211,13 +1211,13 @@ human-friendly syntax.")
(define-public python-pandas
(package
(name "python-pandas")
- (version "0.22.0")
+ (version "0.23.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pandas" version))
(sha256
- (base32 "0v0fi2i10kwnmlpsl6f1fgajcpx3q6766qf6xqi5kw3ivn8l1aa4"))))
+ (base32 "142nvwb01r2wv42y2cz40bx33hd8ffh6s6gynapg859fmzr2mdah"))))
(build-system python-build-system)
(arguments
`(#:modules ((guix build utils)
@@ -1237,7 +1237,8 @@ human-friendly syntax.")
(for-each delete-file
'("pandas/tests/io/conftest.py"
"pandas/tests/io/json/test_compression.py"
- "pandas/tests/io/test_excel.py"))
+ "pandas/tests/io/test_excel.py"
+ "pandas/tests/io/test_parquet.py"))
(invoke "pytest" "-v" "pandas" "-k"
(string-append
"not network and not disabled"
@@ -1249,7 +1250,9 @@ human-friendly syntax.")
("python-dateutil" ,python-dateutil)))
(native-inputs
`(("python-cython" ,python-cython)
+ ("python-beautifulsoup4" ,python-beautifulsoup4)
("python-lxml" ,python-lxml)
+ ("python-html5lib" ,python-html5lib)
("python-nose" ,python-nose)
("python-pytest" ,python-pytest)))
(home-page "https://pandas.pydata.org")
- branch master updated (6acdfa9 -> e689d8f), Marius Bakke, 2018/06/28
- 03/07: gnu: python-pandas: Update to 0.23.1.,
Marius Bakke <=
- 04/07: gnu: python-pyopenssl: Update to 18.0.0., Marius Bakke, 2018/06/28
- 01/07: gnu: samba: Update to 4.8.3., Marius Bakke, 2018/06/28
- 02/07: gnu: python-numpy: Update to 1.14.5., Marius Bakke, 2018/06/28
- 05/07: gnu: imagemagick: Update to 6.9.10-3., Marius Bakke, 2018/06/28
- 07/07: gnu: feh: Update to 2.27., Marius Bakke, 2018/06/28
- 06/07: gnu: libsrtp: Update to 2.2.0., Marius Bakke, 2018/06/28