diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pyquil.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /pyquil-3.3.5.tar.gz +/pyquil-3.5.0.tar.gz diff --git a/python-pyquil.spec b/python-pyquil.spec index 599b772..32a4fc3 100644 --- a/python-pyquil.spec +++ b/python-pyquil.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyquil -Version: 3.3.5 +Version: 3.5.0 Release: 1 Summary: A Python library for creating Quantum Instruction Language (Quil) programs. License: Apache-2.0 URL: https://github.com/rigetti/pyquil.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8b/83/0e5e0eea71d0954fd4caf037b8a957277940353148859673267504904ac2/pyquil-3.3.5.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c3/89/4347912289d711478a11e8d4b6430b004cafbe8b799bda05888eb630ae2e/pyquil-3.5.0.tar.gz BuildArch: noarch Requires: python3-numpy @@ -94,7 +94,7 @@ PyQuil has a ton of other features, which you can learn more about in the below to get started with running your first quantum program! %prep -%autosetup -n pyquil-3.3.5 +%autosetup -n pyquil-3.5.0 %build %py3_build @@ -134,5 +134,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.3.5-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 3.5.0-1 - Package Spec generated @@ -1 +1 @@ -0018a412d78803d7a56110ac6e0d9559 pyquil-3.3.5.tar.gz +c303cbbfdcbb8ad4f58bca319a464bff pyquil-3.5.0.tar.gz |