From 50b0445af000a081d7ead5fa28d8d00ee416027415331771c3606a4f0a3e2cfb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 31 May 2023 20:42:47 +0000 Subject: [PATCH] - update to 1.29.144: * see https://raw.githubusercontent.com/boto/botocore/1.29.144/CHANGELOG.rst OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=194 --- botocore-1.29.130.tar.gz | 3 --- botocore-1.29.144.tar.gz | 3 +++ python-botocore.changes | 6 ++++++ python-botocore.spec | 6 ++++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 botocore-1.29.130.tar.gz create mode 100644 botocore-1.29.144.tar.gz diff --git a/botocore-1.29.130.tar.gz b/botocore-1.29.130.tar.gz deleted file mode 100644 index beeed17..0000000 --- a/botocore-1.29.130.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a31293b84ecfe5f5f2c4b7dc85a77d7b890b468a376b593fde15cacc76862dd -size 10947204 diff --git a/botocore-1.29.144.tar.gz b/botocore-1.29.144.tar.gz new file mode 100644 index 0000000..413a32b --- /dev/null +++ b/botocore-1.29.144.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60b9158cbc7447411abdec77b87a71d86d9404064702e92d317dca6a1ec9a5b +size 11009225 diff --git a/python-botocore.changes b/python-botocore.changes index f0bce13..6f7b9f0 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 31 20:20:09 UTC 2023 - Dirk Müller + +- update to 1.29.144: + * see https://raw.githubusercontent.com/boto/botocore/1.29.144/CHANGELOG.rst + ------------------------------------------------------------------- Tue May 30 11:13:42 UTC 2023 - Dirk Müller diff --git a/python-botocore.spec b/python-botocore.spec index 8135191..5a9892a 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -28,7 +28,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-botocore%{?psuffix} -Version: 1.29.130 +Version: 1.29.144 Release: 0 Summary: Python interface for AWS License: Apache-2.0 @@ -45,6 +45,8 @@ BuildArch: noarch BuildRequires: %{python_module botocore = %{version}} BuildRequires: %{python_module jsonschema} BuildRequires: %{python_module pytest >= 6.2.5} +BuildRequires: %{python_module pytest-xdist} +BuildRequires: %{python_module urllib3 < 2} BuildRequires: procps %endif %python_subpackages @@ -71,7 +73,7 @@ rm botocore/cacert.pem %check # TODO: Figure out whether integration tests are possible offline # no_bare_six_imports: we "fixed" that above. -%pytest --ignore tests/integration -k "not six" +%pytest %{?jobs:-n 4} --ignore tests/integration -k "not six" %endif %if !%{with test}