Changelog for
python3-parsedatetime-2.3-1.1.noarch.rpm :
Wed Mar 15 13:00:00 2017 toddrme2178AATTgmail.com
- Update to 2.3
* fix delta test by using a static source time, issue #215
- Update to 2.2
* Fixed short and log month init
* Added French locale
* Escape periods in a.m. and p.m. in the base locale to avoid
false meridians
* Added \'right now\' treated as \'now\'
* fix scenario \"1pm next Friday\" - differentiate between relative
modifiers with a time offset like \"before\" and those which do
not offset time.
* fix for python 2.6 regular expression
* whitespace fixes
* fix date interpretation when day is also provided (#165)
* Fixed override of the long time format for Australian locale
* fix \"ass\" being interpreted as a time; fix time-sensitive spec
* move pyenv installs to the Makefile
* use tox-pyenv to have better control over test environment in
both local and CI
* python 2.6 support
- Switch to pytest
Thu Sep 15 14:00:00 2016 toddrme2178AATTgmail.com
- Initial version