SNEWS2 / SNEWS_Publishing_Tools

Publishing Tool for SNEWS
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

move Spencers changes to new branch #60

Closed KaraMelih closed 1 year ago

KaraMelih commented 1 year ago

We merged a branch before this PR https://github.com/SNEWS2/SNEWS_Publishing_Tools/pull/59 Now the changes in that branch conflict. I could have tried to resolve them one by one, but it was easier to carry the minor changes in that branch on top of the current new branch.

KaraMelih commented 1 year ago

each occurrence of datetime.fromisoformat is changed with dateutil.parser.isoparse IF there is no datetime.fromisoformat so that it is compatible with python3.6

Similarly, the requirements file is made more flexible to run on python3.6

Thanks to @sgriswol !