Hello community, here is the log from the commit of package python-arrow for openSUSE:Factory checked in at 2019-01-21 11:01:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-arrow (Old) and /work/SRC/openSUSE:Factory/.python-arrow.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-arrow" Mon Jan 21 11:01:41 2019 rev:5 rq:667296 version:0.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-arrow/python-arrow.changes 2018-12-12 17:25:12.211127024 +0100 +++ /work/SRC/openSUSE:Factory/.python-arrow.new.28833/python-arrow.changes 2019-01-21 11:03:32.931027925 +0100 @@ -1,0 +2,28 @@ +Sun Jan 20 04:31:54 UTC 2019 - Arun Persaud <[email protected]> + +- specfile: + * update copyright year + * be more specific in %files section + * require pytz + +- update to version 0.13.0: + * [NEW] Added support for Python 3.6. + * [CHANGE] Drop support for Python 2.6/3.3. + * [CHANGE] Return generator instead of list for Arrow.range(), + Arrow.span_range() and Arrow.interval(). + * [FIX] Make arrow.get() work with str & tzinfo combo. + * [FIX] Make sure special RegEx characters are escaped in format + string. + * [NEW] Added support for ZZZ when formatting. + * [FIX] Stop using datetime.utcnow() in internals, use + datetime.now(UTC) instead. + * [FIX] Return NotImplemented instead of TypeError in arrow math + internals. + * [NEW] Added Estonian Locale. + * [FIX] Small fixes to Greek locale. + * [FIX] TagalogLocale improvements. + * [FIX] Added test requirements to setup. + * [FIX] Improve docs for get, now and utcnow methods. + * [FIX] Correct typo in depreciation warning. + +------------------------------------------------------------------- Old: ---- arrow-0.12.1.tar.gz New: ---- arrow-0.13.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-arrow.spec ++++++ --- /var/tmp/diff_new_pack.h3Djoj/_old 2019-01-21 11:03:33.403027319 +0100 +++ /var/tmp/diff_new_pack.h3Djoj/_new 2019-01-21 11:03:33.407027315 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-arrow # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-arrow -Version: 0.12.1 +Version: 0.13.0 Release: 0 Summary: Better dates and times for Python License: Apache-2.0 @@ -29,6 +29,7 @@ BuildRequires: %{python_module chai} BuildRequires: %{python_module nose} BuildRequires: %{python_module python-dateutil} +BuildRequires: %{python_module pytz} BuildRequires: %{python_module simplejson} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -70,6 +71,9 @@ %files %{python_files} %license LICENSE %doc README.rst HISTORY.md -%{python_sitelib}/* +%dir %{python_sitelib}/arrow +%{python_sitelib}/arrow/* +%dir %{python_sitelib}/arrow-%{version}-py*.egg-info +%{python_sitelib}/arrow-%{version}-py*.egg-info %changelog ++++++ arrow-0.12.1.tar.gz -> arrow-0.13.0.tar.gz ++++++ ++++ 1883 lines of diff (skipped)
