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:           Wed Jun  7 08:13:56 UTC 2017

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

Log Message:
v0.20.2:
This is a minor bug-fix release in the 0.20.x series and includes some small regression fixes, bug fixes and performance improvements. We recommend that all users upgrade to this version.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/py-pandas/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/py-pandas/PLIST
cvs rdiff -u -r1.11 -r1.12 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.15 pkgsrc/math/py-pandas/Makefile:1.16
--- pkgsrc/math/py-pandas/Makefile:1.15 Sun May 21 08:54:33 2017
+++ pkgsrc/math/py-pandas/Makefile      Wed Jun  7 08:13:56 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2017/05/21 08:54:33 adam Exp $
+# $NetBSD: Makefile,v 1.16 2017/06/07 08:13:56 adam Exp $
 
-DISTNAME=      pandas-0.20.1
+DISTNAME=      pandas-0.20.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pandas/}
@@ -10,13 +10,13 @@ HOMEPAGE=   http://pandas.pydata.org/
 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}-numexpr-[0-9]*:../../math/py-numexpr
+DEPENDS+=      ${PYPKGPREFIX}-pytables>=2.2:../../math/py-pytables
 DEPENDS+=      ${PYPKGPREFIX}-pytz>=1.5:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.7:../../math/py-scipy
-DEPENDS+=      ${PYPKGPREFIX}-pytables>=2.2:../../math/py-pytables
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.7.0
 # TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 # 20 test failures as of 0.18.1, see
@@ -26,11 +26,8 @@ BUILD_DEPENDS+=      ${PYPKGPREFIX}-nose-[0-9
 PLIST_SUBST+=  PYPKGPREFIX=${PYPKGPREFIX}
 USE_LANGUAGES= c c++
 
-# XXX Avoid picking up other compilers when installed
-.include "../../mk/compiler.mk"
-
-# XXX want py-bottleneck
+.include "../../graphics/py-matplotlib/buildlink3.mk"
 .include "../../lang/python/egg.mk"
+BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.7.0
 .include "../../math/py-numpy/buildlink3.mk"
-.include "../../graphics/py-matplotlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-pandas/PLIST
diff -u pkgsrc/math/py-pandas/PLIST:1.10 pkgsrc/math/py-pandas/PLIST:1.11
--- pkgsrc/math/py-pandas/PLIST:1.10    Sun May 21 08:54:33 2017
+++ pkgsrc/math/py-pandas/PLIST Wed Jun  7 08:13:56 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2017/05/21 08:54:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2017/06/07 08:13:56 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -327,9 +327,6 @@ ${PYSITELIB}/pandas/io/api.pyo
 ${PYSITELIB}/pandas/io/clipboard/__init__.py
 ${PYSITELIB}/pandas/io/clipboard/__init__.pyc
 ${PYSITELIB}/pandas/io/clipboard/__init__.pyo
-${PYSITELIB}/pandas/io/clipboard/clipboard.py
-${PYSITELIB}/pandas/io/clipboard/clipboard.pyc
-${PYSITELIB}/pandas/io/clipboard/clipboard.pyo
 ${PYSITELIB}/pandas/io/clipboard/clipboards.py
 ${PYSITELIB}/pandas/io/clipboard/clipboards.pyc
 ${PYSITELIB}/pandas/io/clipboard/clipboards.pyo
@@ -339,6 +336,9 @@ ${PYSITELIB}/pandas/io/clipboard/excepti
 ${PYSITELIB}/pandas/io/clipboard/windows.py
 ${PYSITELIB}/pandas/io/clipboard/windows.pyc
 ${PYSITELIB}/pandas/io/clipboard/windows.pyo
+${PYSITELIB}/pandas/io/clipboards.py
+${PYSITELIB}/pandas/io/clipboards.pyc
+${PYSITELIB}/pandas/io/clipboards.pyo
 ${PYSITELIB}/pandas/io/common.py
 ${PYSITELIB}/pandas/io/common.pyc
 ${PYSITELIB}/pandas/io/common.pyo
@@ -657,6 +657,9 @@ ${PYSITELIB}/pandas/tests/groupby/test_b
 ${PYSITELIB}/pandas/tests/groupby/test_categorical.py
 ${PYSITELIB}/pandas/tests/groupby/test_categorical.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_categorical.pyo
+${PYSITELIB}/pandas/tests/groupby/test_counting.py
+${PYSITELIB}/pandas/tests/groupby/test_counting.pyc
+${PYSITELIB}/pandas/tests/groupby/test_counting.pyo
 ${PYSITELIB}/pandas/tests/groupby/test_filters.py
 ${PYSITELIB}/pandas/tests/groupby/test_filters.pyc
 ${PYSITELIB}/pandas/tests/groupby/test_filters.pyo
@@ -1139,6 +1142,8 @@ ${PYSITELIB}/pandas/tests/io/parser/data
 ${PYSITELIB}/pandas/tests/io/parser/data/salaries.csv.bz2
 ${PYSITELIB}/pandas/tests/io/parser/data/salaries.csv.gz
 ${PYSITELIB}/pandas/tests/io/parser/data/sauron.SHIFT_JIS.csv
+${PYSITELIB}/pandas/tests/io/parser/data/tar_csv.tar
+${PYSITELIB}/pandas/tests/io/parser/data/tar_csv.tar.gz
 ${PYSITELIB}/pandas/tests/io/parser/data/test1.csv
 ${PYSITELIB}/pandas/tests/io/parser/data/test1.csv.bz2
 ${PYSITELIB}/pandas/tests/io/parser/data/test1.csv.gz

Index: pkgsrc/math/py-pandas/distinfo
diff -u pkgsrc/math/py-pandas/distinfo:1.11 pkgsrc/math/py-pandas/distinfo:1.12
--- pkgsrc/math/py-pandas/distinfo:1.11 Sun May 21 08:54:33 2017
+++ pkgsrc/math/py-pandas/distinfo      Wed Jun  7 08:13:56 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/05/21 08:54:33 adam Exp $
+$NetBSD: distinfo,v 1.12 2017/06/07 08:13:56 adam Exp $
 
-SHA1 (pandas-0.20.1.tar.gz) = 9eb65e02ec41401084a00377b07792fcfd7eb83e
-RMD160 (pandas-0.20.1.tar.gz) = b3b9543c6cdfdcd31e9f03a235a49eab0ea1f946
-SHA512 (pandas-0.20.1.tar.gz) = d477a815914c825efd6430f7eb19f3f9115c1c4ab03000ca6d4f64023f7b5f53eff512792fea2d8b33c7febb3667fc3a3de55f11eeb453f285cae40e6b473707
-Size (pandas-0.20.1.tar.gz) = 10307434 bytes
+SHA1 (pandas-0.20.2.tar.gz) = f26ffa20c500b15a75b25ac0a7a02ccfb2209a37
+RMD160 (pandas-0.20.2.tar.gz) = b949317a7d01c3f97c5af5714ab5e105c58cc23f
+SHA512 (pandas-0.20.2.tar.gz) = d7de58b36ac143a1b210736ed070080621c25bb09a4554c85e783e1a638d22d15455bc35591a0d28119fd3187a1eba68371e98028da0e09cad25c251505d803d
+Size (pandas-0.20.2.tar.gz) = 10334432 bytes



Home | Main Index | Thread Index | Old Index