Bug 1183388

Summary: Update TurboGears Requires for python-dateutil
Product: [Fedora] Fedora Reporter: Pete Travis <me>
Component: TurboGearsAssignee: Luke Macken <lmacken>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: dcallagh, fschwarz, lmacken, me, pfrields, tremble, zbyszek
Target Milestone: ---   
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-09-28 06:33:38 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:06:24 UTC
python-dateutil will be updated to version 2.x and there may be changes that affect this package.  

If TurboGears will work with the newer python-dateutil, you can safely close this bug.  If TurboGears 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 Dan Callaghan 2015-01-18 23:48:28 UTC
Do you have any details about what is actually changed in dateutil 2.2 compared with 1.5, so that we can figure out if TurboGears will be affected or not?

There is nothing useful here:

https://labix.org/python-dateutil#head-b57873b28af6ab8b1c4ae48d522ce0c691abbdf2

Do I have to just download the two tarballs and diff them?

Comment 2 Zbigniew Jędrzejewski-Szmek 2015-01-19 02:46:50 UTC
See https://github.com/dateutil/dateutil/blob/master/NEWS. There's a new new relativedelta type, but things should be mostly backwards compatible. That's the impression I have based on NEWS and looking at the code a bit. I don't think there are any better docs.

Comment 3 Dan Callaghan 2015-01-19 03:51:48 UTC
Thanks Zbigniew.

The only dateutil module used in TurboGears is dateutil.rrule. I had a look through the diff 1.5..2.4 for dateutil/rrule.py and I didn't see anything that would break compatibility.

The TurboGears code is part of the support for cron-like tasks, which I am not using, so I don't have any code I can use to try it out. But it seems like a safe enough bet.

So unless Luke thinks otherwise, we can probably just close this and leave the requirement on python-dateutil.

Comment 4 Jaroslav Reznik 2015-03-03 16:44:05 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle.
Changing version to '22'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22

Comment 5 Dan Callaghan 2015-09-28 06:33:38 UTC
Seems like sticking with python-dateutil is fine.