forked from pool/python-dateparser
- update to 1.2.0:
* New ``PREFER_MONTH_OF_YEAR`` setting (#1146) * Absolute years in Russian are no longer being treated as a number of years in the past (#1129) * Cleanups and internal improvements: * Removed the use of ``datetime.utcnow``, deprecated on Python 3.12 (#1179) * Applied Black formatting to the code base (#1158) * Initial integration with OSSFuzz (#1198) * Extended test cases (#1191) - Update to 1.1.3 - Update to 1.1.2 * Implement a PARSERS setting * Add support for `PREFER_DATES_FROM` in relative/freshness parser * Add support for `PREFER_DAY_OF_MONTH` in base-formats parser * Added UTC -00:00 as a valid offset * Fix support for “one” * Fix tokenizer for non recognized characters * Prevent installing regex 2019.02.19 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=38
This commit is contained in:
@@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-dateparser
|
||||
Version: 1.1.8
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Date parsing library designed to parse dates from HTML pages
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user