summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:45:20 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:45:20 +0000
commitf214bef122ee73674a8fee7df6e988a7377aa14b (patch)
tree4ae3cde980bda80830dcda2dee5c4441bdd1abfe
parentb2e4240e08dcf071b05cbc7f116c39c3424f45e1 (diff)
automatic import of python-pytest-localstackopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-pytest-localstack.spec19
-rw-r--r--sources2
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 <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
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