diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:55:12 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:55:12 +0000 |
commit | 53e3b4d2a4e4e77f0c223138dca29b130c559220 (patch) | |
tree | 9aee462122faae7ddb2bdb28048a3b5439880f12 | |
parent | de72f85f47b8e704e5a320ae039413a89f7df609 (diff) |
automatic import of python-smriprepopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-smriprep.spec | 22 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 13 deletions
@@ -1 +1,2 @@ /smriprep-0.11.1.tar.gz +/smriprep-0.12.0.tar.gz diff --git a/python-smriprep.spec b/python-smriprep.spec index 0fd432a..789f3d1 100644 --- a/python-smriprep.spec +++ b/python-smriprep.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-smriprep -Version: 0.11.1 +Version: 0.12.0 Release: 1 Summary: sMRIPrep (Structural MRI PREProcessing) pipeline License: 3-clause BSD URL: https://github.com/nipreps/smriprep -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9e/86/0e5ef7159a9e785e57ba47a06dbf8e82e0efd5584d491075400783aa15f8/smriprep-0.11.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/99/a0/075b0d648301a57fdbb65fd2c734aff4ea605612f9bda87ce5edb0f27c8f/smriprep-0.12.0.tar.gz BuildArch: noarch Requires: python3-indexed-gzip @@ -20,6 +20,7 @@ Requires: python3-packaging Requires: python3-pybids Requires: python3-pyyaml Requires: python3-templateflow +Requires: python3-importlib-resources Requires: python3-datalad Requires: python3-nbsphinx Requires: python3-packaging @@ -33,7 +34,6 @@ Requires: python3-sphinxcontrib-versioning Requires: python3-duecredit Requires: python3-psutil Requires: python3-coverage -Requires: python3-codecov Requires: python3-pytest Requires: python3-pytest-cov Requires: python3-pytest-env @@ -60,12 +60,10 @@ Requires: python3-duecredit Requires: python3-psutil Requires: python3-flake8 Requires: python3-coverage -Requires: python3-codecov Requires: python3-pytest Requires: python3-pytest-cov Requires: python3-pytest-env Requires: python3-coverage -Requires: python3-codecov Requires: python3-pytest Requires: python3-pytest-cov Requires: python3-pytest-env @@ -143,7 +141,7 @@ https://www.nipreps.org/smriprep/. Support is provided on `neurostars.org <https://neurostars.org/tags/smriprep>`_. %prep -%autosetup -n smriprep-0.11.1 +%autosetup -n smriprep-0.12.0 %build %py3_build @@ -157,20 +155,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -183,5 +181,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.11.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.0-1 - Package Spec generated @@ -1 +1 @@ -ef593297a611128d38b747496cbbcfc8 smriprep-0.11.1.tar.gz +8c3aa86056cc0c4a8f54a19bb480cc08 smriprep-0.12.0.tar.gz |