2022-01-27 20:16:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 27 20:11:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 3.8.2:
|
|
|
|
|
* Fix older version objects unpickling problem
|
|
|
|
|
* Fixed pickle problem of jdate and jdatetime objects(#108)
|
|
|
|
|
* Fixed unicode literal problem in isoformat
|
|
|
|
|
* Add ZoneInfo support
|
|
|
|
|
* Add date.min based on cpython implementation
|
|
|
|
|
* Add date.max based on cpython implementation
|
|
|
|
|
* Run test and publish package from github action
|
|
|
|
|
|
2020-03-02 04:03:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2019-09-13 13:49:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 13 13:33:03 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Use upstream description.
|
|
|
|
|
|
2019-09-13 12:32:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2019-09-13 12:28:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Apr 3 02:21:50 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Initial spec for v3.2.0
|