diff --git a/dateparser-1.1.7.tar.gz b/dateparser-1.1.7.tar.gz deleted file mode 100644 index 94c18e7..0000000 --- a/dateparser-1.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff047d9cffad4d3113ead8ec0faf8a7fc43bab7d853ac8715e071312b53c465a -size 295818 diff --git a/dateparser-1.1.8.tar.gz b/dateparser-1.1.8.tar.gz new file mode 100644 index 0000000..ff9c2d2 --- /dev/null +++ b/dateparser-1.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b8b7517efcc558f085a142cdb7620f0921543fcabdb538c8a4c4001d8178e3 +size 296595 diff --git a/python-dateparser.changes b/python-dateparser.changes index 472a2d5..8193d80 100644 --- a/python-dateparser.changes +++ b/python-dateparser.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Mar 26 20:00:19 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-dateparser.spec b/python-dateparser.spec index a1cfea3..d51ddab 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.7 +Version: 1.1.8 Release: 0 Summary: Date parsing library designed to parse dates from HTML pages License: BSD-3-Clause