diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-yellowbox.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /yellowbox-0.8.2.tar.gz +/yellowbox-0.8.3.tar.gz diff --git a/python-yellowbox.spec b/python-yellowbox.spec index 0b0737d..321738b 100644 --- a/python-yellowbox.spec +++ b/python-yellowbox.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-yellowbox -Version: 0.8.2 +Version: 0.8.3 Release: 1 Summary: please add a summary manually as the author left a blank one License: MIT URL: https://github.com/biocatchltd/yellowbox -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/57/9d/612a19dd2e730c08e13651979344fde027153506e4226e4f07dea15da5b1/yellowbox-0.8.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/be/61/a04dd0eff50533523ba6bfb65ce77e5a520155b946ddd21a6c02295ca293/yellowbox-0.8.3.tar.gz BuildArch: noarch Requires: python3-docker @@ -101,7 +101,7 @@ def test_black_box_with_initial_data(): Yellowbox is registered under the MIT public license %prep -%autosetup -n yellowbox-0.8.2 +%autosetup -n yellowbox-0.8.3 %build %py3_build @@ -115,20 +115,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 . @@ -141,5 +141,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 17 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.3-1 - Package Spec generated @@ -1 +1 @@ -1c195e0f2e8121cf15aac6214d773cbd yellowbox-0.8.2.tar.gz +0e16572697360f85f4a38ab8190692e7 yellowbox-0.8.3.tar.gz |
