From 84e073d95390ec341e10e38f4a4df1d335d8a6fe0fbe874a64abe7002566148d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 14 Apr 2016 11:05:47 +0000 Subject: [PATCH] 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 --- boto3-1.2.3.tar.gz | 3 --- boto3-1.3.0.tar.gz | 3 +++ python-boto3.changes | 21 +++++++++++++++++++++ python-boto3.spec | 6 +++--- 4 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 boto3-1.2.3.tar.gz create mode 100644 boto3-1.3.0.tar.gz diff --git a/boto3-1.2.3.tar.gz b/boto3-1.2.3.tar.gz deleted file mode 100644 index 1c1ea30..0000000 --- a/boto3-1.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:091206847d296520e5ec57706a5e4b428d017352eb3168c6bcb9a1ac9feab224 -size 77433 diff --git a/boto3-1.3.0.tar.gz b/boto3-1.3.0.tar.gz new file mode 100644 index 0000000..83521e5 --- /dev/null +++ b/boto3-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f85b9261a5b4606d883248a59ef1a4e82fd783602dbec8deac4d2ad36a1b6f4 +size 79996 diff --git a/python-boto3.changes b/python-boto3.changes index 22f4ef0..9706b19 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -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 diff --git a/python-boto3.spec b/python-boto3.spec index b9a2b7e..9a8abc5 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -17,7 +17,7 @@ Name: python-boto3 -Version: 1.2.3 +Version: 1.3.0 Release: 0 Url: https://github.com/boto/boto3 Summary: Amazon Web Services Library @@ -28,8 +28,8 @@ BuildRequires: fdupes BuildRequires: python-devel BuildRequires: python-futures BuildRequires: python-setuptools -Requires: python-botocore < 1.4 -Requires: python-botocore >= 1.3.0 +Requires: python-botocore < 1.5 +Requires: python-botocore >= 1.4.1 Requires: python-futures Requires: python-jmespath < 1.0.0 Requires: python-jmespath >= 0.7.1