17
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=30
This commit is contained in:
2023-03-26 20:00:38 +00:00
committed by Git OBS Bridge
parent 654cf1e1cf
commit d34331a299
4 changed files with 17 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.7
Version: 1.1.8
Release: 0
Summary: Date parsing library designed to parse dates from HTML pages
License: BSD-3-Clause