Accepting request 720894 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/720894 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-arrow?expand=0&rev=9
This commit is contained in:
commit
a8de0405f1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:41be7ea4c53c2cf57bf30f2d614f60c411160133f7a0a8c49111c30fb7e725b5
|
|
||||||
size 102667
|
|
3
arrow-0.14.4.tar.gz
Normal file
3
arrow-0.14.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:47f37968afeaefd0ba3fe4d0c70dc830985f9ab11beeb381d4fc0e8f8151d3d6
|
||||||
|
size 582324
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 4 15:07:17 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 0.14.4:
|
||||||
|
* [FIX] Fixed a regression in 0.14.3 that prevented a tzinfo
|
||||||
|
argument of type string to be passed to the get()
|
||||||
|
function. Functionality such as arrow.get("2019072807",
|
||||||
|
"YYYYMMDDHH", tzinfo="UTC") should work as normal again.
|
||||||
|
* [CHANGE] Moved backports.functools_lru_cache dependency from
|
||||||
|
extra_requires to install_requires for Python 2.7 installs to fix
|
||||||
|
#495.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 28 16:10:58 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 0.14.3:
|
||||||
|
* [NEW] Added full support for Python 3.8.
|
||||||
|
* [CHANGE] Added warnings for upcoming factory.get() parsing changes
|
||||||
|
in 0.15.0. Please see
|
||||||
|
https://github.com/crsmithdev/arrow/issues/612 for full details.
|
||||||
|
* [FIX] Extensive refactor and update of documentation.
|
||||||
|
* [FIX] factory.get() can now construct from kwargs.
|
||||||
|
* [FIX] Added meridians to Spanish Locale.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 8 23:19:40 UTC 2019 - Arun Persaud <arun@gmx.de>
|
Sat Jun 8 23:19:40 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -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.14.2
|
Version: 0.14.4
|
||||||
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