17
0

Accepting request 1058176 from devel:languages:python

- 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/request/show/1058176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dateparser?expand=0&rev=13
This commit is contained in:
2023-01-14 19:31:21 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:107f3cc87a60770e10d111349adc1504224a6b60753a47a64b0ec842ab85b5a9
size 295364

3
dateparser-1.1.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e703db1815270c020552f4b3e3a981937b48b2cbcfcef5347071b74788dd9214
size 295659

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>

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