diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:33:59 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:33:59 +0000 |
commit | 9d7701f2de17d7b8e93d3f2364bbd96ba29776c9 (patch) | |
tree | f5dd98c71687548a1e04b7329db20c81b7ae8e4b | |
parent | b3210f6b25ba4b440753a6f5edb0a4b60096772c (diff) |
automatic import of python-amazon-braket-pennylane-pluginopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-amazon-braket-pennylane-plugin.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1,2 +1,3 @@ /amazon-braket-pennylane-plugin-1.15.1.tar.gz /amazon-braket-pennylane-plugin-1.15.3.tar.gz +/amazon-braket-pennylane-plugin-1.16.0.tar.gz diff --git a/python-amazon-braket-pennylane-plugin.spec b/python-amazon-braket-pennylane-plugin.spec index 2497218..72e745f 100644 --- a/python-amazon-braket-pennylane-plugin.spec +++ b/python-amazon-braket-pennylane-plugin.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-amazon-braket-pennylane-plugin -Version: 1.15.3 +Version: 1.16.0 Release: 1 Summary: An open source framework for using Amazon Braket devices with the PennyLane quantum machine learning library License: Apache License 2.0 URL: https://github.com/aws/amazon-braket-pennylane-plugin-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/47/0f/52b979438c2056b55a3c60babb92db9ab4adff01e8c6c0025234c09cce61/amazon-braket-pennylane-plugin-1.15.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/3b/5b/5225c357a91ab84f5499a1364f2b6bec97621422104d7f0497d0f8f12ba1/amazon-braket-pennylane-plugin-1.16.0.tar.gz BuildArch: noarch Requires: python3-amazon-braket-sdk @@ -94,7 +94,7 @@ For the analog Hamiltonian simulation devices: * Provides translation of user-defined pulse level control to simulation and hardware implementation %prep -%autosetup -n amazon-braket-pennylane-plugin-1.15.3 +%autosetup -n amazon-braket-pennylane-plugin-1.16.0 %build %py3_build @@ -108,20 +108,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 . @@ -134,5 +134,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.15.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.16.0-1 - Package Spec generated @@ -1 +1 @@ -034ae9f54e81b91f7b6450c342fba707 amazon-braket-pennylane-plugin-1.15.3.tar.gz +1373bae217d0a7a110824c925555c954 amazon-braket-pennylane-plugin-1.16.0.tar.gz |