Accepting request 845466 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/845466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-arrow?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2020-11-06 22:43:54 +00:00 committed by Git OBS Bridge
commit ebd2552e23
4 changed files with 31 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Oct 30 22:27:20 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 0.17.0:
* [WARN] Arrow will drop support for Python 2.7 and 3.5 in the
upcoming 1.0.0 release. This is the last major release to support
Python 2.7 and Python 3.5.
* [NEW] Arrow now properly handles imaginary datetimes during DST
shifts.
* [NEW] Added humanize week granularity translation for Tagalog.
* [CHANGE] Calls to the timestamp property now emit a
DeprecationWarning. In a future release, timestamp will be changed
to a method to align with Pythons datetime module. If you would
like to continue using the property, please change your code to
use the int_timestamp or float_timestamp properties instead.
* [CHANGE] Expanded and improved Catalan locale.
* [FIX] Fixed a bug that caused Arrow.range() to incorrectly cut off
ranges in certain scenarios when using month, quarter, or year
endings.
* [FIX] Fixed a bug that caused day of week token parsing to be case
sensitive.
* [INTERNAL] A number of functions were reordered in arrow.py for
better organization and grouping of related methods. This change
will have no impact on usage.
* [INTERNAL] A minimum tox version is now enforced for compatibility
reasons. Contributors must use tox >3.18.0 going forward.
-------------------------------------------------------------------
Sat Sep 19 15:29:03 UTC 2020 - Arun Persaud <arun@gmx.de>

View File

@ -26,7 +26,7 @@
%endif
%bcond_without python2
Name: python-arrow%{?psuffix}
Version: 0.16.0
Version: 0.17.0
Release: 0
Summary: Better dates and times for Python
License: Apache-2.0