diff options
Diffstat (limited to 'python-nitime.spec')
-rw-r--r-- | python-nitime.spec | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/python-nitime.spec b/python-nitime.spec index 09f0e7f..3daa9c3 100644 --- a/python-nitime.spec +++ b/python-nitime.spec @@ -1,12 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-nitime -Version: 0.9 +Version: 0.10.1 Release: 1 Summary: Nitime: timeseries analysis for neuroscience data License: Simplified BSD URL: http://nipy.org/nitime -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/22/7e/62b14c3bec4c87b0810accbee581b8ae2ef0715ec64883eeb3786d47f773/nitime-0.9.tar.gz -BuildArch: noarch +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/25/af/cb2ae2388cdd58ad5c7595fe69a6bba151720770c6adce6441f38b2002c1/nitime-0.10.1.tar.gz Requires: python3-numpy Requires: python3-cython @@ -24,6 +23,9 @@ Provides: python-nitime BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip +BuildRequires: python3-cffi +BuildRequires: gcc +BuildRequires: gdb %description -n python3-nitime @@ -34,7 +36,7 @@ Provides: python3-nitime-doc %prep -%autosetup -n nitime-0.9 +%autosetup -n nitime-0.10.1 %build %py3_build @@ -68,11 +70,11 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-nitime -f filelist.lst -%dir %{python3_sitelib}/* +%dir %{python3_sitearch}/* %files help -f doclist.lst %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.1-1 - Package Spec generated |