Up to [cvs.NetBSD.org] / pkgsrc / time / py-dateparser
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 26 11:24:32 2021 UTC (8 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
time: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 7 15:04:08 2021 UTC (8 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
time: Remove SHA1 hashes for distfiles
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jun 20 07:18:42 2020 UTC (2 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
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
Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 7 12:22:43 2020 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
py-dateparser: updated to 0.7.4 0.7.4: Improvements: * Fixed Python 2.7 tests 0.7.3: New features: * Extended Norwegian support * Implement a PARSERS setting Improvements: * 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 ãà×Ðneãà* Fix TypeError when parsing some invalid dates * Fix tokenizer for non recognized characters * Prevent installing regex 2019.02.19 * Resolve DeprecationWarning related to raw string escape sequences * Implement a tox environment to build the documentation * Improve tests stability * Documentation improvements * Performance improvements
Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 19 19:36:12 2019 UTC (2 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
py-dateparser: updated to 0.7.2 0.7.2: Features: * Extended Czech support * Added `time` to valid periods * Added timezone information to dates found with `search_dates()` * Support strings as date formats Improvements: * Fixed Collections ABCs depreciation warning * Fixed dates with trailing colons not being parsed * Fixed date format override on any settings change * Fixed parsing current weekday as past date, regardless of settings * Added UTC -2:30 as a valid offset * Added Python 3.7 to supported versions, dropped support for Python 3.3 and 3.4 * Moved to importlib from imp where possible * Improved support for Catalan * Documentation improvements
Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 13 12:54:27 2019 UTC (3 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
py-dateparser: updated to 0.7.1 0.7.1: Features/news: Added detected language to return value of search_dates() Performance improvements Refreshed versions of dependencies Improvements: Fixed unpickleable DateTime objects with timezones Fixed regex pattern to avoid new behaviour of re.split in Python 3.7 Fixed an exception thrown when parsing colons Fixed tests failing on days with number greater than 30 Fixed ZeroDivisionError exceptions
Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 9 09:17:23 2018 UTC (4 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
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
Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 29 21:21:52 2017 UTC (4 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Add py-dateparser-0.6.0: dateparser provides modules to easily parse localized dates in almost any string formats commonly found on web pages.