diff --git a/1.9.93.tar.gz b/1.9.93.tar.gz deleted file mode 100644 index 4f28bda..0000000 --- a/1.9.93.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3d4daee8e70a8642ed8d01b10658f8f6eb9590cc77ef4467efeadaa627c5f84 -size 252305 diff --git a/1.9.96.tar.gz b/1.9.96.tar.gz new file mode 100644 index 0000000..d18a323 --- /dev/null +++ b/1.9.96.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82fdf19339edd0201c1e74847bf307a611f96674228f02900eb39d2fa61f1ee6 +size 252470 diff --git a/python-boto3.changes b/python-boto3.changes index 3b88416..42d91a9 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Feb 16 11:29:13 UTC 2019 - John Vandenberg + +- 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 diff --git a/python-boto3.spec b/python-boto3.spec index 009a559..d9605bd 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -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