diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 07:19:32 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 07:19:32 +0000 |
commit | ad0f7e06435fc68e8b06f989471acb6d3248d09d (patch) | |
tree | 8ba0078da5faa312d011b5c1cc04647db2ac95d5 | |
parent | 9cd460713a5c369472558fe46f567f1a40590cff (diff) |
automatic import of python-pygslopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pygsl.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 5 deletions
@@ -1 +1,2 @@ /pygsl-2.3.2.tar.gz +/pygsl-2.3.3.tar.gz diff --git a/python-pygsl.spec b/python-pygsl.spec index ffb09a4..4695534 100644 --- a/python-pygsl.spec +++ b/python-pygsl.spec @@ -1,17 +1,19 @@ %global _empty_manifest_terminate_build 0 Name: python-pygsl -Version: 2.3.2 +Version: 2.3.3 Release: 1 Summary: GNU Scientific Library Interface License: GPL URL: https://github.com/pygsl/pygsl -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0f/82/8bc81042923e474de30a080a551f11a4a352c098a569e6e126f313322735/pygsl-2.3.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/15/f4/139020a271ebd4dd25b8db53edca042d49890bda53587a904e0fa75310b0/pygsl-2.3.3.tar.gz BuildArch: noarch %description This project provides a python interface for the GNU scientific library (gsl) + + %package -n python3-pygsl Summary: GNU Scientific Library Interface Provides: python-pygsl @@ -21,14 +23,18 @@ BuildRequires: python3-pip %description -n python3-pygsl This project provides a python interface for the GNU scientific library (gsl) + + %package help Summary: Development documents and examples for pygsl Provides: python3-pygsl-doc %description help This project provides a python interface for the GNU scientific library (gsl) + + %prep -%autosetup -n pygsl-2.3.2 +%autosetup -n pygsl-2.3.3 %build %py3_build @@ -68,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.2-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.3-1 - Package Spec generated @@ -1 +1 @@ -d5b0af1a53cba081977ead7d0cdc221e pygsl-2.3.2.tar.gz +348c64a43d9bc547b092a00930c1c005 pygsl-2.3.3.tar.gz |