diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-cooler.spec | 22 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 13 insertions, 12 deletions
@@ -1 +1,2 @@ /cooler-0.9.1.tar.gz +/cooler-0.9.2.tar.gz diff --git a/python-cooler.spec b/python-cooler.spec index c8b9cbf..65e4628 100644 --- a/python-cooler.spec +++ b/python-cooler.spec @@ -1,13 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-cooler -Version: 0.9.1 +Version: 0.9.2 Release: 1 Summary: Sparse binary format for genomic interaction matrices. License: BSD-3-Clause URL: https://pypi.org/project/cooler/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/80/65/96c623d5ee993ebd51d643bd877621161a3e6a0ebbca8029693311833633/cooler-0.9.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/cc/ee/455b5cd4f9056eefaefb07b0ec5e1c9681c84756f4eaf585009e234d20f4/cooler-0.9.2.tar.gz BuildArch: noarch +Requires: python3-Sphinx +Requires: python3-sphinx-rtd-theme Requires: python3-numpy Requires: python3-scipy Requires: python3-pandas @@ -27,8 +29,6 @@ Requires: python3-matplotlib Requires: python3-pypairix Requires: python3-psutil Requires: python3-pysam -Requires: python3-Sphinx -Requires: python3-sphinx-rtd-theme Requires: python3-m2r Requires: python3-numpydoc Requires: python3-recommonmark @@ -484,7 +484,7 @@ Interested in contributing to cooler? That's great! To get started, check out th %prep -%autosetup -n cooler-0.9.1 +%autosetup -n cooler-0.9.2 %build %py3_build @@ -498,20 +498,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 . @@ -524,5 +524,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.2-1 - Package Spec generated @@ -1 +1 @@ -eea7594f756d8350b4cd241e9a41e218 cooler-0.9.1.tar.gz +55c32697493d323f293e39d45370531d cooler-0.9.2.tar.gz |
