diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-spacy-transformers.spec | 26 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 24 insertions, 5 deletions
@@ -1 +1,2 @@ /spacy-transformers-1.2.2.tar.gz +/spacy-transformers-1.2.3.tar.gz diff --git a/python-spacy-transformers.spec b/python-spacy-transformers.spec index cfb5ab2..5148eb4 100644 --- a/python-spacy-transformers.spec +++ b/python-spacy-transformers.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-spacy-transformers -Version: 1.2.2 +Version: 1.2.3 Release: 1 Summary: spaCy pipelines for pre-trained BERT and other transformers License: MIT URL: https://spacy.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a1/fa/711780a25596a4254c81734a5ea3aa09874732a24b02cf36503e5399a407/spacy-transformers-1.2.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/53/95/9edb2e8412ff4877ce59c0b7aac44402037fa0a49a9ad3e859cc33339329/spacy-transformers-1.2.3.tar.gz Requires: python3-spacy Requires: python3-numpy @@ -104,6 +104,12 @@ pip install spacy-transformers -f https://download.pytorch.org/whl/torch_stable. [Transformer architectures](https://spacy.io/api/architectures#transformers): Architectures and registered functions +## Bug reports and other issues + +Please use [spaCy's issue tracker](https://github.com/explosion/spaCy/issues) to report a bug, or open a new thread on the +[discussion board](https://github.com/explosion/spaCy/discussions) +for any other issue. + %package -n python3-spacy-transformers Summary: spaCy pipelines for pre-trained BERT and other transformers @@ -192,6 +198,12 @@ pip install spacy-transformers -f https://download.pytorch.org/whl/torch_stable. [Transformer architectures](https://spacy.io/api/architectures#transformers): Architectures and registered functions +## Bug reports and other issues + +Please use [spaCy's issue tracker](https://github.com/explosion/spaCy/issues) to report a bug, or open a new thread on the +[discussion board](https://github.com/explosion/spaCy/discussions) +for any other issue. + %package help Summary: Development documents and examples for spacy-transformers @@ -274,9 +286,15 @@ pip install spacy-transformers -f https://download.pytorch.org/whl/torch_stable. [Transformer architectures](https://spacy.io/api/architectures#transformers): Architectures and registered functions +## Bug reports and other issues + +Please use [spaCy's issue tracker](https://github.com/explosion/spaCy/issues) to report a bug, or open a new thread on the +[discussion board](https://github.com/explosion/spaCy/discussions) +for any other issue. + %prep -%autosetup -n spacy-transformers-1.2.2 +%autosetup -n spacy-transformers-1.2.3 %build %py3_build @@ -316,5 +334,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.2-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.3-1 - Package Spec generated @@ -1 +1 @@ -4cc7caf08495c0a4838b0e0a2a59b48a spacy-transformers-1.2.2.tar.gz +10f81bd6758351b004dfa96767513498 spacy-transformers-1.2.3.tar.gz |
