From ad0f7e06435fc68e8b06f989471acb6d3248d09d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 21 Apr 2023 07:19:32 +0000 Subject: automatic import of python-pygsl --- .gitignore | 1 + python-pygsl.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 29bea1b..8dc841d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 2.3.2-1 +* Fri Apr 21 2023 Python_Bot - 2.3.3-1 - Package Spec generated diff --git a/sources b/sources index c45af2b..ec6d7e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d5b0af1a53cba081977ead7d0cdc221e pygsl-2.3.2.tar.gz +348c64a43d9bc547b092a00930c1c005 pygsl-2.3.3.tar.gz -- cgit v1.2.3