diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-12 09:33:24 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-12 09:33:24 +0000 |
commit | 659a53b24b4e3bb1c4ce9d9ff87d8d196ed0a3e4 (patch) | |
tree | caa0ecd698c963c5f376cf2562b6f3ae1cd6b5af | |
parent | 3e725aad4f40be598add49d45a47b8300cd856e5 (diff) |
automatic import of python-botorch
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-botorch.spec | 4 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -1 +1,2 @@ /python-botorch-0.9.5.tar.gz +/python-botorch-0.10.0.tar.gz diff --git a/python-botorch.spec b/python-botorch.spec index d164811..d68c3c3 100644 --- a/python-botorch.spec +++ b/python-botorch.spec @@ -3,7 +3,7 @@ %global source_name botorch Name: python-%{pypi_name} -Version: 0.9.5 +Version: 0.10.0 Release: 1%{?dist} Summary: Botorch package for Python3 License: MIT @@ -50,7 +50,7 @@ documents of botorch package for python3 %files -n python3-%{pypi_name} %doc *.md %license LICENSE -%{python3_sitearch}/* +%{python3_sitelib}/* %changelog @@ -1 +1 @@ -a567a6b01152955abaccb8e58c3473d4 python-botorch-0.9.5.tar.gz +b74c21854a4f36020539e6bc65606198 python-botorch-0.10.0.tar.gz |