diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:45:20 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:45:20 +0000 |
| commit | f214bef122ee73674a8fee7df6e988a7377aa14b (patch) | |
| tree | 4ae3cde980bda80830dcda2dee5c4441bdd1abfe /python-pytest-localstack.spec | |
| parent | b2e4240e08dcf071b05cbc7f116c39c3424f45e1 (diff) | |
automatic import of python-pytest-localstackopeneuler20.03
Diffstat (limited to 'python-pytest-localstack.spec')
| -rw-r--r-- | python-pytest-localstack.spec | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/python-pytest-localstack.spec b/python-pytest-localstack.spec index cfac8a9..c0ffe66 100644 --- a/python-pytest-localstack.spec +++ b/python-pytest-localstack.spec @@ -1,14 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-localstack -Version: 0.6.0 +Version: 0.6.1 Release: 1 Summary: Pytest plugin for AWS integration tests License: MIT URL: https://github.com/mintel/pytest-localstack -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a1/00/9387aab962ca2aa5c37f905ec9d37c966a9d90491ecf93e580bf3034f4dd/pytest_localstack-0.6.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/07/8f/bac39c3847d027da9683f482145b3ac7595b1eb9b7666d4368cd4d809566/pytest_localstack-0.6.1.tar.gz BuildArch: noarch Requires: python3-botocore +Requires: python3-urllib3 Requires: python3-docker Requires: python3-pluggy Requires: python3-pytest @@ -50,7 +51,7 @@ via a Localstack_ Docker container. Tested against Python >= 3.6. %prep -%autosetup -n pytest-localstack-0.6.0 +%autosetup -n pytest_localstack-0.6.1 %build %py3_build @@ -64,20 +65,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 . @@ -90,5 +91,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.1-1 - Package Spec generated |
