diff --git a/Keras-2.4.3.tar.gz b/Keras-2.4.3.tar.gz deleted file mode 100644 index b58e4a21e39c46d97126a793bc0c376a4ba05199..0000000000000000000000000000000000000000 Binary files a/Keras-2.4.3.tar.gz and /dev/null differ diff --git a/keras-2.9.0.tar.gz b/keras-2.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..65ea25d229c3ab79d58703c7f5ed08f66b238bed Binary files /dev/null and b/keras-2.9.0.tar.gz differ diff --git a/python-Keras.spec b/python-Keras.spec index 7bf7b00498c5f9482591ee5381bec396dd44c5b0..a553b5744a3cfd88abb7cf13c5685361f18476cf 100644 --- a/python-Keras.spec +++ b/python-Keras.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-Keras -Version: 2.4.3 +Version: 2.9.0 Release: 1 Summary: Deep Learning for humans -License: MIT +License: Apache-2.0 URL: https://github.com/keras-team/keras -Source0: https://files.pythonhosted.org/packages/df/1d/46fbcf446b5fa42aff723124fb10bc900e542389e7d7574b0c5466e1ffbc/Keras-2.4.3.tar.gz +Source0: https://github.com/keras-team/keras/archive/refs/tags/v2.9.0.tar.gz#/keras-2.9.0.tar.gz BuildArch: noarch Requires: python3-numpy @@ -55,9 +55,10 @@ Keras is compatible with Python 3.6+ and is distributed under the MIT license. %prep -%autosetup -n Keras-2.4.3 +%autosetup -n keras-2.9.0 %build +cp ./keras/tools/pip_package/setup.py . %py3_build %install @@ -95,5 +96,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Oct 15 2020 Python_Bot +* Tue Jun 21 2022 chendexi - 2.9.0-1 +- Upgrade to version v2.9.0 + +* Thu Oct 15 2020 Python_Bot - 2.4.3-1 - Package Spec generated