diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pymilvus.spec | 10 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 6 deletions
@@ -1 +1,2 @@ /pymilvus-2.2.5.tar.gz +/pymilvus-2.2.7.tar.gz diff --git a/python-pymilvus.spec b/python-pymilvus.spec index fddf838..96bcd54 100644 --- a/python-pymilvus.spec +++ b/python-pymilvus.spec @@ -1,15 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-pymilvus -Version: 2.2.5 +Version: 2.2.7 Release: 1 Summary: Python Sdk for Milvus License: Apache-2.0 URL: https://github.com/milvus-io/pymilvus -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/47/37/6c49b61ffda326a45cb2feb412ef87954a179ca80568d618c6eddde5968a/pymilvus-2.2.5.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ca/4f/f91cc7a1a304dc5645d1d20d831ef7cede73494266a09ce56a53a124f334/pymilvus-2.2.7.tar.gz BuildArch: noarch Requires: python3-grpcio -Requires: python3-grpcio-tools +Requires: python3-protobuf Requires: python3-mmh3 Requires: python3-ujson Requires: python3-pandas @@ -336,7 +336,7 @@ $ python3 -m pip install --extra-index-url https://test.pypi.org/simple/ pymilvu %prep -%autosetup -n pymilvus-2.2.5 +%autosetup -n pymilvus-2.2.7 %build %py3_build @@ -376,5 +376,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.5-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.7-1 - Package Spec generated @@ -1 +1 @@ -fd44c5d5397ead3a91eac2babeac1c01 pymilvus-2.2.5.tar.gz +f71742a700871495664c9cebca432ad1 pymilvus-2.2.7.tar.gz |