diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 08:34:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 08:34:18 +0000 |
commit | 81c70c748ca59bcdd69510e3ac1de3a5cb516b32 (patch) | |
tree | 7176f36015b039bd2ccddbf968c9014d9b6a995b | |
parent | 6de5ea9208875f5ae90dd3a74b245b7a52210165 (diff) |
automatic import of python-sentencepieceopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-sentencepiece.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /sentencepiece-0.1.97.tar.gz +/sentencepiece-0.1.98.tar.gz diff --git a/python-sentencepiece.spec b/python-sentencepiece.spec index e851006..4e046dd 100644 --- a/python-sentencepiece.spec +++ b/python-sentencepiece.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sentencepiece -Version: 0.1.97 +Version: 0.1.98 Release: 1 Summary: SentencePiece python wrapper License: Apache URL: https://github.com/google/sentencepiece -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ec/87/f26695307c0aa00e6938f5de795fc7f2c718a448b48d29a4c8c8dbf829d3/sentencepiece-0.1.97.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/30/ea/b6cc06f178c4ad88f265011d7a2649a7d5278a88a7afa63cda9344513ea6/sentencepiece-0.1.98.tar.gz %description @@ -585,7 +585,7 @@ print(sp.encode('this is test')) %prep -%autosetup -n sentencepiece-0.1.97 +%autosetup -n sentencepiece-0.1.98 %build %py3_build @@ -625,5 +625,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.97-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.98-1 - Package Spec generated @@ -1 +1 @@ -955dc63c1e0e2c50dcbdd8251ec2b499 sentencepiece-0.1.97.tar.gz +456d2110b6eca5bca20740133fe1cf91 sentencepiece-0.1.98.tar.gz |