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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f54d9f016c0b7811fac9fb8c2c7fa7421d80c54dbdd75ffb12913c55db60b8a
size 148509

3
arrow-0.14.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41be7ea4c53c2cf57bf30f2d614f60c411160133f7a0a8c49111c30fb7e725b5
size 102667

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>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-arrow
Version: 0.13.1
Version: 0.14.2
Release: 0
Summary: Better dates and times for Python
License: Apache-2.0