forked from pool/python-arrow
Accepting request 708935 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/708935 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-arrow?expand=0&rev=8
This commit is contained in:
commit
dc61b519a0
@ -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
3
arrow-0.14.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41be7ea4c53c2cf57bf30f2d614f60c411160133f7a0a8c49111c30fb7e725b5
|
||||||
|
size 102667
|
@ -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>
|
Wed Mar 6 12:14:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-arrow
|
Name: python-arrow
|
||||||
Version: 0.13.1
|
Version: 0.14.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Better dates and times for Python
|
Summary: Better dates and times for Python
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user