diff --git a/hyperopt-0.2.4.tar.gz b/hyperopt-0.2.4.tar.gz deleted file mode 100644 index 697421c49922dd2aca59b2fdfbf563adfab9e78c..0000000000000000000000000000000000000000 Binary files a/hyperopt-0.2.4.tar.gz and /dev/null differ diff --git a/hyperopt-0.2.7.tar.gz b/hyperopt-0.2.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..95d65e64b8df94c371cee9f7e6461ddb651e74f6 Binary files /dev/null and b/hyperopt-0.2.7.tar.gz differ diff --git a/python-hyperopt.spec b/python-hyperopt.spec index 9a73ae85340b51e33840884b5483e6f85a3af20a..0e2516e74b4b168db7cafa79b3914975a69f9523 100644 --- a/python-hyperopt.spec +++ b/python-hyperopt.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-hyperopt -Version: 0.2.4 +Version: 0.2.7 Release: 1 Summary: Distributed Asynchronous Hyperparameter Optimization License: BSD URL: http://hyperopt.github.com/hyperopt/ -Source0: https://files.pythonhosted.org/packages/b0/69/ee6a5596e925778e5aaaaf2eda3c07ac362aaad43ff66a75bef02b9f6bf6/hyperopt-0.2.4.tar.gz +Source0: https://files.pythonhosted.org/packages/b0/69/ee6a5596e925778e5aaaaf2eda3c07ac362aaad43ff66a75bef02b9f6bf6/hyperopt-0.2.7.tar.gz BuildArch: noarch Requires: python3-numpy @@ -48,7 +48,7 @@ search spaces, which may include real-valued, discrete, and conditional dimensions. %prep -%autosetup -n hyperopt-0.2.4 +%autosetup -n hyperopt-0.2.7 %build %py3_build @@ -88,5 +88,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 12 2023 sunhui - 0.2.7-1 +- Update package to version 0.2.7 + * Wed Sep 30 2020 Python_Bot - Package Spec generated