diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 11:06:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 11:06:27 +0000 |
commit | b3210f6b25ba4b440753a6f5edb0a4b60096772c (patch) | |
tree | 25e1de98e5cf7425fcc6783444d29c3c94c82bf4 | |
parent | f0cdb6a0ee44d7043903ebec9c43f86df3ec50aa (diff) |
automatic import of python-amazon-braket-pennylane-plugin
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-amazon-braket-pennylane-plugin.spec | 9 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 5 deletions
@@ -1 +1,2 @@ /amazon-braket-pennylane-plugin-1.15.1.tar.gz +/amazon-braket-pennylane-plugin-1.15.3.tar.gz diff --git a/python-amazon-braket-pennylane-plugin.spec b/python-amazon-braket-pennylane-plugin.spec index 8302eec..2497218 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.1 +Version: 1.15.3 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/a1/c6/d93316780221fb82baf847afcf3700be4835a898f7429d527fe7a40fa006/amazon-braket-pennylane-plugin-1.15.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/47/0f/52b979438c2056b55a3c60babb92db9ab4adff01e8c6c0025234c09cce61/amazon-braket-pennylane-plugin-1.15.3.tar.gz BuildArch: noarch Requires: python3-amazon-braket-sdk @@ -13,6 +13,7 @@ Requires: python3-pennylane Requires: python3-black Requires: python3-docutils Requires: python3-flake8 +Requires: python3-flake8-rst-docstrings Requires: python3-isort Requires: python3-pre-commit Requires: python3-pylint @@ -93,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.1 +%autosetup -n amazon-braket-pennylane-plugin-1.15.3 %build %py3_build @@ -133,5 +134,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.15.1-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.15.3-1 - Package Spec generated @@ -1 +1 @@ -534f17b2bbce72b7dc5a4dad658290c0 amazon-braket-pennylane-plugin-1.15.1.tar.gz +034ae9f54e81b91f7b6450c342fba707 amazon-braket-pennylane-plugin-1.15.3.tar.gz |