summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:20:05 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:20:05 +0000
commit850e4f154b3e539d400e4af42faf7fe71cc2ed96 (patch)
treea2137f3406c6144821cbea981a74d65c009882c3
parent498fbbaad862ca9d17ee9ff5a5743af62f833bc5 (diff)
automatic import of python-qiboopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-qibo.spec18
-rw-r--r--sources2
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 <Python_Bot@openeuler.org> - 0.1.13-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 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