Accepting request 676665 from home:jayvdb:django

- Increase maximum version of s3transfer to include 0.2.x, as 0.2.0 is the release currently in the rolling release area, making boto3 builds broken.
- Add versions to build dependencies to avoid building uninstallable release.
- Version update from 1.9.93 to 1.9.96

OBS-URL: https://build.opensuse.org/request/show/676665
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-boto3?expand=0&rev=27
This commit is contained in:
Robert Schweikert 2019-02-16 12:57:30 +00:00 committed by Git OBS Bridge
parent 36a50e501f
commit 446597eb58
4 changed files with 33 additions and 8 deletions

View File

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

3
1.9.96.tar.gz Normal file
View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Feb 16 11:29:13 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Increase maximum version of s3transfer to include 0.2.x, as 0.2.0
is the release currently in the rolling release area, making boto3
builds broken.
- Add versions to build dependencies to avoid building uninstallable
release.
- Version update to 1.9.96
* api-change:chime: [botocore] Update chime client to latest version
* api-change:application-autoscaling: [botocore] Update application-autoscaling client to latest version
* api-change:iot: [botocore] Update iot client to latest version
- from 1.9.95
* api-change:kinesisvideo: [botocore] Update kinesisvideo client to latest version
* api-change:ec2: [botocore] Update ec2 client to latest version
- from 1.9.94
* api-change:rekognition: [botocore] Update rekognition client to latest version
* api-change:mediatailor: [botocore] Update mediatailor client to latest version
* api-change:efs: [botocore] Update efs client to latest version
-------------------------------------------------------------------
Wed Feb 13 11:53:04 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -18,19 +18,24 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-boto3
Version: 1.9.93
Version: 1.9.96
Release: 0
Summary: Amazon Web Services Library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/boto/boto3
Source: https://github.com/boto/boto3/archive/%{version}.tar.gz
BuildRequires: %{python_module botocore < 1.13.0}
BuildRequires: %{python_module botocore >= 1.12.93}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module s3transfer}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
# Related test dependencies
BuildRequires: %{python_module botocore < 1.13.0}
BuildRequires: %{python_module botocore >= 1.12.93}
Requires: %{python_module jmespath < 1.0.0}
Requires: %{python_module jmespath >= 0.7.1}
BuildRequires: %{python_module s3transfer < 0.3.0}
BuildRequires: %{python_module s3transfer >= 0.1.10}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if 0%{?suse_version} <= 1315
@ -41,7 +46,7 @@ Requires: python-botocore < 1.13.0
Requires: python-botocore >= 1.12.93
Requires: python-jmespath < 1.0.0
Requires: python-jmespath >= 0.7.1
Requires: python-s3transfer < 0.2.0
Requires: python-s3transfer < 0.3.0
Requires: python-s3transfer >= 0.1.10
Requires: python-six
BuildArch: noarch