diff options
author | adam <adam@pkgsrc.org> | 2020-06-20 07:18:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-06-20 07:18:42 +0000 |
commit | 15116494c9d3c5bbf9a7f67507331b136d9a4861 (patch) | |
tree | 023c968182c884f28ae4947221ffb7586c96cdd8 /time/py-dateparser/PLIST | |
parent | 08def3d764fb8315cc4838977ae79a5bd4fa5766 (diff) | |
download | pkgsrc-15116494c9d3c5bbf9a7f67507331b136d9a4861.tar.gz |
py-dateparser: updated to 0.7.6
0.7.6:
Improvements:
* Rename ``scripts`` to ``dateparser_scripts`` to avoid name collisions with modules from other packages or projects
0.7.5:
New features:
* Add Python 3.8 support
* Implement a ``REQUIRE_PARTS`` setting
* Add support for subscript and superscript numbers
* Extended French support
* Extended German support
Improvements:
* Migrate test suite to Pytest
* Add test to check the `yaml` and `json` files content
* Add flake8 pipeline with pytest-flake8
* Add partial support for 8-digit dates without separators
* Fix possible ``OverflowError`` errors and explicitly avoid to raise ``ValueError`` when parsing relative dates
* Fix double-digit GMT and UTC parsing
* Fix bug when using ``DATE_ORDER``
* Fix bug when parsing relative time with timezone
* Fix milliseconds parsing
* Fix wrong values to be interpreted as ``'future'`` in ``PREFER_DATES_FROM``
* Other small improvements
Diffstat (limited to 'time/py-dateparser/PLIST')
-rw-r--r-- | time/py-dateparser/PLIST | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/time/py-dateparser/PLIST b/time/py-dateparser/PLIST index 65d2152bf06..c4ee62b3ba6 100644 --- a/time/py-dateparser/PLIST +++ b/time/py-dateparser/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2018/02/09 09:17:23 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2020/06/20 07:18:42 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -929,3 +929,21 @@ ${PYSITELIB}/dateparser_data/__init__.pyo ${PYSITELIB}/dateparser_data/settings.py ${PYSITELIB}/dateparser_data/settings.pyc ${PYSITELIB}/dateparser_data/settings.pyo +${PYSITELIB}/dateparser_scripts/__init__.py +${PYSITELIB}/dateparser_scripts/__init__.pyc +${PYSITELIB}/dateparser_scripts/__init__.pyo +${PYSITELIB}/dateparser_scripts/get_cldr_data.py +${PYSITELIB}/dateparser_scripts/get_cldr_data.pyc +${PYSITELIB}/dateparser_scripts/get_cldr_data.pyo +${PYSITELIB}/dateparser_scripts/get_cldr_numeral_data.py +${PYSITELIB}/dateparser_scripts/get_cldr_numeral_data.pyc +${PYSITELIB}/dateparser_scripts/get_cldr_numeral_data.pyo +${PYSITELIB}/dateparser_scripts/order_languages.py +${PYSITELIB}/dateparser_scripts/order_languages.pyc +${PYSITELIB}/dateparser_scripts/order_languages.pyo +${PYSITELIB}/dateparser_scripts/utils.py +${PYSITELIB}/dateparser_scripts/utils.pyc +${PYSITELIB}/dateparser_scripts/utils.pyo +${PYSITELIB}/dateparser_scripts/write_complete_data.py +${PYSITELIB}/dateparser_scripts/write_complete_data.pyc +${PYSITELIB}/dateparser_scripts/write_complete_data.pyo |