diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 13:34:54 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 13:34:54 +0000 |
commit | b31a48542360ff5e63f06c3670d1e654b35c3229 (patch) | |
tree | 98dd12df1d250f6867177d6f24090004dcaa3a62 | |
parent | 1300f7c6b2033b3312f5536a88d55c39812ac9ee (diff) |
automatic import of python-nlp-primitivesopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-nlp-primitives.spec | 9 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -1 +1,2 @@ /nlp_primitives-2.10.0.tar.gz +/nlp_primitives-2.11.0.tar.gz diff --git a/python-nlp-primitives.spec b/python-nlp-primitives.spec index 0ebf336..8caff31 100644 --- a/python-nlp-primitives.spec +++ b/python-nlp-primitives.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-nlp-primitives -Version: 2.10.0 +Version: 2.11.0 Release: 1 Summary: natural language processing primitives for Featuretools License: BSD 3-clause URL: https://pypi.org/project/nlp-primitives/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b3/f0/c5034c106873854af7b1b69c65377d13ff44290eefb7626d40d231d95dc9/nlp_primitives-2.10.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e2/35/183d2fec15e454e5b2e97f5832eb3384ca9d3097d1562187402e0e750892/nlp_primitives-2.11.0.tar.gz BuildArch: noarch Requires: python3-numpy @@ -13,7 +13,6 @@ Requires: python3-pandas Requires: python3-featuretools Requires: python3-nltk Requires: python3-scikit-learn -Requires: python3-woodwork Requires: python3-tensorflow-hub Requires: python3-tensorflow Requires: python3-tensorflow-metal @@ -405,7 +404,7 @@ This will install all pip dependencies. %prep -%autosetup -n nlp-primitives-2.10.0 +%autosetup -n nlp-primitives-2.11.0 %build %py3_build @@ -445,5 +444,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 2.10.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 2.11.0-1 - Package Spec generated @@ -1 +1 @@ -df1a6d09dd0d277630bad176a3d1b5cb nlp_primitives-2.10.0.tar.gz +7b923261494517670f412a0414622796 nlp_primitives-2.11.0.tar.gz |