Accepting request 386424 from devel:languages:python
- Update to version 1.4.10 (bsc#974705) + feature:Lambda: Added support for setting the function runtime as nodejs4.3, as well as updating function configuration to set the runtime. + feature:DS: Added support for Directory Service Conditional Forwarder APIs. + feature:Elasticbeanstalk: Adds support for three additional elements in AWS Elasticbeanstalk's DescribeInstancesHealthResponse: Deployment, AvailabilityZone, and InstanceType. Additionally adds support for increased EnvironmentName length from 23 to 40. + bugfix:Paginator: Allow non-specified input tokens in old starting token format. - From 1.4.9 + feature:APIGateway: Added support for API Import + feature:Route53: Added support for metric-based health checks and regional health checks. + feature:STS: Added support for GetCallerIdentity, which returns details about the credentials used to make the API call. The details include name and account, as well as the type of entity making the call, such as an IAM user vs. federated user. + feature:S3: Added support for VersionId in PutObjectAcl (issue 856) + bugfix:S3: Add validation to enforce S3 metadata only contains ASCII. (issue 861) + bugfix:Exceptions: Consistently parse errors with no body (issue 859) + bugfix:Config: Handle case where S3 config key is not a dict (issue 858) + bugfix:Examples: Account for empty input shape in examples (issue 855) - From 1.4.8 + feature:ACM: Update client to latest version + feature:CloudFormation: Update client to latest version + feature:CodeDeploy: Update client to latest version + feature:DMS: Update client to latest version + feature:ElastiCache: Update client to latest version OBS-URL: https://build.opensuse.org/request/show/386424 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-botocore?expand=0&rev=13
This commit is contained in:
parent
0b6b2bef0d
commit
c118ff0370
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6f4f09234aca23db2e66c548b98a4fb14516241b31fb473c9c6f5b21270900c6
|
|
||||||
size 2270735
|
|
3
botocore-1.4.10.tar.gz
Normal file
3
botocore-1.4.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f0b740d07cf7b7a4ec08cafdf9db8cfd813d2d69bde1e7de0cffc50bf075aa4b
|
||||||
|
size 2453883
|
@ -1,3 +1,133 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 8 18:47:49 UTC 2016 - rjschwei@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.4.10 (bsc#974705)
|
||||||
|
+ feature:Lambda: Added support for setting the function runtime as
|
||||||
|
nodejs4.3, as well as updating function configuration to set the runtime.
|
||||||
|
+ feature:DS: Added support for Directory Service Conditional Forwarder APIs.
|
||||||
|
+ feature:Elasticbeanstalk: Adds support for three additional elements in
|
||||||
|
AWS Elasticbeanstalk's DescribeInstancesHealthResponse: Deployment,
|
||||||
|
AvailabilityZone, and InstanceType. Additionally adds support for
|
||||||
|
increased EnvironmentName length from 23 to 40.
|
||||||
|
+ bugfix:Paginator: Allow non-specified input tokens in old starting
|
||||||
|
token format.
|
||||||
|
- From 1.4.9
|
||||||
|
+ feature:APIGateway: Added support for API Import
|
||||||
|
+ feature:Route53: Added support for metric-based health checks and
|
||||||
|
regional health checks.
|
||||||
|
+ feature:STS: Added support for GetCallerIdentity, which returns details
|
||||||
|
about the credentials used to make the API call. The details include
|
||||||
|
name and account, as well as the type of entity making the call, such
|
||||||
|
as an IAM user vs. federated user.
|
||||||
|
+ feature:S3: Added support for VersionId in PutObjectAcl (issue 856)
|
||||||
|
+ bugfix:S3: Add validation to enforce S3 metadata only contains ASCII.
|
||||||
|
(issue 861)
|
||||||
|
+ bugfix:Exceptions: Consistently parse errors with no body (issue 859)
|
||||||
|
+ bugfix:Config: Handle case where S3 config key is not a dict (issue 858)
|
||||||
|
+ bugfix:Examples: Account for empty input shape in examples (issue 855)
|
||||||
|
- From 1.4.8
|
||||||
|
+ feature:ACM: Update client to latest version
|
||||||
|
+ feature:CloudFormation: Update client to latest version
|
||||||
|
+ feature:CodeDeploy: Update client to latest version
|
||||||
|
+ feature:DMS: Update client to latest version
|
||||||
|
+ feature:ElastiCache: Update client to latest version
|
||||||
|
+ feature:Elastic Beanstalk: Update client to latest version
|
||||||
|
+ feature:Redshift: Update client to latest version
|
||||||
|
+ feature:WAF: Update client to latest version
|
||||||
|
+ bugfix:Pagintor: Fix regression when providing a starting token for a
|
||||||
|
paginator (issue 849)
|
||||||
|
+ bugfix:Response Parsing: Handle case when generic HTML error response
|
||||||
|
is received (issue 850)
|
||||||
|
+ bugfix:Request serialization: Handle case when non str values are
|
||||||
|
provided for header values when using signature version 4 (issue 852)
|
||||||
|
+ bugfix:Retry: Retry HTTP responses with status code 502 (issue 853)
|
||||||
|
- From 1.4.7
|
||||||
|
+ feature:ElastiCache: Update client to latest version
|
||||||
|
+ feature:RDS: Update client to latest version
|
||||||
|
+ feature:StorageGateway: Update client to latest version
|
||||||
|
+ bugfix: Handle case where error response from proxy is received
|
||||||
|
(`issue 850 <https://github.com/boto/botocore/pull/850`__)
|
||||||
|
- From 1.4.6
|
||||||
|
+ feature:DeviceFarm: Add support to pay a flat monthly fee for unlimited
|
||||||
|
testing of your Android and iOS apps with AWS Device Farm device slots
|
||||||
|
+ feature:RDS: Add support for customizing the order in which Aurora
|
||||||
|
Replicas are promoted to primary instance during a failover
|
||||||
|
+ bugfix:Signature Version 4: Fix issue when calculating signature
|
||||||
|
version 4 signature for certain urls (issue 827)
|
||||||
|
- From 1.4.5
|
||||||
|
+ feature:MeteringMarketplace: The AWS Marketplace Metering Service
|
||||||
|
enables sellers to price their products along new pricing dimensions.
|
||||||
|
After a integrating their product with the AWS Marketplace Metering
|
||||||
|
Service, that product will emit an hourly record capturing the usage of
|
||||||
|
any single pricing dimension. Buyers can easily subscribe to software
|
||||||
|
priced by this new dimension on the AWS Marketplace website and only
|
||||||
|
pay for what they use.
|
||||||
|
+ feature:S3: Added support for delete marker and abort multipart upload
|
||||||
|
lifecycle configuration.
|
||||||
|
+ feature:IOT: Added support for Amazon Elasticsearch Service and Amazon
|
||||||
|
Cloudwatch actions for the AWS IoT rules engine.
|
||||||
|
+ feature:CloudHSM: Added support for tagging resources.
|
||||||
|
- From 1.4.4
|
||||||
|
+ feature:DMS: Added support for AWS Database Migration Service
|
||||||
|
+ feature:SES: Added support for white-labeling
|
||||||
|
+ feature:CodeDeploy: Added support for BatchGetDeploymentGroups
|
||||||
|
+ feature:endpoints: Updated endpoints.json to latest version
|
||||||
|
- From 1.4.3
|
||||||
|
+ feature:GameLift: Update model to latest version
|
||||||
|
+ feature:IAM: Update model to latest version
|
||||||
|
+ feature:Redshift: Update model to latest version
|
||||||
|
- From 1.4.2
|
||||||
|
+ feature:ACM: Update model to latest version
|
||||||
|
+ feature:CodeCommit: Update model to latest version
|
||||||
|
+ feature:Config: Update model to latest version
|
||||||
|
+ feature:DeviceFarm: Update model to latest version
|
||||||
|
+ feature:DirectConnect: Update model to latest version
|
||||||
|
+ feature:Events: Update model to latest version
|
||||||
|
+ bugfix:DynamoDB Local: Fix issue when using the local region with
|
||||||
|
dynamodb (issue 819)
|
||||||
|
+ bugfix:CloudSearchDomain: Fix issue when signing requests for
|
||||||
|
cloudsearchdomain (boto3 issue 538)
|
||||||
|
- From 1.4.1
|
||||||
|
+ feature:Config: Moved Config to its own class to boost import speed
|
||||||
|
+ feature:EC2: Add support for VPC peering with security groups.
|
||||||
|
+ feature:DirectoryService: Add SNS event notification support
|
||||||
|
- From 1.4.0
|
||||||
|
+ feature:Regions: Add ability to list regions and endpoints for services
|
||||||
|
in a partition. (issue 812)
|
||||||
|
+ feature:DynamoDB: Add support for DescribeLimits.
|
||||||
|
+ feature:APIGateway: Add support for TestInvokeAuthorizer and
|
||||||
|
FlushStageAuthorizersCache operations.
|
||||||
|
+ feature:CloudSearchDomain: Add support for stats.
|
||||||
|
- From 1.3.28
|
||||||
|
+ feature:StorageGateway: Added support for user-supplied barcodes.
|
||||||
|
+ feature:CodeDeploy: Added support for setting up triggers for a
|
||||||
|
deployment group.
|
||||||
|
+ bugfix:SSL: Fixed issue where AWS_CA_BUNDLE was not being used.
|
||||||
|
- From 1.3.27
|
||||||
|
+ feature:RDS: Added support for Cross-account Encrypted (KMS) snapshot
|
||||||
|
sharing.
|
||||||
|
+ feature:EMR: Added support for adding EBS storage to EMR instances.
|
||||||
|
+ bugfix:pagination: Refactored pagination to handle non-string service
|
||||||
|
tokens.
|
||||||
|
+ bugfix:credentials: Fix race condition in credential provider.
|
||||||
|
- No upstream changelogs prior to 1.3.27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 16 14:46:44 UTC 2016 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Change python-dateutil dependency to renamed python-python-dateutil
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 1 11:41:51 UTC 2016 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.3.23
|
||||||
|
+ No upstream changelog
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 20 16:51:15 UTC 2016 - rjschwei@suse.com
|
||||||
|
|
||||||
|
- spec file improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 10 22:29:33 UTC 2015 - rjschwei@suse.com
|
Thu Dec 10 22:29:33 UTC 2015 - rjschwei@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-botocore
|
# spec file for package python-botocore
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 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
|
||||||
@ -16,30 +16,38 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define baseName botocore
|
|
||||||
|
|
||||||
Name: python-botocore
|
Name: python-botocore
|
||||||
Version: 1.3.12
|
Version: 1.4.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python interface for AWS
|
Summary: Python interface for AWS
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/boto/botocore
|
Url: https://github.com/boto/botocore
|
||||||
Source0: https://pypi.python.org/packages/source/b/%{baseName}/%{baseName}-%{version}.tar.gz
|
Source0: https://pypi.python.org/packages/source/b/botocore/botocore-%{version}.tar.gz
|
||||||
Patch0: hide_py_pckgmgmt.patch
|
Patch0: hide_py_pckgmgmt.patch
|
||||||
Requires: python
|
BuildRequires: fdupes
|
||||||
Requires: python-dateutil <= 3.0.0
|
BuildRequires: python-devel
|
||||||
Requires: python-dateutil >= 2.1
|
BuildRequires: python-docutils >= 0.10
|
||||||
|
BuildRequires: python-jmespath < 1.0.0
|
||||||
|
BuildRequires: python-jmespath >= 0.7.1
|
||||||
|
BuildRequires: python-python-dateutil <= 3.0.0
|
||||||
|
BuildRequires: python-python-dateutil >= 2.1
|
||||||
|
BuildRequires: python-setuptools
|
||||||
|
# Testing requirements
|
||||||
|
BuildRequires: python-mock
|
||||||
|
BuildRequires: python-nose
|
||||||
|
BuildRequires: python-unittest2
|
||||||
Requires: python-docutils >= 0.10
|
Requires: python-docutils >= 0.10
|
||||||
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-python-dateutil <= 3.0.0
|
||||||
|
Requires: python-python-dateutil >= 2.1
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
|
BuildRequires: python-ordereddict >= 1.1
|
||||||
|
BuildRequires: python-simplejson >= 3.3.0
|
||||||
Requires: python-ordereddict >= 1.1
|
Requires: python-ordereddict >= 1.1
|
||||||
Requires: python-simplejson >= 3.3.0
|
Requires: python-simplejson >= 3.3.0
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: fdupes
|
|
||||||
BuildRequires: python-devel
|
|
||||||
BuildRequires: python-setuptools
|
|
||||||
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()")}
|
||||||
@ -47,13 +55,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A low-level interface to a growing number of Amazon Web Services.
|
A low-level interface to a growing number of Amazon Web Services.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{baseName}-%{version}
|
%setup -q -n botocore-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -63,12 +69,13 @@ python setup.py build
|
|||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-scripts=%{_bindir}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-scripts=%{_bindir}
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
|
%check
|
||||||
|
nosetests tests/unit
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE.txt README.rst
|
%doc LICENSE.txt README.rst
|
||||||
%dir %{python_sitelib}/botocore
|
%{python_sitelib}/botocore/
|
||||||
%dir %{python_sitelib}/%{baseName}-%{version}-py%{py_ver}.egg-info
|
%{python_sitelib}/botocore-%{version}-py%{py_ver}.egg-info
|
||||||
%{python_sitelib}/botocore/*
|
|
||||||
%{python_sitelib}/*egg-info/*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user