pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-pandas



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun 18 07:08:23 UTC 2018

Modified Files:
        pkgsrc/math/py-pandas: Makefile distinfo

Log Message:
py-pandas: updated to 0.23.1

pandas 0.23.1
This is a minor release from 0.23.0 and includes a number of bug fixes and
performance improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/math/py-pandas/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/py-pandas/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-pandas/Makefile
diff -u pkgsrc/math/py-pandas/Makefile:1.22 pkgsrc/math/py-pandas/Makefile:1.23
--- pkgsrc/math/py-pandas/Makefile:1.22 Wed May 30 07:56:30 2018
+++ pkgsrc/math/py-pandas/Makefile      Mon Jun 18 07:08:23 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2018/05/30 07:56:30 adam Exp $
+# $NetBSD: Makefile,v 1.23 2018/06/18 07:08:23 adam Exp $
 
-DISTNAME=      pandas-0.23.0
+DISTNAME=      pandas-0.23.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pandas/}
@@ -11,7 +11,7 @@ COMMENT=      Python Data Analysis Library
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-bottleneck-[0-9]*:../../math/py-bottleneck
-DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
+DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.5.0:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
 DEPENDS+=      ${PYPKGPREFIX}-numexpr-[0-9]*:../../math/py-numexpr
 DEPENDS+=      ${PYPKGPREFIX}-pytables>=2.2:../../math/py-pytables

Index: pkgsrc/math/py-pandas/distinfo
diff -u pkgsrc/math/py-pandas/distinfo:1.17 pkgsrc/math/py-pandas/distinfo:1.18
--- pkgsrc/math/py-pandas/distinfo:1.17 Wed May 30 07:56:30 2018
+++ pkgsrc/math/py-pandas/distinfo      Mon Jun 18 07:08:23 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2018/05/30 07:56:30 adam Exp $
+$NetBSD: distinfo,v 1.18 2018/06/18 07:08:23 adam Exp $
 
-SHA1 (pandas-0.23.0.tar.gz) = 36efcb160a598716f123321f6d1433887748c2b3
-RMD160 (pandas-0.23.0.tar.gz) = 65f88a44f467a2b141df01e59ff7756a735648f6
-SHA512 (pandas-0.23.0.tar.gz) = c9dc7bf843e3392b8b1b4d46c6aa6dd12435aa974abc875574a7a8794abe6ea531fa92d8a635153839fd3fef9059d96a4512831b86b1fb6fb69588c8b29a95d6
-Size (pandas-0.23.0.tar.gz) = 13092442 bytes
+SHA1 (pandas-0.23.1.tar.gz) = acb48dd7a1990e6084411d84689f5d9bd4af01c5
+RMD160 (pandas-0.23.1.tar.gz) = b64137192f901592c65a5d37102077fdd6ea1052
+SHA512 (pandas-0.23.1.tar.gz) = a187016f2f1fa93a3e7ff57403e360155f6a97e9fedbcded37080e9bbb6442c0f3372f60b425821ae4f2f4834314689f437f4f4756f949162511fdaaacd6908d
+Size (pandas-0.23.1.tar.gz) = 13108845 bytes



Home | Main Index | Thread Index | Old Index