python-dateutil will be updated to version 2.x and there may be changes that affect this package. If python-catkin_pkg will work with the newer python-dateutil, you can safely close this bug. If python-catkin_pkg really does require python-dateutil 1.5, please use Requires: python-dateutil15 for Fedora versions of the package until it can be updated.
Thanks for filing the bug report, Pete. I'll check and make the required changes. Warm regards, Ankur
I see one use here; it uses dateutil.parser.parse() to format a date string. This shouldn't have changed, afaik. There's also this: stdeb.cfg:Depends3: python3-dateutil, python3-docutils Upstream cites python3-dateutil as a viable requirement for the python3 version of the package built from the same sources; python3-dateutil must be >=2.0. I think we're good here.
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
Seems OK to me too. It only seems to use dateutil.parser here. Should be fine. Closing.