summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--python-smriprep.spec22
-rw-r--r--sources2
3 files changed, 12 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index 1c95b59..029cf51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index 8ed2a5c..6f75b82 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef593297a611128d38b747496cbbcfc8 smriprep-0.11.1.tar.gz
+8c3aa86056cc0c4a8f54a19bb480cc08 smriprep-0.12.0.tar.gz