#43095 closed defect (fixed)
py27-dateutil: Please upgrade to 2.2 for Python 2.7
Reported by: | wichert@… | Owned by: | skymoo (Adam Mercer) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | dh@… | |
Port: | py-dateutil |
Description
dateutil 2.2 works perfectly on Python 2.7, so I see no reason to stick to 1.5 all Python versions <3.0 (which happened in r100134). This is currently preventing me from using libraries requiring a recent dateutil on Python 2.7.
Attachments (1)
Change History (5)
Changed 11 years ago by wichert@…
Attachment: | dateutil-Portfile added |
---|
comment:1 Changed 11 years ago by wichert@…
I have added a modified Portfile which:
- uses python-dateutil 2.2 for all python versions
- downloads from pypi over https
This seems to work for me.
comment:2 Changed 11 years ago by skymoo (Adam Mercer)
Cc: | ram@… openmaintainer@… removed |
---|---|
Owner: | changed from macports-tickets@… to ram@… |
Status: | new → assigned |
The reason why python versions less than 3.0 are stuck with 1.5 is because python-dateutil homepage says as such:
http://labix.org/python-dateutil#head-2f49784d6b27bae60cde1cff6a535663cf87497b
The home page doesn't mention anything about dateutil-2.2, according to that version 2.0 is the latest. However, looking at the VCS:
http://bazaar.launchpad.net/~dateutil/dateutil/trunk/view/head:/NEWS
It seems that the codebase was unified in the 2.1 release. This patch looks fine to me, I'll try to take a closer look tonight and get it comitted.
comment:3 Changed 11 years ago by skymoo (Adam Mercer)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Updated Portfile