diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:51:51 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:51:51 +0000 |
| commit | bb89843f2e62d42f30101b764d71debac1282ea3 (patch) | |
| tree | 074577905ee033439ac4ae7b7e2d8cd6fb431043 | |
| parent | 84f3a6d1757a8137874702dcd2c5222077552d0b (diff) | |
automatic import of python-pytest-resilient-circuitsopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pytest-resilient-circuits.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /pytest_resilient_circuits-48.2.4321.tar.gz +/pytest_resilient_circuits-49.0.4423.tar.gz diff --git a/python-pytest-resilient-circuits.spec b/python-pytest-resilient-circuits.spec index 8190238..2be616c 100644 --- a/python-pytest-resilient-circuits.spec +++ b/python-pytest-resilient-circuits.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-resilient-circuits -Version: 48.2.4321 +Version: 49.0.4423 Release: 1 Summary: Resilient Circuits fixtures for PyTest License: MIT URL: https://github.com/ibmresilient/resilient-python-api/tree/main/resilient-resilient-circuits -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/eb/1b/fc1f488b92d625c2fb31892cb69b73ed7196cec86168dd7b534365e06a1b/pytest_resilient_circuits-48.2.4321.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c5/bc/388cf139b1ca3d1418185d09961135071d44a78e2c82b419315385d96cb2/pytest_resilient_circuits-49.0.4423.tar.gz BuildArch: noarch Requires: python3-resilient-circuits @@ -139,7 +139,7 @@ IN THE SOFTWARE. %prep -%autosetup -n pytest-resilient-circuits-48.2.4321 +%autosetup -n pytest_resilient_circuits-49.0.4423 %build %py3_build @@ -153,20 +153,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 . @@ -179,5 +179,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 48.2.4321-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 49.0.4423-1 - Package Spec generated @@ -1 +1 @@ -00dbb321c518baf778e1b36629b9518f pytest_resilient_circuits-48.2.4321.tar.gz +b7ab2838ae4bd32e72347b3876fc44b4 pytest_resilient_circuits-49.0.4423.tar.gz |
