Hello community,

here is the log from the commit of package python-tenacity for openSUSE:Factory 
checked in at 2019-04-23 14:39:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tenacity (Old)
 and      /work/SRC/openSUSE:Factory/.python-tenacity.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tenacity"

Tue Apr 23 14:39:15 2019 rev:8 rq:697030 version:5.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tenacity/python-tenacity.changes  
2019-01-15 09:17:39.762163565 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-tenacity.new.5536/python-tenacity.changes    
    2019-04-23 14:39:15.677585211 +0200
@@ -1,0 +2,15 @@
+Thu Apr 18 14:58:39 UTC 2019 - Marketa Calabkova <mcalabk...@suse.com>
+
+- update to 5.0.4
+  * Try using unshallow clone
+  * Add support for Python 3.7
+  * Add test for attempt numbers in interleaved async coroutines
+  * Fix wait_chain to be runnable multiple times
+  * Fix six.wraps having a problem with __name__ attr on Py2
+  * Add retry_if_exception_message and complement
+  * RetryCallState: add retry_object & next_action fields
+  * Tweak wait funcs to accept call_state with backward compat
+  * Add RetryCallState class
+  * Documentation fixes
+
+-------------------------------------------------------------------

Old:
----
  tenacity-4.12.0.tar.gz

New:
----
  tenacity-5.0.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-tenacity.spec ++++++
--- /var/tmp/diff_new_pack.GKUwAD/_old  2019-04-23 14:39:17.053585919 +0200
+++ /var/tmp/diff_new_pack.GKUwAD/_new  2019-04-23 14:39:17.081585933 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tenacity
 #
-# 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,37 +19,36 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without  test
 Name:           python-tenacity
-Version:        4.12.0
+Version:        5.0.4
 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
+URL:            https://github.com/jd/tenacity
 Source:         
https://files.pythonhosted.org/packages/source/t/tenacity/tenacity-%{version}.tar.gz
-BuildRequires:  %{python_module monotonic >= 0.6}
 BuildRequires:  %{python_module pbr}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six >= 1.7.0}
+BuildRequires:  %{python_module six >= 1.9.0}
 BuildRequires:  fdupes
-BuildRequires:  python-futures >= 3.0
 BuildRequires:  python-rpm-macros
+BuildRequires:  python2-futures >= 3.0
+BuildRequires:  python2-monotonic >= 0.6
 %if %{with test}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module tornado}
 %endif
-Requires:       python-monotonic >= 0.6
 Requires:       python-six >= 1.9.0
+%ifpython2
+Requires:       python-futures >= 3.0
+Requires:       python-monotonic >= 0.6
+%endif
 %if 0%{?_no_weakdeps}
 Requires:       python-tornado
 %else
 Recommends:     python-tornado
 %endif
-%ifpython2
-Requires:       python-futures >= 3.0
-%endif
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -72,7 +71,7 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %if %{with test}
 %check
@@ -80,7 +79,6 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %license LICENSE
 %doc ChangeLog README.rst
 %{python_sitelib}/*

++++++ tenacity-4.12.0.tar.gz -> tenacity-5.0.4.tar.gz ++++++
++++ 4165 lines of diff (skipped)


Reply via email to