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..e303f6c75ab99b8a86ac1b9d0110cb87c8fd84f4 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/58/75/0c4712e3f3a21c910778b8f9f4622601a823cefcae24181467674a0352f9/hyperopt-0.2.7.tar.gz BuildArch: noarch Requires: python3-numpy @@ -31,7 +31,7 @@ dimensions. %package -n python3-hyperopt Summary: Distributed Asynchronous Hyperparameter Optimization -Provides: python-hyperopt +Provides: python-hyperopt = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-hyperopt @@ -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-%{version} %build %py3_build @@ -88,5 +88,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 01 2022 liqiuyu - 0.2.7-1 +- Update package to version 0.2.7 + * Wed Sep 30 2020 Python_Bot - Package Spec generated