17
0

- Update to version 3.6.2:

* Support for python 3.7 and 3.8
   * Fixed %Y length in strptime

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=6
This commit is contained in:
2020-03-02 04:03:53 +00:00
committed by Git OBS Bridge
parent aa158da28e
commit 471ccb2fcb
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 2 04:02:53 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to version 3.6.2:
* Support for python 3.7 and 3.8
* Fixed %Y length in strptime
-------------------------------------------------------------------
Fri Sep 13 13:33:03 UTC 2019 - Jan Engelhardt <jengelh@inai.de>