From f214bef122ee73674a8fee7df6e988a7377aa14b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 19:45:20 +0000 Subject: automatic import of python-pytest-localstack --- .gitignore | 1 + python-pytest-localstack.spec | 19 ++++++++++--------- sources | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 77cf176..72888a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pytest_localstack-0.6.0.tar.gz +/pytest_localstack-0.6.1.tar.gz 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 - 0.6.0-1 +* Thu Jun 08 2023 Python_Bot - 0.6.1-1 - Package Spec generated diff --git a/sources b/sources index 395e472..cc3ab1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -75aacac0572864e508872eb7713c2da1 pytest_localstack-0.6.0.tar.gz +17649a1c74d8ec0c502ae2a84927a0a4 pytest_localstack-0.6.1.tar.gz -- cgit v1.2.3