diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-space-rocks.spec | 23 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 14 insertions, 12 deletions
@@ -1 +1,2 @@ /space_rocks-1.7.7.tar.gz +/space_rocks-1.8.2.tar.gz diff --git a/python-space-rocks.spec b/python-space-rocks.spec index 387e700..8343b2c 100644 --- a/python-space-rocks.spec +++ b/python-space-rocks.spec @@ -1,17 +1,18 @@ %global _empty_manifest_terminate_build 0 Name: python-space-rocks -Version: 1.7.7 +Version: 1.8.2 Release: 1 Summary: Python client for SsODNet data access. License: MIT URL: https://rocks.readthedocs.io/en/latest/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d6/32/88c116461cc21bb44f402409de470a5b0929c83915d10a589603c6f850f1/space_rocks-1.7.7.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/75/ab/4b158357328237bfec441c012f64155421d95e8ef402e4193a39a90ba9c6/space_rocks-1.8.2.tar.gz BuildArch: noarch Requires: python3-numpy +Requires: python3-numpy Requires: python3-matplotlib Requires: python3-aiohttp -Requires: python3-cchardet +Requires: python3-faust-cchardet Requires: python3-aiodns Requires: python3-pandas Requires: python3-pydantic @@ -23,9 +24,9 @@ Requires: python3-Levenshtein Requires: python3-furo Requires: python3-sphinx-copybutton Requires: python3-sphinx_design -Requires: python3-bs4 Requires: python3-beautifulsoup4 Requires: python3-platformdirs +Requires: python3-rapidfuzz %description <p align="center"> @@ -283,7 +284,7 @@ Check out the documentation at [rocks.readthedocs.io](https://rocks.readthedocs. %prep -%autosetup -n space-rocks-1.7.7 +%autosetup -n space_rocks-1.8.2 %build %py3_build @@ -297,20 +298,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 . @@ -323,5 +324,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 17 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.7-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.8.2-1 - Package Spec generated @@ -1 +1 @@ -258c40b7405b5aef2924e53758d5f4ce space_rocks-1.7.7.tar.gz +83a6f1eb506c5d1ce9ddcd71977cef8e space_rocks-1.8.2.tar.gz |