Accepting request 400253 from devel:languages:python

- fix source url

- Update to 1.3.1
  + feature:S3: Add custom load to ObjectSummary
  + feature:Session: Add method to get session credentials
  + bugfix:DynamoDB: Ensure batch writer never sends more than flush_amount (#483)
  + feature:Resources: Add get_available_subresources to Resources (#113)

OBS-URL: https://build.opensuse.org/request/show/400253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2016-06-07 21:49:45 +00:00 committed by Git OBS Bridge
parent 84e073d953
commit 233c3f0ac8
4 changed files with 19 additions and 5 deletions

View File

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

3
boto3-1.3.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jun 6 11:36:24 UTC 2016 - dmueller@suse.com
- fix source url
-------------------------------------------------------------------
Thu Jun 2 03:56:36 UTC 2016 - jacobwinski@gmail.com
- Update to 1.3.1
+ feature:S3: Add custom load to ObjectSummary
+ feature:Session: Add method to get session credentials
+ bugfix:DynamoDB: Ensure batch writer never sends more than flush_amount (#483)
+ feature:Resources: Add get_available_subresources to Resources (#113)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 8 18:44:56 UTC 2016 - rjschwei@suse.com Fri Apr 8 18:44:56 UTC 2016 - rjschwei@suse.com

View File

@ -17,13 +17,13 @@
Name: python-boto3 Name: python-boto3
Version: 1.3.0 Version: 1.3.1
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
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
Source: https://pypi.python.org/packages/source/b/boto3/boto3-%{version}.tar.gz Source: https://pypi.io/packages/source/b/boto3/boto3-%{version}.tar.gz
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-futures BuildRequires: python-futures