Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-tensorflow-estimator for
openSUSE:Factory checked in at 2022-01-06 15:51:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tensorflow-estimator (Old)
and /work/SRC/openSUSE:Factory/.python-tensorflow-estimator.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tensorflow-estimator"
Thu Jan 6 15:51:08 2022 rev:2 rq:944063 version:2.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-tensorflow-estimator/python-tensorflow-estimator.changes
2021-09-30 23:44:02.616513913 +0200
+++
/work/SRC/openSUSE:Factory/.python-tensorflow-estimator.new.1896/python-tensorflow-estimator.changes
2022-01-06 15:51:52.212990592 +0100
@@ -1,0 +2,5 @@
+Wed Jan 5 15:06:00 UTC 2022 - Guillaume GARDET <[email protected]>
+
+- Fix deps for %check on Leap/Backports
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tensorflow-estimator.spec ++++++
--- /var/tmp/diff_new_pack.OXgWvc/_old 2022-01-06 15:51:52.692990855 +0100
+++ /var/tmp/diff_new_pack.OXgWvc/_new 2022-01-06 15:51:52.696990858 +0100
@@ -51,8 +51,13 @@
BuildRequires: %{python_module keras = %{version}}
BuildRequires: %{python_module tensorflow-estimator = %{version}}
BuildRequires: %{python_module tensorboard = %{version}}
+%if 0%{?suse_version} < 1599
+# Leap 15.x / SLE15-SPx still use python 3.6
+BuildRequires: %{python_module typing_extensions}
+%endif
BuildRequires: %{python_module scikit-learn}
-BuildRequires: tensorflow2
+#2.6+ allows "from tensorflow.python.profiler import trace"
+BuildRequires: tensorflow2 >= 2.6
%endif
%python_subpackages