15
0

Accepting request 1074513 from devel:languages:python

- 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/request/show/1074513
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dateparser?expand=0&rev=15
This commit is contained in:
2023-03-29 21:26:12 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 4 deletions

View File

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

BIN
dateparser-1.1.8.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Mar 26 20:00:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <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.7
Version: 1.1.8
Release: 0
Summary: Date parsing library designed to parse dates from HTML pages
License: BSD-3-Clause