Hello community,
here is the log from the commit of package python-tenacity for openSUSE:Factory
checked in at 2019-01-15 09:17:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tenacity (Old)
and /work/SRC/openSUSE:Factory/.python-tenacity.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tenacity"
Tue Jan 15 09:17:13 2019 rev:7 rq:664987 version:4.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tenacity/python-tenacity.changes
2018-12-24 11:45:02.729257812 +0100
+++
/work/SRC/openSUSE:Factory/.python-tenacity.new.28833/python-tenacity.changes
2019-01-15 09:17:39.762163565 +0100
@@ -1,0 +2,5 @@
+Wed Jan 9 23:06:29 UTC 2019 - Jonathan Brownell <[email protected]>
+
+- Use "Requires:" instead of "Recommends:" on older build platforms
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tenacity.spec ++++++
--- /var/tmp/diff_new_pack.31mhpR/_old 2019-01-15 09:17:40.198163159 +0100
+++ /var/tmp/diff_new_pack.31mhpR/_new 2019-01-15 09:17:40.202163155 +0100
@@ -40,7 +40,11 @@
%endif
Requires: python-monotonic >= 0.6
Requires: python-six >= 1.9.0
+%if 0%{?_no_weakdeps}
+Requires: python-tornado
+%else
Recommends: python-tornado
+%endif
%ifpython2
Requires: python-futures >= 3.0
%endif