15
0

- update to 1.1.6:

* Fix the bug where Monday is parsed as a month
  * Prevent ReDoS in Spanish sentence splitting regex

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=26
This commit is contained in:
2023-01-13 09:40:58 +00:00
committed by Git OBS Bridge
parent adaf6dfc52
commit d4566f3812
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jan 13 09:39:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.1.6:
* Fix the bug where Monday is parsed as a month
* Prevent ReDoS in Spanish sentence splitting regex
-------------------------------------------------------------------
Mon Jan 2 18:57:33 UTC 2023 - Dirk Müller <dmueller@suse.com>