14
0

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

- Update to 1.1.2 
  * Added support for negative timestamp (#1060)
  * Fixed PytzUsageWarning for Python versions >= 3.6 (#1062)
  * Added support for dates with dots and spaces (#1028)
  * Improved support for Ukrainian, Croatian and Russian (#1072, #1074, #1079, #1082, #1073, #1083)
  * Added support for parsing Unix timestamps consistently regardless of timezones (#954)
  * Improved tests (#1086)

OBS-URL: https://build.opensuse.org/request/show/1031664
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=20
This commit is contained in:
2022-10-29 11:52:42 +00:00
committed by Git OBS Bridge
parent 6871887538
commit 02fcdfedc9
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Oct 27 22:51:58 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 1.1.2
* Added support for negative timestamp (#1060)
* Fixed PytzUsageWarning for Python versions >= 3.6 (#1062)
* Added support for dates with dots and spaces (#1028)
* Improved support for Ukrainian, Croatian and Russian (#1072, #1074, #1079, #1082, #1073, #1083)
* Added support for parsing Unix timestamps consistently regardless of timezones (#954)
* Improved tests (#1086)
-------------------------------------------------------------------
Thu Aug 18 16:25:26 UTC 2022 - Ben Greiner <code@bnavigator.de>