From 30de7281763a2b5b7948b0bba65bb52a9fc15854 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 06:59:54 +0000 Subject: automatic import of python-pinecone-client --- python-pinecone-client.spec | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) (limited to 'python-pinecone-client.spec') diff --git a/python-pinecone-client.spec b/python-pinecone-client.spec index 3a24be3..ca21b20 100644 --- a/python-pinecone-client.spec +++ b/python-pinecone-client.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pinecone-client -Version: 2.2.1 +Version: 2.2.2 Release: 1 Summary: Pinecone client and SDK License: Proprietary License URL: https://www.pinecone.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/25/af/2ea3b6f5498bc4618ad54b03ec00b4a3f2c4eda48839f119ca339984dc01/pinecone-client-2.2.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/56/c1/e06a324dc7c1329cf24753a75f8aff83f037845819af7c601ae448da5cc4/pinecone-client-2.2.2.tar.gz BuildArch: noarch Requires: python3-requests @@ -288,8 +288,6 @@ pinecone.delete_collection("example-collection") - - %package -n python3-pinecone-client Summary: Pinecone client and SDK Provides: python-pinecone-client @@ -561,8 +559,6 @@ pinecone.delete_collection("example-collection") - - %package help Summary: Development documents and examples for pinecone-client Provides: python3-pinecone-client-doc @@ -831,10 +827,8 @@ pinecone.delete_collection("example-collection") - - %prep -%autosetup -n pinecone-client-2.2.1 +%autosetup -n pinecone-client-2.2.2 %build %py3_build @@ -848,20 +842,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -874,5 +868,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 2.2.1-1 +* Thu Jun 08 2023 Python_Bot - 2.2.2-1 - Package Spec generated -- cgit v1.2.3