Bug 1183368

Summary: Update python-pandas Requires for python-dateutil
Product: [Fedora] Fedora Reporter: Pete Travis <me>
Component: python-pandasAssignee: kushaldas@gmail.com <mail>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: brett.lentz, mail, sergio.pasra, tomspur, zbyszek
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://lists.fedoraproject.org/pipermail/devel/2014-December/205006.html
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-21 22:27:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1126521    

Description Pete Travis 2015-01-18 21:05:22 UTC
python-dateutil will be updated to version 2.x and there may be changes that affect this package.  

If python-pandas will work with the newer python-dateutil, you can safely close this bug.  If python-pandas really does require python-dateutil 1.5, please use Requires: python-dateutil15 for Fedora versions of the package until it can be updated.

Comment 1 Zbigniew Jędrzejewski-Szmek 2015-01-19 16:30:58 UTC
Should not be a problem:
ci/requirements-2.7.txt specifies dateutil=2.1.
Also  https://github.com/pydata/pandas/issues/1851.

Comment 2 Zbigniew Jędrzejewski-Szmek 2015-01-21 01:43:50 UTC
Apparently this does not work after all: https://github.com/pydata/pandas/pull/9123.

Comment 3 Zbigniew Jędrzejewski-Szmek 2015-01-21 22:27:33 UTC
dateutil is now build with the timezone patch, so the fix from 9123 is not currently needed. If it is merged, the patch will not be necessary anymore.