Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 424968 - Bump dev-python/pandas to 0.8.0 (released June 29th, 2012)
Summary: Bump dev-python/pandas to 0.8.0 (released June 29th, 2012)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL: http://pandas.pydata.org/pandas-docs/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-05 19:28 UTC by Matt Summers (RETIRED)
Modified: 2012-11-03 13:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for pandas v0.8.0 (pandas-0.8.0.ebuild,1.21 KB, text/plain)
2012-07-16 00:19 UTC, Juan Hernandez-Diaz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Summers (RETIRED) gentoo-dev 2012-07-05 19:28:11 UTC
dev-python/pandas-0.8.0 is out with new goodness
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#v0-8-0-june-29-2012
Comment 1 Paweł Rumian 2012-07-10 11:11:03 UTC
Simply renaming the ebuild works for me, so bumping should be easy.
Comment 2 Paweł Rumian 2012-07-12 18:12:43 UTC
There is also an issue with required dateutil version:
https://github.com/pydata/pandas/issues/1594
(long story short: pandas requires dateutil-1.5 when used with python-2.x and dateutil 2.x when used with python-3.x, and I have no idea how this should be addressed in the ebuild).
Comment 3 Arfrever Frehtes Taifersar Arahesis 2012-07-13 17:19:24 UTC
Nothing should use <dev-python/python-dateutil-2.1.
dev-python/pandas should be modified to work with >=dev-python/python-dateutil-2.1, which supports both Python 2 and 3.
Comment 4 Paweł Rumian 2012-07-13 17:35:37 UTC
Is it a statement that should be passed to pandas developers?
Comment 5 Arfrever Frehtes Taifersar Arahesis 2012-07-13 17:43:05 UTC
(In reply to comment #4)
> Is it a statement that should be passed to pandas developers?

Yes. Since pandas wants python-dateutil-2.* with Python 3, it should be very easy to also use python-dateutil-2.* with Python 2.
Comment 6 Juan Hernandez-Diaz 2012-07-16 00:19:10 UTC
Created attachment 318268 [details]
ebuild for pandas v0.8.0

ebuild for pandas v0.8.0, is just a copy of the previous version of the ebuild. "cp pandas-0.7.3.ebuild pandas-0.8.0.ebuild". 
So far all my scripts that use pandas are working properly.
Comment 7 Paweł Rumian 2012-07-22 21:40:09 UTC
Is anybody interested in bumping the package?

Meanwhile pandas-0.8.1 is out, it works after renaming ebuild and fixes the bug described in comment #2, so to me it looks like a no-brainer.
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html
Comment 8 Paweł Rumian 2012-08-02 18:19:09 UTC
I see that pandas 0.8.1 has been added to the tree, so this bug probably can be closed.