Bug 1183353 - Update python-bloom Requires for python-dateutil
Summary: Update python-bloom Requires for python-dateutil
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: python-bloom
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Scott K Logan
QA Contact: Fedora Extras Quality Assurance
URL: https://lists.fedoraproject.org/piper...
Whiteboard:
Depends On:
Blocks: 1126521
TreeView+ depends on / blocked
 
Reported: 2015-01-18 21:04 UTC by Pete Travis
Modified: 2015-01-30 17:03 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-01-30 17:01:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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

If python-bloom will work with the newer python-dateutil, you can safely close this bug.  If python-bloom 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-30 17:01:40 UTC
This only does

  import datetime
  from dateutil import tz
  stamp = datetime.datetime.now(tz.tzlocal())

Should be fine with any version of dateutils.

Comment 2 Zbigniew Jędrzejewski-Szmek 2015-01-30 17:03:24 UTC
Forgot to add that the tests pass, FWIW since there's just one test case.


Note You need to log in before you can comment on or make changes to this bug.