Commit Graph

10 Commits

Author SHA256 Message Date
Dominique Leuenberger
50f7b22951 Accepting request 596739 from devel:languages:python
- Version update to 1.7.4:
  api-change:ssm: [botocore] Update ssm client to latest version
  api-change:workmail: [botocore] Update workmail client to latest version
  api-change:dms: [botocore] Update dms client to latest version
  api-change:mediapackage: [botocore] Update mediapackage client to latest version
  api-change:glue: [botocore] Update glue client to latest version
  api-change:clouddirectory: [botocore] Update clouddirectory client to latest version

- update to version 1.7.2
 - api-change:batch: [botocore] Update batch client to latest version
- update to version 1.7.1
 - enhancementshield [botocore] Added paginator for list_protections operation.
 - api-change:ssm: [botocore] Update ssm client to latest version
- update to version 1.7.0
 - api-change:s3: [botocore] Update s3 client to latest version
 - api-change:sagemaker: [botocore] Update sagemaker client to latest version
 - api-change:acm: [botocore] Update acm client to latest version
 - api-change:config: [botocore] Update config client to latest version
 - api-change:transcribe: [botocore] Update transcribe client to latest version
 - api-change:secretsmanager: [botocore] Update secretsmanager client to latest version
 - api-change:acm-pca: [botocore] Update acm-pca client to latest version
 - api-change:cloudwatch: [botocore] Update cloudwatch client to latest version
 - feature:s3: Add support for S3 Select. Amazon S3 Select is an Amazon S3 feature that makes it easy to retrieve specific data from the contents of an object using simple SQL expressions without having to retrieve the entire object. With this release of the Amazon S3 SDK, S3 Select API (SelectObjectContent) is now generally available in all public regions. This release supports retrieval of a subset of data using SQL clauses, like SELECT and WHERE, from delimited text files and JSON objects in Amazon S3 through the SelectObjectContent API available in AWS S3 SDK.
 - api-change:fms: [botocore] Update fms client to latest version
- update to version 1.6.23
 - api-change:lambda: [botocore] Update lambda client to latest version
 - api-change:devicefarm: [botocore] Update devicefarm client to latest version
 - api-change:translate: [botocore] Update translate client to latest version
- update to version 1.6.22
 - api-change:cloudfront: [botocore] Update cloudfront client to latest version

OBS-URL: https://build.opensuse.org/request/show/596739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=11
2018-04-24 13:31:58 +00:00
Dominique Leuenberger
1b9dc4fd83 Accepting request 557784 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/557784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=10
2017-12-19 09:57:49 +00:00
Dominique Leuenberger
9cfb15aad0 Accepting request 555397 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/555397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=9
2017-12-14 09:55:07 +00:00
Dominique Leuenberger
f98e24b846 Accepting request 545136 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/545136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=8
2017-11-25 07:43:47 +00:00
Dominique Leuenberger
dbf2fbbff7 Accepting request 526213 from devel:languages:python
- Update to version 1.4.7
  + botocore: Raised minor version dependency for botocore
- From 1.4.6
  + Logging: Switch log levels from INFO to DEBUG (#1208)
- From 1.4.5
  + s3: Add a LifecycleConfiguration resource to resolve issues with the
    existing Lifecycle resource.

- Update to version 1.4.4

OBS-URL: https://build.opensuse.org/request/show/526213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=7
2017-09-15 20:31:20 +00:00
Dominique Leuenberger
40662c975d Accepting request 495651 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/495651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=6
2017-05-18 18:48:30 +00:00
Dominique Leuenberger
249a9413a1 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
2017-01-25 22:26:09 +00:00
Dominique Leuenberger
233c3f0ac8 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
2016-06-07 21:49:45 +00:00
Dominique Leuenberger
84e073d953 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
2016-04-14 11:05:47 +00:00
Dominique Leuenberger
55aa2dc529 Accepting request 354942 from devel:languages:python
- Python SDK for AWS, python-boto does no longer receive any new feature
  development. New features are only available through python-boto3

OBS-URL: https://build.opensuse.org/request/show/354942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=1
2016-01-26 09:14:46 +00:00