diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pyprobables.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /pyprobables-0.5.7.tar.gz +/pyprobables-0.5.8.tar.gz diff --git a/python-pyprobables.spec b/python-pyprobables.spec index 2253c0a..9e89f05 100644 --- a/python-pyprobables.spec +++ b/python-pyprobables.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyprobables -Version: 0.5.7 +Version: 0.5.8 Release: 1 Summary: Probabilistic data structures in python License: MIT URL: https://github.com/barrust/pyprobables -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/18/27/699bb27adf2636a826d76529a85bf043b7c09bf34a56b08fa5b4af512126/pyprobables-0.5.7.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/6b/1d/a9c65f8372b703294605ba5b5c64da562db63b8c5750648a25c826df46ea/pyprobables-0.5.8.tar.gz BuildArch: noarch @@ -61,7 +61,7 @@ Read more about how to use `Supplying a pre-defined, alternative hashing strateg or `Defining hashing function using the provided decorators`_. %prep -%autosetup -n pyprobables-0.5.7 +%autosetup -n pyprobables-0.5.8 %build %py3_build @@ -75,20 +75,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 . @@ -101,5 +101,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.7-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.8-1 - Package Spec generated @@ -1 +1 @@ -e2efaa3d8f6cd0438d809aa447b593dd pyprobables-0.5.7.tar.gz +9aac9992549a77644ba2f2d78d5e6022 pyprobables-0.5.8.tar.gz |