Path to this page:
Subject: CVS commit: pkgsrc/time/py-dateparser
From: Adam Ciarcinski
Date: 2018-02-09 10:17:23
Message id: 20180209091723.331B9FB40@cvs.NetBSD.org
Log Message:
py-dateparser: updated to 0.7.0
0.7.0:
Features added during Google Summer of Code 2017:
* Harvesting language data from Unicode CLDR database \
(https://github.com/unicode-cldr/cldr-json), which includes over 200 locales
See full currently supported locale list in README.
* Extracting dates from longer strings of text
Special thanks for their awesome contributions!
New features:
* Added (independently from CLDR) Georgian and Swedish
Improvements:
* Improved support of Chinese, Thai, French, Russian
* Removed ruamel.yaml from dependencies. This should reduce the number of \
installation issues and improve performance as the result of moving away from \
YAML as basic data storage format.
Note that YAML is still used as format for support language files.
* Improved performance through using pre-compiling frequent regexes and lazy \
loading of data
* Extended tests
* Updated nose_parameterized to its current package, parameterized
Files: