diff --git a/arrow-0.10.0.tar.gz b/arrow-0.10.0.tar.gz deleted file mode 100644 index e9d7049..0000000 --- a/arrow-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:805906f09445afc1f0fc80187db8fe07670e3b25cdafa09b8d8ac264a8c0c722 -size 86506 diff --git a/arrow-0.12.1.tar.gz b/arrow-0.12.1.tar.gz new file mode 100644 index 0000000..3fb3f27 --- /dev/null +++ b/arrow-0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a558d3b7b6ce7ffc74206a86c147052de23d3d4ef0e17c210dd478c53575c4cd +size 65356 diff --git a/python-arrow.changes b/python-arrow.changes index 078b647..5581e85 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Feb 17 18:29:14 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + * require python-backports.functools_lru_cache for python2 + +- update to version 0.12.1: + * Allow wheels to determine the required dependencies + * Makes the only_distance paramter value equivalent to value given + to function when granularity paramter is also provided by user + +- changes from version 0.12.0: + * [FIX] Compatibility fix for Python 2.x + +- changes from version 0.11.0: + * [FIX] Fix grammar of ArabicLocale + * [NEW] Add Nepali Locale + * [FIX] Fix month name + rename AustriaLocale -> AustrianLocale + * [FIX] Fix typo in Basque Locale + * [FIX] Fix grammar in PortugueseBrazilian locale + * [FIX] Remove pip --user-mirrors flag + * [NEW] Add Indonesian Locale + ------------------------------------------------------------------- Sat Jul 15 18:33:22 UTC 2017 - aloisio@gmx.com diff --git a/python-arrow.spec b/python-arrow.spec index 467d2fe..bd82848 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -1,7 +1,7 @@ # # spec file for package python-arrow # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%bcond_without python2 Name: python-arrow -Version: 0.10.0 +Version: 0.12.1 Release: 0 Summary: Better dates and times for Python License: Apache-2.0 @@ -32,6 +33,9 @@ BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module simplejson} BuildRequires: fdupes BuildRequires: python-rpm-macros +%if %{with python2} +BuildRequires: python-backports.functools_lru_cache +%endif Requires: python-python-dateutil BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch