15
0

- update to 1.1.8:

* Improved date parsing for Chinese
  * Improved date parsing for Czech
  * Reorder language by popularity
  * Fix leak of memory in cache
  * Add support for "\d units later"
  * Move modification in CLDR data to yaml
  * Add support to use timezone via settings to get
    PREFER_DATES_FROM result

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=30
This commit is contained in:
2023-03-26 20:00:38 +00:00
committed by Git OBS Bridge
parent 654cf1e1cf
commit d34331a299
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Mar 26 20:00:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.1.8:
* Improved date parsing for Chinese
* Improved date parsing for Czech
* Reorder language by popularity
* Fix leak of memory in cache
* Add support for "\d units later"
* Move modification in CLDR data to yaml
* Add support to use timezone via settings to get
PREFER_DATES_FROM result
-------------------------------------------------------------------
Wed Feb 15 19:43:54 UTC 2023 - Dirk Müller <dmueller@suse.com>