- 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/package/show/devel:languages:python/python-arrow?expand=0&rev=50
This commit is contained in:
Dirk Mueller 2021-05-18 22:07:22 +00:00 committed by Git OBS Bridge
parent b277bb67f1
commit e1420b2bf7
4 changed files with 16 additions and 5 deletions

View File

@ -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
View File

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

View File

@ -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>

View File

@ -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