From 850e4f154b3e539d400e4af42faf7fe71cc2ed96 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 13:20:05 +0000 Subject: automatic import of python-qibo --- .gitignore | 1 + python-qibo.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index aa80d31..fd0a43b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /qibo-0.1.13.tar.gz +/qibo-0.1.14.tar.gz diff --git a/python-qibo.spec b/python-qibo.spec index b28d0d8..722b5cc 100644 --- a/python-qibo.spec +++ b/python-qibo.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-qibo -Version: 0.1.13 +Version: 0.1.14 Release: 1 Summary: A framework for quantum computing with hardware acceleration. License: Apache-2.0 URL: https://qibo.science/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/89/fb/b7d526b3afdf8c181134f1200efdea431b58fa342a95c58b45323acc9875/qibo-0.1.13.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/74/c6/9011f04a234daf4f98f088bf56318c5b7e6d812a8b75fdf4cac41a3d6052/qibo-0.1.14.tar.gz BuildArch: noarch Requires: python3-cma @@ -245,7 +245,7 @@ If you use the package please refer to [the documentation](https://qibo.science/ %prep -%autosetup -n qibo-0.1.13 +%autosetup -n qibo-0.1.14 %build %py3_build @@ -259,20 +259,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 . @@ -285,5 +285,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 0.1.13-1 +* Thu Jun 08 2023 Python_Bot - 0.1.14-1 - Package Spec generated diff --git a/sources b/sources index ad14d14..92263e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d31174c5cb364d843e9edaf7df691fc6 qibo-0.1.13.tar.gz +f09c2d4f9e16b4e4939a6938aae7b9ab qibo-0.1.14.tar.gz -- cgit v1.2.3