diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-doki-mowstyl.spec | 12 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 8 deletions
@@ -1 +1,2 @@ /doki-Mowstyl-1.3.2.tar.gz +/doki-Mowstyl-1.4.0.tar.gz diff --git a/python-doki-mowstyl.spec b/python-doki-mowstyl.spec index f074f48..2df952b 100644 --- a/python-doki-mowstyl.spec +++ b/python-doki-mowstyl.spec @@ -1,18 +1,18 @@ %global _empty_manifest_terminate_build 0 Name: python-doki-Mowstyl -Version: 1.3.2 +Version: 1.4.0 Release: 1 Summary: Python interface for Doki (QSimov core) License: MIT URL: https://github.com/Mowstyl/Doki -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5e/34/720f10d7a580a51470dfe65e2561720a7383fdd671f980769a93e1b696f6/doki-Mowstyl-1.3.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f7/89/ffb10c20308181aaba3d822ec10f8ce20016035c5394901db115d5642b78/doki-Mowstyl-1.4.0.tar.gz +Requires: python3-numpy %description Python module containing Doki, the core of QSimov quantum computer simulation platform. Written in C with OpenMP parallelism. - %package -n python3-doki-Mowstyl Summary: Python interface for Doki (QSimov core) Provides: python-doki-Mowstyl @@ -26,7 +26,6 @@ BuildRequires: gdb Python module containing Doki, the core of QSimov quantum computer simulation platform. Written in C with OpenMP parallelism. - %package help Summary: Development documents and examples for doki-Mowstyl Provides: python3-doki-Mowstyl-doc @@ -34,9 +33,8 @@ Provides: python3-doki-Mowstyl-doc Python module containing Doki, the core of QSimov quantum computer simulation platform. Written in C with OpenMP parallelism. - %prep -%autosetup -n doki-Mowstyl-1.3.2 +%autosetup -n doki-Mowstyl-1.4.0 %build %py3_build @@ -76,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.2-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.0-1 - Package Spec generated @@ -1 +1 @@ -38c39ec97097f674fedd03cd1c0f712a doki-Mowstyl-1.3.2.tar.gz +0b60e148a6b7c7d930b2603ea852f737 doki-Mowstyl-1.4.0.tar.gz |