diff --git a/python-tensorflow-estimator.spec b/python-tensorflow-estimator.spec index e6659d2..ce94ce7 100644 --- a/python-tensorflow-estimator.spec +++ b/python-tensorflow-estimator.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: tensorflow-estimator -Version: 2.10.0 +Version: 2.12.0 Release: 1 Summary: TensorFlow Estimator. License: Apache 2.0 URL: https://www.tensorflow.org/ -Source0: https://files.pythonhosted.org/packages/b6/05/9d7f3a6c783669cba36a6eb4555d0c73a516eee935dde6176dfb8512f94e/tensorflow_estimator-2.10.0-py2.py3-none-any.whl +Source0: https://files.pythonhosted.org/packages/d1/e1/c3596da404e2c47561a2bb392397208925e65be6f61bd3081e630371d5e8/tensorflow_estimator-2.12.0-py2.py3-none-any.whl BuildArch: noarch %description @@ -59,6 +59,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Sep 19 2023 yixiangzhike - 2.12.0-1 +- upgrade to version 2.12.0 for tensorflow 2.12.1 build requirement + * Mon Nov 21 2022 Bin Hu - 2.10.0-1 - downgrade to version 2.10.0 for tensorflow 2.10 build requirement diff --git a/tensorflow_estimator-2.10.0-py2.py3-none-any.whl b/tensorflow_estimator-2.10.0-py2.py3-none-any.whl deleted file mode 100644 index bd32a84..0000000 Binary files a/tensorflow_estimator-2.10.0-py2.py3-none-any.whl and /dev/null differ diff --git a/tensorflow_estimator-2.12.0-py2.py3-none-any.whl b/tensorflow_estimator-2.12.0-py2.py3-none-any.whl new file mode 100644 index 0000000..4d1911c Binary files /dev/null and b/tensorflow_estimator-2.12.0-py2.py3-none-any.whl differ