Hello community, here is the log from the commit of package python-arrow for openSUSE:Factory checked in at 2020-05-28 09:06:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-arrow (Old) and /work/SRC/openSUSE:Factory/.python-arrow.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-arrow" Thu May 28 09:06:53 2020 rev:14 rq:805996 version:0.15.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-arrow/python-arrow.changes 2020-01-08 19:32:24.124591649 +0100 +++ /work/SRC/openSUSE:Factory/.python-arrow.new.3606/python-arrow.changes 2020-05-28 09:07:00.459642956 +0200 @@ -1,0 +2,12 @@ +Fri May 15 21:33:05 UTC 2020 - Benjamin Greiner <[email protected]> + +- new version needs pytest instead of nose + +------------------------------------------------------------------- +Tue May 12 08:49:50 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 0.15.6: + - [NEW] Added ``humanize`` week granularity translation for German, Italian, Polish & Taiwanese locales. + - [FIX] Consolidated and simplified German locales. + +------------------------------------------------------------------- Old: ---- arrow-0.15.5.tar.gz New: ---- arrow-0.15.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-arrow.spec ++++++ --- /var/tmp/diff_new_pack.v93V6l/_old 2020-05-28 09:07:01.919647334 +0200 +++ /var/tmp/diff_new_pack.v93V6l/_new 2020-05-28 09:07:01.919647334 +0200 @@ -1,5 +1,5 @@ # -# spec file for package python-arrow +# spec file for package python # # Copyright (c) 2020 SUSE LLC # @@ -26,7 +26,7 @@ %endif %bcond_without python2 Name: python-arrow%{?psuffix} -Version: 0.15.5 +Version: 0.15.6 Release: 0 Summary: Better dates and times for Python License: Apache-2.0 @@ -41,8 +41,10 @@ BuildRequires: %{python_module arrow == %{version}} BuildRequires: %{python_module chai} BuildRequires: %{python_module dateparser} +BuildRequires: %{python_module dateutil} BuildRequires: %{python_module mock} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} BuildRequires: %{python_module simplejson} %endif @@ -80,16 +82,16 @@ %check %if %{with test} -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} nosetests-%{$python_bin_suffix} -v +# remove pytest -cov* args. (Next release will move this to tox.ini) +rm setup.cfg +%pytest %endif %if %{without test} %files %{python_files} %license LICENSE %doc README.rst -%dir %{python_sitelib}/arrow -%{python_sitelib}/arrow/* -%dir %{python_sitelib}/arrow-%{version}-py*.egg-info +%{python_sitelib}/arrow %{python_sitelib}/arrow-%{version}-py*.egg-info %endif ++++++ arrow-0.15.5.tar.gz -> arrow-0.15.6.tar.gz ++++++ ++++ 10876 lines of diff (skipped)
