diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-clkhash.spec | 24 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 14 insertions, 13 deletions
@@ -1 +1,2 @@ /clkhash-0.18.1.tar.gz +/clkhash-0.18.3.tar.gz diff --git a/python-clkhash.spec b/python-clkhash.spec index f0e5b0c..8429b63 100644 --- a/python-clkhash.spec +++ b/python-clkhash.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-clkhash -Version: 0.18.1 +Version: 0.18.3 Release: 1 Summary: Encoding utility to create Cryptographic Linkage Keys License: Apache URL: https://github.com/data61/clkhash -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/65/78/5dc0305e321604c329dfd9d3223a9772f94215c48a2be342e1a1d22d7548/clkhash-0.18.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/9e/8e/771093c8c2621a3e368e0761044df71c9a4c6841eef8f7f8537aa2565526/clkhash-0.18.3.tar.gz BuildArch: noarch Requires: python3-bitarray @@ -24,7 +24,7 @@ Requires: python3-tqdm <div align="center"> -[](https://codecov.io/gh/data61/clkhash) +[](https://codecov.io/gh/data61/clkhash) [](http://clkhash.readthedocs.io/en/latest/?badge=latest) [](https://github.com/data61/clkhash/actions/workflows/unittests.yml) [](https://github.com/data61/clkhash/actions/workflows/typechecking.yml) @@ -93,7 +93,7 @@ BuildRequires: python3-pip <div align="center"> -[](https://codecov.io/gh/data61/clkhash) +[](https://codecov.io/gh/data61/clkhash) [](http://clkhash.readthedocs.io/en/latest/?badge=latest) [](https://github.com/data61/clkhash/actions/workflows/unittests.yml) [](https://github.com/data61/clkhash/actions/workflows/typechecking.yml) @@ -159,7 +159,7 @@ Provides: python3-clkhash-doc <div align="center"> -[](https://codecov.io/gh/data61/clkhash) +[](https://codecov.io/gh/data61/clkhash) [](http://clkhash.readthedocs.io/en/latest/?badge=latest) [](https://github.com/data61/clkhash/actions/workflows/unittests.yml) [](https://github.com/data61/clkhash/actions/workflows/typechecking.yml) @@ -214,7 +214,7 @@ cite it using the following BibTex entry:: %prep -%autosetup -n clkhash-0.18.1 +%autosetup -n clkhash-0.18.3 %build %py3_build @@ -228,20 +228,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 . @@ -254,5 +254,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.18.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.18.3-1 - Package Spec generated @@ -1 +1 @@ -2d4d6bfc300f7440a5e8903736750480 clkhash-0.18.1.tar.gz +aee1f5297a6632b0788df70717cd539e clkhash-0.18.3.tar.gz |