Hello community,
here is the log from the commit of package python-tenacity for openSUSE:Factory
checked in at 2019-08-28 18:38:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tenacity (Old)
and /work/SRC/openSUSE:Factory/.python-tenacity.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tenacity"
Wed Aug 28 18:38:24 2019 rev:9 rq:726743 version:5.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tenacity/python-tenacity.changes
2019-04-23 14:39:15.677585211 +0200
+++
/work/SRC/openSUSE:Factory/.python-tenacity.new.7948/python-tenacity.changes
2019-08-28 18:38:26.497252828 +0200
@@ -1,0 +2,9 @@
+Wed Aug 28 11:46:28 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to 5.1.1
+ * upstream switched to reno, so no upstream changelog
+ * Use setuptools_scm for packaging
+ * Drop Python 3.4
+ * Reduce wait_exponential power by 1 so first wait is equal to multiplier
+
+-------------------------------------------------------------------
Old:
----
tenacity-5.0.4.tar.gz
New:
----
tenacity-5.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tenacity.spec ++++++
--- /var/tmp/diff_new_pack.Ygc7Ft/_old 2019-08-28 18:38:27.261252695 +0200
+++ /var/tmp/diff_new_pack.Ygc7Ft/_new 2019-08-28 18:38:27.261252695 +0200
@@ -19,15 +19,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-tenacity
-Version: 5.0.4
+Version: 5.1.1
Release: 0
Summary: Python module for retrying code until it succeeeds
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/jd/tenacity
Source:
https://files.pythonhosted.org/packages/source/t/tenacity/tenacity-%{version}.tar.gz
-BuildRequires: %{python_module pbr}
-BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.9.0}
BuildRequires: fdupes
@@ -35,7 +34,7 @@
BuildRequires: python2-futures >= 3.0
BuildRequires: python2-monotonic >= 0.6
%if %{with test}
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module tornado}
%endif
Requires: python-six >= 1.9.0
@@ -75,12 +74,12 @@
%if %{with test}
%check
-%python_exec setup.py nosetests --ignore-files '.*asyncio.py'
+%pytest --ignore tenacity/tests/test_asyncio.py
%endif
%files %{python_files}
%license LICENSE
-%doc ChangeLog README.rst
+%doc README.rst
%{python_sitelib}/*
%changelog
++++++ tenacity-5.0.4.tar.gz -> tenacity-5.1.1.tar.gz ++++++
++++ 2282 lines of diff (skipped)