diff --git a/botocore-1.12.166.tar.gz b/botocore-1.12.166.tar.gz deleted file mode 100644 index a235a26..0000000 --- a/botocore-1.12.166.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:594ab91e7f06857476cee6139cb97c88df40c6adc7867976cb17669929da70e1 -size 5652169 diff --git a/botocore-1.12.172.tar.gz b/botocore-1.12.172.tar.gz new file mode 100644 index 0000000..d133e92 --- /dev/null +++ b/botocore-1.12.172.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa1ad4be9e9fea77eed7d5021be4283e9bcfecc60d2de83f96552025c4725d1 +size 5695895 diff --git a/python-botocore.changes b/python-botocore.changes index c4d557e..f06ec3e 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jun 20 12:22:05 UTC 2019 - John Paul Adrian Glaubitz + +- Version update to 1.12.172 + * api-change:``eks``: Update eks client to latest version +- from version 1.12.171 + * api-change:``ec2``: Update ec2 client to latest version + * api-change:``resourcegroupstaggingapi``: Update resourcegroupstaggingapi client to latest version +- from version 1.12.170 + * api-change:``neptune``: Update neptune client to latest version + * api-change:``servicecatalog``: Update servicecatalog client to latest version + * api-change:``robomaker``: Update robomaker client to latest version + * bugfix:Paginator: Fixes a bug where pagination tokens with three consecutive underscores would + result in a parsing failure. Resolves boto/boto3`#1984 `__. +- from version 1.12.169 + * api-change:``cloudfront``: Update cloudfront client to latest version + * api-change:``personalize``: Update personalize client to latest version + * api-change:``ec2``: Update ec2 client to latest version + * api-change:``appstream``: Update appstream client to latest version +- from version 1.12.168 + * api-change:``appmesh``: Update appmesh client to latest version + * api-change:``elasticache``: Update elasticache client to latest version + * api-change:``ec2``: Update ec2 client to latest version + * api-change:``guardduty``: Update guardduty client to latest version +- from version 1.12.167 + * api-change:``servicecatalog``: Update servicecatalog client to latest version +- Fix typo in spec file comment +- Remove bundled cacert.pem + ------------------------------------------------------------------- Wed Jun 12 11:18:46 UTC 2019 - John Paul Adrian Glaubitz diff --git a/python-botocore.spec b/python-botocore.spec index d30c314..672b62a 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.12.166 +Version: 1.12.172 Release: 0 Summary: Python interface for AWS License: Apache-2.0 @@ -64,7 +64,9 @@ A low-level interface to a growing number of Amazon Web Services. %prep %setup -q -n botocore-%{version} %patch0 -p1 -# remove bundeled 3rd party Python modules +# remove bundled cacert.pem +rm botocore/cacert.pem +# remove bundled 3rd party Python modules rm -r botocore/vendored/ # fix all imports: sed -i 's/from botocore\.vendored //' botocore/*.py tests/functional/*.py tests/integration/*.py tests/unit/*.py