14
0

Accepting request 1032252 from home:yarunachalam:branches:devel:languages:python

- Update to version 4.7: 
  * Fix rounding problem with DateTime addition beyond the year 2038 (#41)

- Update to version 4.6: 
  * Fix __format__ method for DateTime objects (#39)

OBS-URL: https://build.opensuse.org/request/show/1032252
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=8
This commit is contained in:
2022-10-31 13:10:40 +00:00
committed by Git OBS Bridge
parent 24622d481e
commit f3e5187125
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Oct 29 19:12:36 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 4.7:
* Fix rounding problem with DateTime addition beyond the year 2038 (#41)
-------------------------------------------------------------------
Tue Oct 11 23:16:05 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 4.6:
* Fix __format__ method for DateTime objects (#39)
-------------------------------------------------------------------
Tue Aug 2 12:25:41 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>