diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-30 03:46:09 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 03:46:09 +0000 |
| commit | 1a254cb1a921547082507631a17c02cacdf1396e (patch) | |
| tree | 62b0e2a494a585b80fc1ba723fe422022f5de257 | |
| parent | cda57ac8337e0cdd2b12db79dd7bbc0aa5f82bb6 (diff) | |
automatic import of python-neural-compressor
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-neural-compressor.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /neural_compressor-2.1.tar.gz +/neural_compressor-2.1.1.tar.gz diff --git a/python-neural-compressor.spec b/python-neural-compressor.spec index cd669c9..f64eb7b 100644 --- a/python-neural-compressor.spec +++ b/python-neural-compressor.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-neural-compressor -Version: 2.1 +Version: 2.1.1 Release: 1 Summary: Repository of IntelĀ® Neural Compressor License: Apache 2.0 URL: https://github.com/intel/neural-compressor -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bc/f1/546c810ec8e58ce3fd4f30e0e75c6002c88bd36d4503261f0acef1962a74/neural_compressor-2.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2b/b8/263f4a2b3f373e6cd31d56d9c8a1cb437c4b91b91b978f9c20d10feb2c26/neural_compressor-2.1.1.tar.gz BuildArch: noarch Requires: python3-numpy @@ -59,7 +59,7 @@ Provides: python3-neural-compressor-doc [Architecture](./docs/source/design.md#architecture) | [Workflow](./docs/source/design.md#workflow) | [Results](./docs/source/validated_model_list.md) | [Examples](./examples/README.md) | [Documentations](https://intel.github.io/neural-compressor) %prep -%autosetup -n neural-compressor-2.1 +%autosetup -n neural-compressor-2.1.1 %build %py3_build @@ -99,5 +99,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.1-1 - Package Spec generated @@ -1 +1 @@ -96a339892fde18c56473f4cc72cb9db1 neural_compressor-2.1.tar.gz +3bd494dd8ffec1cafa3d77281db98d75 neural_compressor-2.1.1.tar.gz |
