Hello community, here is the log from the commit of package python-arrow for openSUSE:Factory checked in at 2018-02-20 17:56:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-arrow (Old) and /work/SRC/openSUSE:Factory/.python-arrow.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-arrow" Tue Feb 20 17:56:37 2018 rev:2 rq:578276 version:0.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-arrow/python-arrow.changes 2017-08-24 18:43:13.018995845 +0200 +++ /work/SRC/openSUSE:Factory/.python-arrow.new/python-arrow.changes 2018-02-20 17:58:08.295847141 +0100 @@ -1,0 +2,24 @@ +Sat Feb 17 18:29:14 UTC 2018 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- arrow-0.10.0.tar.gz New: ---- arrow-0.12.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-arrow.spec ++++++ --- /var/tmp/diff_new_pack.5l0mKv/_old 2018-02-20 17:58:11.191742870 +0100 +++ /var/tmp/diff_new_pack.5l0mKv/_new 2018-02-20 17:58:11.191742870 +0100 @@ -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 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 ++++++ arrow-0.10.0.tar.gz -> arrow-0.12.1.tar.gz ++++++ ++++ 1822 lines of diff (skipped)
