17
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

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-dateparser
Version: 1.1.5
Version: 1.1.6
Release: 0
Summary: Date parsing library designed to parse dates from HTML pages
License: BSD-3-Clause