diff --git a/botocore-1.10.17.tar.gz b/botocore-1.10.17.tar.gz new file mode 100644 index 0000000..476af51 --- /dev/null +++ b/botocore-1.10.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58ff5fa2d27ba5acf56fd0c3a233f4a320ecbd2a4091bda7a93449406b3ee9d +size 4365341 diff --git a/botocore-1.10.4.tar.gz b/botocore-1.10.4.tar.gz deleted file mode 100644 index 0e2659b..0000000 --- a/botocore-1.10.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5602738392ecde5c02a06a3b02de07171f440a44cdfef0aadff4b59567359607 -size 4328833 diff --git a/python-botocore.changes b/python-botocore.changes index fd7f2cd..8c3fb94 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu May 10 09:05:58 UTC 2018 - tchvatal@suse.com + +- Create symlinks from system packages for the vendored stuff as some + 3rd party apps require it and it leads to explosions + +------------------------------------------------------------------- +Thu May 10 08:18:52 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. + ------------------------------------------------------------------- Thu Apr 19 17:51:43 UTC 2018 - toddrme2178@gmail.com diff --git a/python-botocore.spec b/python-botocore.spec index 44ae377..2ff0869 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-botocore -Version: 1.10.4 +Version: 1.10.17 Release: 0 Summary: Python interface for AWS License: Apache-2.0 @@ -71,6 +71,10 @@ sed -i 's/botocore\.vendored\.//' botocore/*.py tests/unit/*.py tests/unit/auth/ %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +# just for compat sake symlink the bundles as other pkgs import it :/ +%python_expand mkdir -p %{buildroot}%{$python_sitelib}/botocore/vendored +%python_expand ln -s %{$python_sitelib}/six.py %{buildroot}%{$python_sitelib}/botocore/vendored/six.py +%python_expand ln -s %{$python_sitelib}/requests %{buildroot}%{$python_sitelib}/botocore/vendored/requests %check %python_expand nosetests-%{$python_bin_suffix} tests/unit @@ -78,6 +82,8 @@ sed -i 's/botocore\.vendored\.//' botocore/*.py tests/unit/*.py tests/unit/auth/ %files %{python_files} %doc README.rst %license LICENSE.txt +# these are just symlinks, nothing bundled +%{python_sitelib}/botocore/vendored/* %{python_sitelib}/botocore/ %{python_sitelib}/botocore-%{version}-py%{py_ver}.egg-info