diff --git a/boto3-1.3.1.tar.gz b/boto3-1.3.1.tar.gz deleted file mode 100644 index b4ef8a0..0000000 --- a/boto3-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e4d33f2935580278af84b8d63760306d9586a5144780e4ba37737a1f2bdc56f -size 80339 diff --git a/boto3-1.4.2.tar.gz b/boto3-1.4.2.tar.gz new file mode 100644 index 0000000..136b9a9 --- /dev/null +++ b/boto3-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540dc87371dde0a15ae0da6bba792d8127926642404292667bc77703ad2566b4 +size 91888 diff --git a/python-boto3.changes b/python-boto3.changes index b01b79a..7008068 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Wed Jan 18 10:37:19 UTC 2017 - astieger@suse.com + +- fetch upstream sources to fix Factory submission + +------------------------------------------------------------------- +Thu Dec 15 18:16:36 UTC 2016 - rjschwei@suse.com + +- Update to version 1.4.2 (bsc#1015776) + + feature:ec2: Update client to latest version + +------------------------------------------------------------------- +Wed Oct 26 22:24:18 UTC 2016 - rjschwei@suse.com + +- Fix the version requirement for botocore to ensure proper functioning of + the API + +------------------------------------------------------------------- +Wed Oct 26 17:57:56 UTC 2016 - rjschwei@suse.com + +- Add missing dependency on python-s3transfer + +------------------------------------------------------------------- +Tue Oct 25 13:27:27 UTC 2016 - rjschwei@suse.com + +- Update to version 1.4.1 (bsc#1007084) + + feature:Session: Expose available_profiles property for Session + (``#704 `__) + + bugfix:s3: Fix issue when transfers would not exit quickly from signals + + bugfix:sqs.Queue: Fix issue in DeadLetterSourceQueues collection +- From 1.4.0 + + feature:DynamoDB: Add request auto de-duplication based on specified + primary keys for batch_writer. (#605) + + feature:s3: Add managed file-like object uploads to S3 client, Bucket, + and Object. + + bugfix:Session: Fixed Session.__repr__ region argument name. + + feature:s3: Add managed copies to S3 client, Bucket, and Object. + + feature:s3: Add managed downloads to file-like objects in the S3 client, + Bucket, and Object. + + bugfix:s3: Port s3.transfer module to use s3transfer package. Please + refer to Upgrading Notes when upgrading. In porting the logic over, + various performance issues and bugs were fixed. + + feature:s3: Add io_chunksize parameter to TransferConfig + ------------------------------------------------------------------- Mon Jun 6 11:36:24 UTC 2016 - dmueller@suse.com diff --git a/python-boto3.spec b/python-boto3.spec index ff8fa6c..bf663c8 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -1,7 +1,7 @@ # # spec file for package python-boto3 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-boto3 -Version: 1.3.1 +Version: 1.4.2 Release: 0 Url: https://github.com/boto/boto3 Summary: Amazon Web Services Library @@ -28,11 +28,13 @@ BuildRequires: fdupes BuildRequires: python-devel BuildRequires: python-futures BuildRequires: python-setuptools -Requires: python-botocore < 1.5 -Requires: python-botocore >= 1.4.1 +Requires: python-botocore < 1.5.0 +Requires: python-botocore >= 1.4.67 Requires: python-futures Requires: python-jmespath < 1.0.0 Requires: python-jmespath >= 0.7.1 +Requires: python-s3transfer < 0.2.0 +Requires: python-s3transfer >= 0.1.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}