singularityhub / sregistry-cli

Singularity Global Client for container management
https://singularityhub.github.io/sregistry-cli/
Mozilla Public License 2.0
14 stars 18 forks source link

removing dateutils #198

Closed vsoch closed 5 years ago

vsoch commented 5 years ago

This pull request will remove dateutils, and thus support for Python 2. A note is added to the readme about previous versions with Python 2. support. This will allow for creating an install with conda, and will close #197

Signed-off-by: Vanessa Sochat vsochat@stanford.edu

tschoonj commented 5 years ago

Looks good, but strictly speaking the last release isn't really python 2.7 compatible either as it will choke on that datetime.timezone import. 😄

vsoch commented 5 years ago

I think so too - I never used it for Python 2.7 but I left a buffer of versions there if someone comes back and desperately needs for it to work.

vsoch commented 5 years ago

https://pypi.org/project/sregistry/0.2.0/

tschoonj commented 5 years ago

By the way you may also want to disable the Circle-CI python 2.7 build :wink: