diff --git a/0.2.7.tar.gz b/0.2.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..81e56b4b3a379a5f120fcda9e82a87dacc87ee4e Binary files /dev/null and b/0.2.7.tar.gz differ 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/python-hyperopt.spec b/python-hyperopt.spec index 9a73ae85340b51e33840884b5483e6f85a3af20a..0b7ddb3f1e2e0160875480b77a544cd7eb4cd258 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 +URL: https://github.com/hyperopt/hyperopt +Source0: https://github.com/hyperopt/hyperopt/archive/refs/tags/%{version}.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-%{version} %build %py3_build @@ -88,5 +88,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Dec 14 2022 fuanan - 0.2.7 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:update version to 0.2.7 + * Wed Sep 30 2020 Python_Bot - Package Spec generated