diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-wandb.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /wandb-0.14.2.tar.gz +/wandb-0.15.0.tar.gz diff --git a/python-wandb.spec b/python-wandb.spec index a10a7f9..9664592 100644 --- a/python-wandb.spec +++ b/python-wandb.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wandb -Version: 0.14.2 +Version: 0.15.0 Release: 1 Summary: A CLI and library for interacting with the Weights and Biases API. License: MIT license URL: https://github.com/wandb/wandb -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/27/8c/450c329e607e7b09413e27a5953adbe0ee61071fb54370fa3e4424fec9ed/wandb-0.14.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b4/d2/7fd1b3e353cff0f80df40d1226af902472185e515aeb609a65e7309a40d1/wandb-0.15.0.tar.gz BuildArch: noarch Requires: python3-Click @@ -361,7 +361,7 @@ Got questions, feedback or want to join a community of ML engineers working on e %prep -%autosetup -n wandb-0.14.2 +%autosetup -n wandb-0.15.0 %build %py3_build @@ -401,5 +401,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.14.2-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.15.0-1 - Package Spec generated @@ -1 +1 @@ -ae8b987d86479ef42008e694b8bb3228 wandb-0.14.2.tar.gz +bb59b220972f6595b02fcf739732557f wandb-0.15.0.tar.gz |
