Accepting request 386427 from devel:languages:python

- Fix version requirement for botocore

- Update to version 1.3.0 (bsc#974705)
  + feature:Session: Add get_available_partitions and get_available_regions
     methods to determine partitions and a service's available regions.
  + feature:EC2: Update resource model to include Route resources. (issue 532)
- From 1.2.6 - (2016-03-01)
  + bugfix:Resources: Properly alias identifiers which are also in the shape.
- From 1.2.5 - (2016-02-25)
  + bugfix:S3: Forward extra_args when using multipart downloads. (issue 503)
- From 1.2.4 - (2016-02-18)
  + feature:EC2: Add delete_tags() action to Instance resource. (issue 459)
  + feature:Session: Add region_name property on session. (issue 414)
  + bugfix:S3: Fix issue with hanging downloads. (issue 471)

OBS-URL: https://build.opensuse.org/request/show/386427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2016-04-14 11:05:47 +00:00 committed by Git OBS Bridge
parent 573fc06e25
commit 84e073d953
4 changed files with 27 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Apr 8 18:44:56 UTC 2016 - rjschwei@suse.com
- Fix version requirement for botocore
-------------------------------------------------------------------
Fri Apr 8 17:47:00 UTC 2016 - rjschwei@suse.com
- Update to version 1.3.0 (bsc#974705)
+ feature:Session: Add get_available_partitions and get_available_regions
methods to determine partitions and a service's available regions.
+ feature:EC2: Update resource model to include Route resources. (issue 532)
- From 1.2.6 - (2016-03-01)
+ bugfix:Resources: Properly alias identifiers which are also in the shape.
- From 1.2.5 - (2016-02-25)
+ bugfix:S3: Forward extra_args when using multipart downloads. (issue 503)
- From 1.2.4 - (2016-02-18)
+ feature:EC2: Add delete_tags() action to Instance resource. (issue 459)
+ feature:Session: Add region_name property on session. (issue 414)
+ bugfix:S3: Fix issue with hanging downloads. (issue 471)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 2 12:25:08 UTC 2016 - rjschwei@suse.com Tue Feb 2 12:25:08 UTC 2016 - rjschwei@suse.com

View File

@ -17,7 +17,7 @@
Name: python-boto3 Name: python-boto3
Version: 1.2.3 Version: 1.3.0
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,8 +28,8 @@ BuildRequires: fdupes
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-futures BuildRequires: python-futures
BuildRequires: python-setuptools BuildRequires: python-setuptools
Requires: python-botocore < 1.4 Requires: python-botocore < 1.5
Requires: python-botocore >= 1.3.0 Requires: python-botocore >= 1.4.1
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