Am 21.02.20 um 15:27 schrieb Bjorn Ketelaars: > Enclosed diff updates py-pandas to 1.0.1. Changes: > https://pandas.pydata.org/docs/whatsnew/v1.0.0.html and > https://pandas.pydata.org/docs/whatsnew/v1.0.1.html. Noticeable change > is that python2 support has been dropped. > > This diff also touches net/py-siphon and databases/py-influxdb. Drop > python2 support by: > - setting FLAVOR=python3 and bumping REVISION in Makefile > - adding conflict- and pkgpath- markers to PLIST > - adding quirk to devel/quirks > > Other consumers have been left alone as these are already python3 only. > > Testing: > - 'make test' still fails some test > - build tested consumers > - run tested on amd64 with some work related scripts > > Comments/OK?
Thanks for the update, Bjorn. Tests quickly segfault here on amd64 in pandas/tests/test_sorting.py. Any idea why? On the other hand with py-siphon (I will update TDEPs at a later point): 7 failed, 234 passed, 64 warnings But no failures are directly related to pandas - so OK for the siphon part. Also, a compile test on macppc and/or sparc64 would be great if anyone can spare the CPU cycles. -m