15
0
forked from pool/python-arrow

Accepting request 708782 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/708782
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal
2019-06-10 08:15:48 +00:00
committed by Git OBS Bridge
parent 5aaec9ed83
commit 88de00d8a6
4 changed files with 29 additions and 4 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat Jun 8 23:19:40 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 0.14.2:
* [CHANGE] Travis CI builds now use tox to lint and run tests.
* [FIX] Fixed UnicodeDecodeError on certain locales (#600).
- changes from version 0.14.1:
* [FIX] Fixed "ImportError: No module named 'dateutil'" (#598).
- changes from version 0.14.0:
* [NEW] Added provisional support for Python 3.8.
* [CHANGE] Removed support for EOL Python 3.4.
* [FIX] Updated setup.py with modern Python standards.
* [FIX] Upgraded dependencies to latest versions.
* [FIX] Enabled flake8 and black on travis builds.
* [FIX] Formatted code using black and isort.
- changes from version 0.13.2:
* [NEW] Add is_between method.
* [FIX] Improved humanize behaviour for near zero durations (#416).
* [FIX] Correct humanize behaviour with future days (#541).
* [FIX] Documentation updates.
* [FIX] Improvements to German Locale.
-------------------------------------------------------------------
Wed Mar 6 12:14:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>