ODM2 / WOFpy

A server-side implementation of CUAHSI's Water One Flow service stack in Python.
http://odm2.github.io/WOFpy/
9 stars 9 forks source link

python-dateutil ==1.5.0 #53

Closed ocefpaf closed 8 years ago

ocefpaf commented 8 years ago

Is there a strong reason to pin WOFpy to python-dateutil ==1.5.0? That is quite an old version!

valentinedwv commented 8 years ago

Not sure. Changelog @2.1 says there were some 2.6 and 2.7 issues.

ocefpaf commented 8 years ago

No problem. I will try to investigate this later. Meanwhile I will package python-dateutil 1.5.0 for. the ODM2 channel.

emiliom commented 8 years ago

@ocefpaf, FYI, development on WOFpy stopped for abt. 4 years before @valentinedwv and a colleague of his picked it up last year and the ODM2 team became the new maintainers. A lot of work was done on it in the last 6 months, but it's not too surprising that it has some remnant old issues like this old dependency pinning. Hopefully we can get rid of it soon.

ocefpaf commented 8 years ago

No worries. I find that the process of packing forces me to dig into the software. So I will be sending PRs to WOFpy soon to help with that.

valentinedwv commented 8 years ago

Go ahead and update requirements. No difference in dates.

Working on updating the tests. May be a bit since they are out of date

ocefpaf commented 8 years ago

Thanks @valentinedwv. I will close this then.