14
0

- Update to 3.6.0:

* improve fromgregorian to handle date and datetime input in Pythonic way
  * Adds support for '%-I' format token
  * support subtraction with python datetime
  * add isoformat for jdatetime.datetime

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2019-09-13 12:32:15 +00:00
committed by Git OBS Bridge
parent 1544b0a7a0
commit 6c671f481c
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Sep 13 12:28:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.6.0:
* improve fromgregorian to handle date and datetime input in Pythonic way
* Adds support for '%-I' format token
* support subtraction with python datetime
* add isoformat for jdatetime.datetime
-------------------------------------------------------------------
Wed Apr 3 02:21:50 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>