diff --git a/dateparser-1.1.5.tar.gz b/dateparser-1.1.5.tar.gz deleted file mode 100644 index 6b1d18b..0000000 --- a/dateparser-1.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:107f3cc87a60770e10d111349adc1504224a6b60753a47a64b0ec842ab85b5a9 -size 295364 diff --git a/dateparser-1.1.6.tar.gz b/dateparser-1.1.6.tar.gz new file mode 100644 index 0000000..493b507 --- /dev/null +++ b/dateparser-1.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e703db1815270c020552f4b3e3a981937b48b2cbcfcef5347071b74788dd9214 +size 295659 diff --git a/python-dateparser.changes b/python-dateparser.changes index ad2ccb4..6d202a9 100644 --- a/python-dateparser.changes +++ b/python-dateparser.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 13 09:39:35 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-dateparser.spec b/python-dateparser.spec index fe20bb8..224eac4 100644 --- a/python-dateparser.spec +++ b/python-dateparser.spec @@ -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