From a86a871a43adede5c79853f0e5fd6fab5533c49ea6f0e4f418c7b8d63c5e0b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 2 Nov 2020 15:21:43 +0000 Subject: [PATCH] Accepting request 845112 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/845112 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=43 --- arrow-0.16.0.tar.gz | 3 --- arrow-0.17.0.tar.gz | 3 +++ python-arrow.changes | 27 +++++++++++++++++++++++++++ python-arrow.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 arrow-0.16.0.tar.gz create mode 100644 arrow-0.17.0.tar.gz diff --git a/arrow-0.16.0.tar.gz b/arrow-0.16.0.tar.gz deleted file mode 100644 index a11acb8..0000000 --- a/arrow-0.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92aac856ea5175c804f7ccb96aca4d714d936f1c867ba59d747a8096ec30e90a -size 94403 diff --git a/arrow-0.17.0.tar.gz b/arrow-0.17.0.tar.gz new file mode 100644 index 0000000..edea555 --- /dev/null +++ b/arrow-0.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff08d10cda1d36c68657d6ad20d74fbea493d980f8b2d45344e00d6ed2bf6ed4 +size 97411 diff --git a/python-arrow.changes b/python-arrow.changes index 2142053..98f1060 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Oct 30 22:27:20 UTC 2020 - Arun Persaud + +- 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 Python’s 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 diff --git a/python-arrow.spec b/python-arrow.spec index cfb84d6..f963f5b 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -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