diff --git a/1.7.17.tar.gz b/1.7.17.tar.gz new file mode 100644 index 0000000..da8988c --- /dev/null +++ b/1.7.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028657ad237658b7a9e8a4acc19868dda504b56fb3d56f0bd946b9d999647c61 +size 226585 diff --git a/1.7.4.tar.gz b/1.7.4.tar.gz deleted file mode 100644 index 0833492..0000000 --- a/1.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1be32c19f3e87719c1aed303fc9122757e43af9d31de8be032dec89d91c85a7 -size 225274 diff --git a/python-boto3.changes b/python-boto3.changes index 9a1a12e..79a60f9 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Thu May 10 08:20:55 UTC 2018 - tchvatal@suse.com + +- Version update to 1.10.17: + * api-change:rds: [botocore] Update rds client to latest version + * api-change:ec2: [botocore] Update ec2 client to latest version + * api-change:budgets: [botocore] Update budgets client to latest version + * api-change:rds: [botocore] Update rds client to latest version + * api-change:ec2: [botocore] Update ec2 client to latest version + * api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version + * api-change:s3: [botocore] Update s3 client to latest version + * api-change:budgets: [botocore] Update budgets client to latest version + * api-change:es: [botocore] Update es client to latest version + * api-change:guardduty: [botocore] Update guardduty client to latest version + * api-change:config: [botocore] Update config client to latest version + * api-change:secretsmanager: [botocore] Update secretsmanager client to latest version + * api-change:appsync: [botocore] Update appsync client to latest version + * api-change:acm: [botocore] Update acm client to latest version + * api-change:codepipeline: [botocore] Update codepipeline client to latest version + * api-change:ssm: [botocore] Update ssm client to latest version + * api-change:ec2: [botocore] Update ec2 client to latest version + * api-change:guardduty: [botocore] Update guardduty client to latest version + * api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version + * api-change:route53domains: [botocore] Update route53domains client to latest version + * api-change:workspaces: [botocore] Update workspaces client to latest version + * api-change:sagemaker: [botocore] Update sagemaker client to latest version + * api-change:dynamodb: [botocore] Update dynamodb client to latest version + * api-change:glacier: [botocore] Update glacier client to latest version + * api-change:secretsmanager: [botocore] Update secretsmanager client to latest version + * api-change:rekognition: [botocore] Update rekognition client to latest version + * api-change:xray: [botocore] Update xray client to latest version + * api-change:codedeploy: [botocore] Update codedeploy client to latest version + * api-change:secretsmanager: [botocore] Update secretsmanager client to latest version + * api-change:elasticbeanstalk: [botocore] Update elasticbeanstalk client to latest version + * api-change:iotanalytics: [botocore] Update iotanalytics client to latest version + * api-change:iot: [botocore] Update iot client to latest version + * api-change:autoscaling-plans: [botocore] Update autoscaling-plans client to latest version + * api-change:medialive: [botocore] Update medialive client to latest version + * api-change:firehose: [botocore] Update firehose client to latest version + * api-change:ce: [botocore] Update ce client to latest version + * api-change:codepipeline: [botocore] Update codepipeline client to latest version + * api-change:ssm: [botocore] Update ssm client to latest version + * api-change:ec2: [botocore] Update ec2 client to latest version + * api-change:secretsmanager: [botocore] Update secretsmanager client to latest version + * api-change:rds: [botocore] Update rds client to latest version + * api-change:devicefarm: [botocore] Update devicefarm client to latest version + * bugfix:dynamodb: Fixes a bug causing dynamodb operations with no output to throw errors. + +------------------------------------------------------------------- +Tue May 8 16:11:37 UTC 2018 - tchvatal@suse.com + +- Really enable unittests + ------------------------------------------------------------------- Sun Apr 15 15:09:10 UTC 2018 - tchvatal@suse.com diff --git a/python-boto3.spec b/python-boto3.spec index 814803b..84672f0 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-boto3 -Version: 1.7.4 +Version: 1.7.17 Release: 0 Summary: Amazon Web Services Library License: Apache-2.0 @@ -28,6 +28,7 @@ Source: https://github.com/boto/boto3/archive/%{version}.tar.gz BuildRequires: %{python_module botocore >= 1.10.2} BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} +BuildRequires: %{python_module s3transfer} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -67,8 +68,7 @@ http://boto3.readthedocs.org/en/latest/ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# sadly tests need direct HTTP connection, run them localy -#%%python_expand nosetests-%{$python_bin_suffix} +%python_expand nosetests-%{$python_bin_suffix} -v tests/unit %files %{python_files} %license LICENSE