From e686d2d41c7c47394568e9fc901b8c8046e949964705fa2acc85f740c307f38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 4 Aug 2019 17:00:51 +0000 Subject: [PATCH] Accepting request 720888 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/720888 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=21 --- arrow-0.14.3.tar.gz | 3 --- arrow-0.14.4.tar.gz | 3 +++ python-arrow.changes | 12 ++++++++++++ python-arrow.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 arrow-0.14.3.tar.gz create mode 100644 arrow-0.14.4.tar.gz diff --git a/arrow-0.14.3.tar.gz b/arrow-0.14.3.tar.gz deleted file mode 100644 index 4166ac4..0000000 --- a/arrow-0.14.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20055cd5dd03314c62544138a227ba24fb040b949e7cf785da611d3d4b11d31c -size 524525 diff --git a/arrow-0.14.4.tar.gz b/arrow-0.14.4.tar.gz new file mode 100644 index 0000000..ba04e52 --- /dev/null +++ b/arrow-0.14.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f37968afeaefd0ba3fe4d0c70dc830985f9ab11beeb381d4fc0e8f8151d3d6 +size 582324 diff --git a/python-arrow.changes b/python-arrow.changes index 7ae1b67..b51d771 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Aug 4 15:07:17 UTC 2019 - Arun Persaud + +- update to version 0.14.4: + * [FIX] Fixed a regression in 0.14.3 that prevented a tzinfo + argument of type string to be passed to the get() + function. Functionality such as arrow.get("2019072807", + "YYYYMMDDHH", tzinfo="UTC") should work as normal again. + * [CHANGE] Moved backports.functools_lru_cache dependency from + extra_requires to install_requires for Python 2.7 installs to fix + #495. + ------------------------------------------------------------------- Sun Jul 28 16:10:58 UTC 2019 - Arun Persaud diff --git a/python-arrow.spec b/python-arrow.spec index e347023..efe965c 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-arrow -Version: 0.14.3 +Version: 0.14.4 Release: 0 Summary: Better dates and times for Python License: Apache-2.0