forked from pool/python-boto3
Accepting request 451175 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/451175 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=5
This commit is contained in:
parent
233c3f0ac8
commit
249a9413a1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6e4d33f2935580278af84b8d63760306d9586a5144780e4ba37737a1f2bdc56f
|
|
||||||
size 80339
|
|
3
boto3-1.4.2.tar.gz
Normal file
3
boto3-1.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:540dc87371dde0a15ae0da6bba792d8127926642404292667bc77703ad2566b4
|
||||||
|
size 91888
|
@ -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 <https://github.com/boto/boto3/issues/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
|
Mon Jun 6 11:36:24 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-boto3
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-boto3
|
Name: python-boto3
|
||||||
Version: 1.3.1
|
Version: 1.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://github.com/boto/boto3
|
Url: https://github.com/boto/boto3
|
||||||
Summary: Amazon Web Services Library
|
Summary: Amazon Web Services Library
|
||||||
@ -28,11 +28,13 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-futures
|
BuildRequires: python-futures
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
Requires: python-botocore < 1.5
|
Requires: python-botocore < 1.5.0
|
||||||
Requires: python-botocore >= 1.4.1
|
Requires: python-botocore >= 1.4.67
|
||||||
Requires: python-futures
|
Requires: python-futures
|
||||||
Requires: python-jmespath < 1.0.0
|
Requires: python-jmespath < 1.0.0
|
||||||
Requires: python-jmespath >= 0.7.1
|
Requires: python-jmespath >= 0.7.1
|
||||||
|
Requires: python-s3transfer < 0.2.0
|
||||||
|
Requires: python-s3transfer >= 0.1.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user