From dd8c8d3344ca73b24217cbc9264f911425a01f6c66ef95ccdc29eff708362cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 20 Sep 2020 06:09:01 +0000 Subject: [PATCH] Accepting request 835594 from home:apersaud:branches:devel:languages:python added version requirement for dateutil - update to version 0.16.0: * [WARN] Arrow will drop support for Python 2.7 and 3.5 in the 1.0.0 release in late September. The 0.16.x and 0.17.x releases are the last to support Python 2.7 and 3.5. * [NEW] Implemented PEP 495 to handle ambiguous datetimes. This is achieved by the addition of the fold attribute for Arrow objects. * [NEW] Added normalize_whitespace flag to arrow.get. This is useful for parsing log files and/or any files that may contain inconsistent spacing. OBS-URL: https://build.opensuse.org/request/show/835594 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=41 --- arrow-0.15.8.tar.gz | 3 --- arrow-0.16.0.tar.gz | 3 +++ python-arrow.changes | 13 +++++++++++++ python-arrow.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 arrow-0.15.8.tar.gz create mode 100644 arrow-0.16.0.tar.gz diff --git a/arrow-0.15.8.tar.gz b/arrow-0.15.8.tar.gz deleted file mode 100644 index 6b09e19..0000000 --- a/arrow-0.15.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edc31dc051db12c95da9bac0271cd1027b8e36912daf6d4580af53b23e62721a -size 92220 diff --git a/arrow-0.16.0.tar.gz b/arrow-0.16.0.tar.gz new file mode 100644 index 0000000..a11acb8 --- /dev/null +++ b/arrow-0.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92aac856ea5175c804f7ccb96aca4d714d936f1c867ba59d747a8096ec30e90a +size 94403 diff --git a/python-arrow.changes b/python-arrow.changes index e4dda8c..2142053 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Sep 19 15:29:03 UTC 2020 - Arun Persaud + +- update to version 0.16.0: + * [WARN] Arrow will drop support for Python 2.7 and 3.5 in the 1.0.0 + release in late September. The 0.16.x and 0.17.x releases are the + last to support Python 2.7 and 3.5. + * [NEW] Implemented PEP 495 to handle ambiguous datetimes. This is + achieved by the addition of the fold attribute for Arrow objects. + * [NEW] Added normalize_whitespace flag to arrow.get. This is useful + for parsing log files and/or any files that may contain + inconsistent spacing. + ------------------------------------------------------------------- Sat Jul 25 15:25:36 UTC 2020 - Arun Persaud diff --git a/python-arrow.spec b/python-arrow.spec index 804776c..cfb84d6 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -26,7 +26,7 @@ %endif %bcond_without python2 Name: python-arrow%{?psuffix} -Version: 0.15.8 +Version: 0.16.0 Release: 0 Summary: Better dates and times for Python License: Apache-2.0 @@ -35,13 +35,13 @@ Source: https://files.pythonhosted.org/packages/source/a/arrow/arrow-%{v BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-python-dateutil +Requires: python-python-dateutil >= 2.7.0 BuildArch: noarch %if %{with test} BuildRequires: %{python_module arrow == %{version}} BuildRequires: %{python_module chai} BuildRequires: %{python_module dateparser} -BuildRequires: %{python_module dateutil} +BuildRequires: %{python_module dateutil >= 2.7.0} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest}