diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 16:23:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 16:23:04 +0000 |
commit | 7814f3ffc39075a9ad056d2e6dee76b28a217873 (patch) | |
tree | 44bbfbcee7914c91f651dc474f5db670ca2dcddd | |
parent | b1013758b51a19460c015209aff4f8a8ecc6245b (diff) |
automatic import of python-dtreevizopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dtreeviz.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /dtreeviz-2.2.0.tar.gz +/dtreeviz-2.2.1.tar.gz diff --git a/python-dtreeviz.spec b/python-dtreeviz.spec index d2cb15e..f4d5fe2 100644 --- a/python-dtreeviz.spec +++ b/python-dtreeviz.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dtreeviz -Version: 2.2.0 +Version: 2.2.1 Release: 1 Summary: A Python 3 library for sci-kit learn, XGBoost, LightGBM, Spark, and TensorFlow decision tree visualization License: MIT URL: https://github.com/parrt/dtreeviz -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a5/da/ddc3f75762c7342c91f3f1388dabcbd1a852ccaafcabd2994900cf2eb934/dtreeviz-2.2.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/47/63/288c0bd461c82b34e4b9ecf18e144e0e3e0ae4d014f7dea2ad733be3c3c8/dtreeviz-2.2.1.tar.gz BuildArch: noarch Requires: python3-graphviz @@ -52,7 +52,7 @@ Currently dtreeviz supports: [scikit-learn](https://scikit-learn.org/stable), [X %prep -%autosetup -n dtreeviz-2.2.0 +%autosetup -n dtreeviz-2.2.1 %build %py3_build @@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.1-1 - Package Spec generated @@ -1 +1 @@ -4eed23611ae11cd6629d5b9c71be80d6 dtreeviz-2.2.0.tar.gz +4844fe6d046276e1487c871099f9be12 dtreeviz-2.2.1.tar.gz |