Bug 200451 - [MAINTAINER] math/py-pandas: Update to 0.16.1
Summary: [MAINTAINER] math/py-pandas: Update to 0.16.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Johannes Jost Meixner
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-05-26 01:57 UTC by John W. O'Brien
Modified: 2015-05-26 05:22 UTC (History)
2 users (show)

See Also:


Attachments
Update math/py-pandas to 0.16.1 (2.80 KB, patch)
2015-05-26 01:57 UTC, John W. O'Brien
koobs: maintainer-approval+
Details | Diff
Build log with python 2.7 (429.71 KB, text/plain)
2015-05-26 01:58 UTC, John W. O'Brien
no flags Details
Build log with python 3.4 (435.14 KB, text/plain)
2015-05-26 01:59 UTC, John W. O'Brien
no flags Details
Nosetests output (w/python2.7 and all options enabled) (726.43 KB, text/plain)
2015-05-26 01:59 UTC, John W. O'Brien
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John W. O'Brien 2015-05-26 01:57:53 UTC
Created attachment 157140 [details]
Update math/py-pandas to 0.16.1

Changelog
=========

*   Update to 0.16.1
*   Add SQL option for databases/py-sqlalchemy support

QA
==

*   portlint

% portlint -AC
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 1 warning found.

*   nosetests

    Ran 8373 tests in 1867.723s

    FAILED (SKIP=230, errors=55)

ERROR: test_pytables_native_read (pandas.io.tests.test_pytables.TestHDFStore)

This is an error in devel/py-tables.

All other errors are traceable to a backwards-incompatible API change as of textproc/py-openpyxl 2.2.0, which I have reported upstream (https://github.com/pydata/pandas/issues/9747).
Comment 1 John W. O'Brien 2015-05-26 01:58:35 UTC
Created attachment 157141 [details]
Build log with python 2.7
Comment 2 John W. O'Brien 2015-05-26 01:59:04 UTC
Created attachment 157142 [details]
Build log with python 3.4
Comment 3 John W. O'Brien 2015-05-26 01:59:25 UTC
Created attachment 157143 [details]
Nosetests output (w/python2.7 and all options enabled)
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2015-05-26 03:34:16 UTC
Thanks John, great issue report!

Protip: maintainer-approval + your own (maintainer) patches :)
Comment 5 Johannes Jost Meixner freebsd_committer freebsd_triage 2015-05-26 04:08:37 UTC
I'll take it.
Comment 6 commit-hook freebsd_committer freebsd_triage 2015-05-26 04:57:25 UTC
A commit references this bug:

Author: xmj
Date: Tue May 26 04:56:44 UTC 2015
New revision: 387458
URL: https://svnweb.freebsd.org/changeset/ports/387458

Log:
  math/py-pandas: update to 0.16.1

  - update to 0.16.1
  - add SQL storage option, and SQLalchemy dependency
  - enable Bottleneck and Numexpr options by default

  PR:		200451
  Submitted by:	John W. O'Brien <john@saltant.com>

Changes:
  head/math/py-pandas/Makefile
  head/math/py-pandas/distinfo
Comment 7 Johannes Jost Meixner freebsd_committer freebsd_triage 2015-05-26 05:22:54 UTC
Committed, thanks!