From owner-freebsd-python@freebsd.org Sun Jul 5 17:21:56 2015 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4299596EB for ; Sun, 5 Jul 2015 17:21:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 27320189B for ; Sun, 5 Jul 2015 17:21:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 262F196EA; Sun, 5 Jul 2015 17:21:56 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25A9296E9 for ; Sun, 5 Jul 2015 17:21:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB9011898 for ; Sun, 5 Jul 2015 17:21:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t65HLttV028100 for ; Sun, 5 Jul 2015 17:21:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 201363] [MAINTAINER] math/py-pandas: Update to 0.16.2 Date: Sun, 05 Jul 2015 17:21:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2015 17:21:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201363 Bug ID: 201363 Summary: [MAINTAINER] math/py-pandas: Update to 0.16.2 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: john@saltant.com CC: python@FreeBSD.org Flags: maintainer-feedback+ Created attachment 158383 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158383&action=edit Update math/py-pandas to 0.16.2 Changelog ========= * Update to 0.16.2 QA == * poudriere See attached testport logs. * portlint % portlint -AC math/py-pandas 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 8481 tests in 1164.110s FAILED (SKIP=229, errors=56) ERROR: test_pytables_native_read (pandas.io.tests.test_pytables.TestHDFStore) This is an error in devel/py-tables. ERROR: test_to_hdf_with_object_column_names (pandas.io.tests.test_pytables.TestHDFStore) This is a new test in 0.16.2 (see https://github.com/pydata/pandas/issues/9057). There appears to be a latent defect, either in the test itself, or in the bug fix it aims to cover, because when I run the test in isolation I get a batch of NaturalNameWarning but it passes, and when I run the entire TestHDFStore fixture in isolation, there are no warnings and only test_pytables_native_read fails. I will investigate further, and send my findings upstream if appropriate, but this does not appear to be a problem with this port. 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). Others have noted it too (https://github.com/pydata/pandas/issues/10125). This port already advertizes the OPENPYXL2 option as "EXPERIMENTAL" per upstream documentation. -- You are receiving this mail because: You are on the CC list for the bug.