From ae484b545a689496b01ced5fe15333286734b4e1ed0aa05a7f5c1620bc0ccbc0 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 9 Mar 2021 05:19:35 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-arrow?expand=0&rev=45 --- arrow-0.17.0.tar.gz | 3 --- arrow-1.0.3.tar.gz | 3 +++ python-arrow.changes | 25 +++++++++++++++++++++++++ python-arrow.spec | 4 ++-- 4 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 arrow-0.17.0.tar.gz create mode 100644 arrow-1.0.3.tar.gz diff --git a/arrow-0.17.0.tar.gz b/arrow-0.17.0.tar.gz deleted file mode 100644 index edea555..0000000 --- a/arrow-0.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff08d10cda1d36c68657d6ad20d74fbea493d980f8b2d45344e00d6ed2bf6ed4 -size 97411 diff --git a/arrow-1.0.3.tar.gz b/arrow-1.0.3.tar.gz new file mode 100644 index 0000000..477d0c3 --- /dev/null +++ b/arrow-1.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399c9c8ae732270e1aa58ead835a79a40d7be8aa109c579898eb41029b5a231d +size 102536 diff --git a/python-arrow.changes b/python-arrow.changes index 98f1060..49899ff 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Mar 9 05:13:18 UTC 2021 - Steve Kowalik + +- 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 diff --git a/python-arrow.spec b/python-arrow.spec index f963f5b..e6ea6e4 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %endif %bcond_without python2 Name: python-arrow%{?psuffix} -Version: 0.17.0 +Version: 1.0.3 Release: 0 Summary: Better dates and times for Python License: Apache-2.0