1
0
Dirk Mueller 2023-05-31 20:42:47 +00:00 committed by Git OBS Bridge
parent 615703244c
commit 50b0445af0
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a31293b84ecfe5f5f2c4b7dc85a77d7b890b468a376b593fde15cacc76862dd
size 10947204

3
botocore-1.29.144.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c60b9158cbc7447411abdec77b87a71d86d9404064702e92d317dca6a1ec9a5b
size 11009225

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 31 20:20:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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}