Hello community, here is the log from the commit of package python-arrow for openSUSE:Factory checked in at 2020-01-08 19:32:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-arrow (Old) and /work/SRC/openSUSE:Factory/.python-arrow.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-arrow" Wed Jan 8 19:32:16 2020 rev:13 rq:761075 version:0.15.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-arrow/python-arrow.changes 2019-12-23 22:42:55.081962800 +0100 +++ /work/SRC/openSUSE:Factory/.python-arrow.new.6675/python-arrow.changes 2020-01-08 19:32:24.124591649 +0100 @@ -1,0 +2,33 @@ +Sun Jan 5 02:48:30 UTC 2020 - Arun Persaud <[email protected]> + +- specfile: + * update copyright year + +- update to version 0.15.5: + * [WARN] Python 2 reached EOL on 2020-01-01. arrow will drop support + for Python 2 in a future release to be decided (see #739). + * [NEW] Added bounds parameter to span_range, interval and span + methods. This allows you to include or exclude the start and end + values. + * [NEW] arrow.get() can now create arrow objects from a timestamp + with a timezone, for example: + >>> arrow.get(1367900664, tzinfo=tz.gettz('US/Pacific')) + <Arrow [2013-05-06T21:24:24-07:00]> + * [NEW] humanize can now combine multiple levels of granularity, for + example: + >>> later140 = arrow.utcnow().shift(seconds=+8400) + >>> later140.humanize(granularity="minute") + 'in 139 minutes' + >>> later140.humanize(granularity=["hour", "minute"]) + 'in 2 hours and 19 minutes' + * [NEW] Added Hong Kong locale (zh_hk). + * [NEW] Added humanize week granularity translation for Dutch. + * [NEW] Numbers are now displayed when using the seconds granularity + in humanize. + * [CHANGE] range now supports both the singular and plural forms of + the frames argument (e.g. day and days). + * [FIX] Improved parsing of strings that contain punctuation. + * [FIX] Improved behaviour of humanize when singular seconds are + involved. + +------------------------------------------------------------------- Old: ---- arrow-0.15.4.tar.gz New: ---- arrow-0.15.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-arrow.spec ++++++ --- /var/tmp/diff_new_pack.TgZjHt/_old 2020-01-08 19:32:25.612591167 +0100 +++ /var/tmp/diff_new_pack.TgZjHt/_new 2020-01-08 19:32:25.616591166 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-arrow # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,24 +17,26 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" -%bcond_without test %define psuffix -test +%bcond_without test %else %bcond_with test %endif +%bcond_without python2 Name: python-arrow%{?psuffix} -Version: 0.15.4 +Version: 0.15.5 Release: 0 Summary: Better dates and times for Python License: Apache-2.0 URL: https://github.com/crsmithdev/arrow Source: https://files.pythonhosted.org/packages/source/a/arrow/arrow-%{version}.tar.gz +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} +Requires: python-python-dateutil +BuildArch: noarch %if %{with test} BuildRequires: %{python_module arrow == %{version}} BuildRequires: %{python_module chai} @@ -44,8 +46,6 @@ BuildRequires: %{python_module pytz} BuildRequires: %{python_module simplejson} %endif -Requires: python-python-dateutil -BuildArch: noarch %if %{with python2} BuildRequires: python-backports.functools_lru_cache >= 1.2.1 %endif ++++++ arrow-0.15.4.tar.gz -> arrow-0.15.5.tar.gz ++++++ ++++ 1745 lines of diff (skipped)
