Accepting request 877856 from devel:languages:python
- Update to 1.0.3: * [FIX] Updated internals to avoid issues when running mypy --strict. * [FIX] Corrections to Swedish locale. * [INTERNAL] Lowered required coverage limit until humanize month tests are fixed. * [FIXED] Fixed an OverflowError that could occur when running Arrow on a 32-bit OS. * [FIXED] A py.typed file is now bundled with the Arrow package to conform to PEP 561. * [CHANGE] Arrow has dropped support for Python 2.7 and 3.5. * [CHANGE] There are multiple breaking changes with this release, please see the migration guide for a complete overview. * [CHANGE] Made humanize granularity="auto" limits more accurate to reduce strange results. * [NEW] Added support for Python 3.9. * [NEW] Added a new keyword argument "exact" to span, span_range and interval methods. This makes timespans begin at the start time given and not extend beyond the end time given. * [NEW] Arrow now natively supports PEP 484-style type annotations. * [FIX] Fixed handling of maximum permitted timestamp on Windows systems. * [FIX] Corrections to French, German, Japanese and Norwegian locales. OBS-URL: https://build.opensuse.org/request/show/877856 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-arrow?expand=0&rev=19
This commit is contained in:
commit
a72f26bb61
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff08d10cda1d36c68657d6ad20d74fbea493d980f8b2d45344e00d6ed2bf6ed4
|
|
||||||
size 97411
|
|
3
arrow-1.0.3.tar.gz
Normal file
3
arrow-1.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:399c9c8ae732270e1aa58ead835a79a40d7be8aa109c579898eb41029b5a231d
|
||||||
|
size 102536
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 9 05:13:18 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.0.3:
|
||||||
|
* [FIX] Updated internals to avoid issues when running mypy --strict.
|
||||||
|
* [FIX] Corrections to Swedish locale.
|
||||||
|
* [INTERNAL] Lowered required coverage limit until humanize month tests are
|
||||||
|
fixed.
|
||||||
|
* [FIXED] Fixed an OverflowError that could occur when running Arrow on a
|
||||||
|
32-bit OS.
|
||||||
|
* [FIXED] A py.typed file is now bundled with the Arrow package to conform
|
||||||
|
to PEP 561.
|
||||||
|
* [CHANGE] Arrow has dropped support for Python 2.7 and 3.5.
|
||||||
|
* [CHANGE] There are multiple breaking changes with this release, please see
|
||||||
|
the migration guide for a complete overview.
|
||||||
|
* [CHANGE] Made humanize granularity="auto" limits more accurate to reduce
|
||||||
|
strange results.
|
||||||
|
* [NEW] Added support for Python 3.9.
|
||||||
|
* [NEW] Added a new keyword argument "exact" to span, span_range and
|
||||||
|
interval methods. This makes timespans begin at the start time given and
|
||||||
|
not extend beyond the end time given.
|
||||||
|
* [NEW] Arrow now natively supports PEP 484-style type annotations.
|
||||||
|
* [FIX] Fixed handling of maximum permitted timestamp on Windows systems.
|
||||||
|
* [FIX] Corrections to French, German, Japanese and Norwegian locales.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 30 22:27:20 UTC 2020 - Arun Persaud <arun@gmx.de>
|
Fri Oct 30 22:27:20 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python
|
# spec file for package python
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: python-arrow%{?psuffix}
|
Name: python-arrow%{?psuffix}
|
||||||
Version: 0.17.0
|
Version: 1.0.3
|
||||||
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