From 2cb9d44b729102ea59d7af30f709d9bf00484e7723e7a1f78ad27505175fe769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 11 Nov 2019 12:42:38 +0000 Subject: [PATCH] Accepting request 747233 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/747233 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=26 --- arrow-0.15.2.tar.gz | 3 --- arrow-0.15.4.tar.gz | 3 +++ python-arrow.changes | 29 +++++++++++++++++++++++++++++ python-arrow.spec | 3 +-- 4 files changed, 33 insertions(+), 5 deletions(-) delete mode 100644 arrow-0.15.2.tar.gz create mode 100644 arrow-0.15.4.tar.gz diff --git a/arrow-0.15.2.tar.gz b/arrow-0.15.2.tar.gz deleted file mode 100644 index 7d7a89d..0000000 --- a/arrow-0.15.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10257c5daba1a88db34afa284823382f4963feca7733b9107956bed041aff24f -size 71892 diff --git a/arrow-0.15.4.tar.gz b/arrow-0.15.4.tar.gz new file mode 100644 index 0000000..ef41216 --- /dev/null +++ b/arrow-0.15.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1a318a4c0b787833ae46302c02488b6eeef413c6a13324b3261ad320f21ec1e +size 77979 diff --git a/python-arrow.changes b/python-arrow.changes index 74e423c..7ed6430 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat Nov 9 14:44:41 UTC 2019 - Arun Persaud + +- update to version 0.15.4: + * [FIX] Fixed an issue that caused package installs to fail on Conda + Forge. + +- changes from version 0.15.3: + * [NEW] factory.get() can now create arrow objects from a ISO + calendar tuple, for example: + >>> arrow.get((2013, 18, 7)) + + * [NEW] Added a new token x to allow parsing of integer timestamps + with milliseconds and microseconds. + * [NEW] Formatting now supports escaping of characters using the + same syntax as parsing, for example: + >>> arw = arrow.now() + >>> fmt = "YYYY-MM-DD h [h] m" + >>> arw.format(fmt) + '2019-11-02 3 h 32' + * [NEW] Added humanize week granularity translations for Chinese, + Spanish and Vietnamese. + * [CHANGE] Added ParserError to module exports. + * [FIX] Added support for midnight at end of day. See #703 for + details. + * [INTERNAL] Created Travis build for macOS. + * [INTERNAL] Test parsing and formatting against full timezone + database. + ------------------------------------------------------------------- Tue Sep 17 09:25:07 UTC 2019 - Tomáš Chvátal diff --git a/python-arrow.spec b/python-arrow.spec index 793a531..d5fe6bc 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -19,11 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-arrow -Version: 0.15.2 +Version: 0.15.4 Release: 0 Summary: Better dates and times for Python License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/crsmithdev/arrow Source: https://files.pythonhosted.org/packages/source/a/arrow/arrow-%{version}.tar.gz BuildRequires: %{python_module chai}