Dirk Mueller 2023-05-31 20:59:26 +00:00 committed by Git OBS Bridge
parent a106924b30
commit 9c030a7788
4 changed files with 15 additions and 15 deletions

View File

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

3
1.26.144.tar.gz Normal file
View File

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

View File

@ -1,7 +1,13 @@
-------------------------------------------------------------------
Wed May 31 20:58:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.26.144:
* see https://raw.githubusercontent.com/boto/boto3/1.26.144/CHANGELOG.rst
-------------------------------------------------------------------
Tue May 9 11:26:34 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.26.230:
- Update to 1.26.130:
* api-change:``glue``: [``botocore``] Support large worker types G.4x and G.8x for Glue Spark
* api-change:``guardduty``: [``botocore``] Add AccessDeniedException 403 Error message code to
support 3 Tagging related APIs

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-boto3
Version: 1.26.130
Version: 1.26.144
Release: 0
Summary: Amazon Web Services Library
License: Apache-2.0
@ -27,7 +27,8 @@ URL: https://github.com/boto/boto3
Source: https://github.com/boto/boto3/archive/%{version}.tar.gz
# Related test dependencies
BuildRequires: %{python_module botocore < 1.30.0}
BuildRequires: %{python_module botocore >= 1.29.130}
BuildRequires: %{python_module botocore >= 1.29.144}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module s3transfer < 0.7.0}
BuildRequires: %{python_module s3transfer >= 0.6.0}
@ -35,7 +36,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-botocore < 1.30.0
Requires: python-botocore >= 1.29.130
Requires: python-botocore >= 1.29.144
Requires: python-jmespath < 2.0.0
Requires: python-jmespath >= 0.7.1
Requires: python-s3transfer < 0.7.0
@ -54,18 +55,11 @@ http://boto3.readthedocs.org/en/latest/
# Note to maintainers also familia with python-boto:
# The documentation generation requires access to AWS, thus it is not
# possible to generate the documentation in OBS
%prep
%setup -q -n boto3-%{version}
sed -i 's/from botocore.vendored //' boto3/compat.py
%build
%python_build
@ -75,7 +69,7 @@ sed -i 's/from botocore.vendored //' boto3/compat.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest --ignore tests/integration -k "not no_bare_six_imports"
%pytest %{?jobs: -n %jobs} --ignore tests/integration -k "not no_bare_six_imports"
%files %{python_files}
%license LICENSE