Accepting request 894168 from devel:languages:python
- update to 1.1.0: * [NEW] Implemented the ``dehumanize`` method for ``Arrow`` objects. * [NEW] Made the start of the week adjustable when using ``span("week")`` * [NEW] Added Croatian, Latin, Latvian, Lithuanian and Malay locales. * [FIX] Internally standardize locales and improve locale validation. * [FIX] Correct type checking for ``arrow.get(2021, 3, 9)`` construction. * [FIX] Audited all docstrings for style, typos and outdated info. OBS-URL: https://build.opensuse.org/request/show/894168 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-arrow?expand=0&rev=21
This commit is contained in:
commit
e971dd1574
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:399c9c8ae732270e1aa58ead835a79a40d7be8aa109c579898eb41029b5a231d
|
||||
size 102536
|
3
arrow-1.1.0.tar.gz
Normal file
3
arrow-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8fe13abf3517abab315e09350c903902d1447bd311afbc17547ba1cb3ff5bd8
|
||||
size 109692
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 22:06:04 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.1.0:
|
||||
* [NEW] Implemented the ``dehumanize`` method for ``Arrow`` objects.
|
||||
* [NEW] Made the start of the week adjustable when using ``span("week")``
|
||||
* [NEW] Added Croatian, Latin, Latvian, Lithuanian and Malay locales.
|
||||
* [FIX] Internally standardize locales and improve locale validation.
|
||||
* [FIX] Correct type checking for ``arrow.get(2021, 3, 9)`` construction.
|
||||
* [FIX] Audited all docstrings for style, typos and outdated info.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 15 12:33:30 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-arrow
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-arrow%{?psuffix}
|
||||
Version: 1.0.3
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: Better dates and times for Python
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user