diff options
Diffstat (limited to 'python-esmvalcore.spec')
| -rw-r--r-- | python-esmvalcore.spec | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/python-esmvalcore.spec b/python-esmvalcore.spec index 44b7c20..c715965 100644 --- a/python-esmvalcore.spec +++ b/python-esmvalcore.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ESMValCore -Version: 2.8.0 +Version: 2.8.1 Release: 1 Summary: ESMValCore: A community tool for pre-processing data from Earth system models in CMIP and running analysis scripts. License: Apache License, Version 2.0 URL: https://www.esmvaltool.org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/06/01/57a7be535bc86fbf713fca79feae980d2ed1ac010498a1c3eb77811f9178/ESMValCore-2.8.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/18/28/1566bf19ca4460a9a0a9e92c9e05be27d42c486d4caaa888847ec4b7de1f/ESMValCore-2.8.1.tar.gz BuildArch: noarch Requires: python3-cartopy @@ -36,7 +36,7 @@ Requires: python3-pyyaml Requires: python3-requests Requires: python3-scipy Requires: python3-scitools-iris -Requires: python3-shapely[vectorized] +Requires: python3-shapely Requires: python3-stratify Requires: python3-yamale Requires: python3-importlib-resources @@ -66,12 +66,12 @@ Requires: python3-autodocsumm Requires: python3-ipython Requires: python3-nbsphinx Requires: python3-sphinx -Requires: python3-sphinx-rtd-theme +Requires: python3-pydata-sphinx-theme Requires: python3-autodocsumm Requires: python3-ipython Requires: python3-nbsphinx Requires: python3-sphinx -Requires: python3-sphinx-rtd-theme +Requires: python3-pydata-sphinx-theme Requires: python3-flake8 Requires: python3-pytest Requires: python3-pytest-cov @@ -295,7 +295,7 @@ to get started. %prep -%autosetup -n ESMValCore-2.8.0 +%autosetup -n ESMValCore-2.8.1 %build %py3_build @@ -309,20 +309,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 . @@ -335,5 +335,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.8.1-1 - Package Spec generated |
