From 22224252d746004d8f16c5d3a1bc17d754d3c3ecfa7eeaaf0db24a84f36ab19e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Jul 2020 06:29:43 +0000 Subject: [PATCH] Accepting request 820577 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/820577 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=37 --- arrow-0.15.6.tar.gz | 3 --- arrow-0.15.7.tar.gz | 3 +++ python-arrow.changes | 25 +++++++++++++++++++++++++ python-arrow.spec | 5 ++--- 4 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 arrow-0.15.6.tar.gz create mode 100644 arrow-0.15.7.tar.gz diff --git a/arrow-0.15.6.tar.gz b/arrow-0.15.6.tar.gz deleted file mode 100644 index 0ce784a..0000000 --- a/arrow-0.15.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb5d339f00072cc297d7de252a2e75f272085d1231a3723f1026d1fa91367118 -size 83160 diff --git a/arrow-0.15.7.tar.gz b/arrow-0.15.7.tar.gz new file mode 100644 index 0000000..acc9aa8 --- /dev/null +++ b/arrow-0.15.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1a92b25bbee5f80cc8f6bdecfeade9028219229137c559c37335b4f574a292 +size 89278 diff --git a/python-arrow.changes b/python-arrow.changes index 5ecc2eb..be125b3 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Jul 12 21:40:32 UTC 2020 - Arun Persaud + +- update to version 0.15.7: + * [NEW] Added a number of built-in format strings. See the docs for + a complete list of supported formats. For example: + >>> arw = arrow.utcnow() + >>> arw.format(arrow.FORMAT_COOKIE) + 'Wednesday, 27-May-2020 10:30:35 UTC' + * [NEW] Arrow is now fully compatible with Python 3.9 and PyPy3. + * [NEW] Added Makefile, tox.ini, and requirements.txt files to the + distribution bundle. + * [NEW] Added French Canadian and Swahili locales. + * [NEW] Added humanize week granularity translation for Hebrew, + Greek, Macedonian, Swedish, Slovak. + * [FIX] ms and μs timestamps are now normalized in arrow.get(), + arrow.fromtimestamp(), and arrow.utcfromtimestamp(). For example: + >>> ts = 1591161115194556 + >>> arw = arrow.get(ts) + + >>> arw.timestamp + 1591161115 + * [FIX] Refactored and updated Macedonian, Hebrew, Korean, and + Portuguese locales. + ------------------------------------------------------------------- Fri May 15 21:33:05 UTC 2020 - Benjamin Greiner diff --git a/python-arrow.spec b/python-arrow.spec index 9e0c822..8168d88 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -26,7 +26,7 @@ %endif %bcond_without python2 Name: python-arrow%{?psuffix} -Version: 0.15.6 +Version: 0.15.7 Release: 0 Summary: Better dates and times for Python License: Apache-2.0 @@ -82,8 +82,7 @@ rm -rf arrow.egg-info %check %if %{with test} -# remove pytest -cov* args. (Next release will move this to tox.ini) -rm setup.cfg +rm tox.ini %pytest %endif