Tue Nov 28 09:35:32 2017 UTC ()
py-botocore: updated to 1.8.2

1.8.2
api-change:mediapackage: Update mediapackage client to latest version
api-change:medialive: Update medialive client to latest version
api-change:mediastore: Update mediastore client to latest version
api-change:mediaconvert: Update mediaconvert client to latest version
api-change:mediastore-data: Update mediastore-data client to latest version

1.8.1
bugfix:Credentials: Fixes a bug causing cached credentials to break in the CLI on Windows.
api-change:acm: Update acm client to latest version

1.8.0
api-change:rekognition: Update rekognition client to latest version
api-change:emr: Update emr client to latest version
api-change:xray: Update xray client to latest version
feature:Credentials: When creating an assume role profile, you can now specify a credential source outside of the config file using the credential_source key.
api-change:shield: Update shield client to latest version
api-change:cloudformation: Update cloudformation client to latest version
feature:Credentials: When creating an assume role profile, you can now specify another assume role profile as the source. This allows for chaining assume role calls.
api-change:codebuild: Update codebuild client to latest version
feature:credentials: Adds support for the process credential provider, allowing users to specify a process to call to get credentials.
api-change:apigateway: Update apigateway client to latest version
api-change:storagegateway: Update storagegateway client to latest version
enhancement:Response: Allow reads of zero on streaming bodies


(adam)
diff -r1.14 -r1.15 pkgsrc/net/py-botocore/Makefile
diff -r1.14 -r1.15 pkgsrc/net/py-botocore/distinfo
diff -r1.6 -r1.7 pkgsrc/net/py-botocore/PLIST

cvs diff -r1.14 -r1.15 pkgsrc/net/py-botocore/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-botocore/Makefile 2017/11/10 07:54:40 1.14
+++ pkgsrc/net/py-botocore/Makefile 2017/11/28 09:35:32 1.15
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.14 2017/11/10 07:54:40 adam Exp $ 1# $NetBSD: Makefile,v 1.15 2017/11/28 09:35:32 adam Exp $
2 2
3DISTNAME= botocore-1.7.43 3DISTNAME= botocore-1.8.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= net python 5CATEGORIES= net python
6MASTER_SITES= ${MASTER_SITE_PYPI:=b/botocore/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=b/botocore/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/boto/botocore 9HOMEPAGE= https://github.com/boto/botocore
10COMMENT= Low-level interface to a growing number of Amazon Web Services 10COMMENT= Low-level interface to a growing number of Amazon Web Services
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.5.3:../../time/py-dateutil 13DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.5.3:../../time/py-dateutil
14DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils 14DEPENDS+= ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
15DEPENDS+= ${PYPKGPREFIX}-jmespath>=0.7.1:../../textproc/py-jmespath 15DEPENDS+= ${PYPKGPREFIX}-jmespath>=0.7.1:../../textproc/py-jmespath
16 16
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none
18 18
19.include "../../lang/python/egg.mk" 19.include "../../lang/python/egg.mk"
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/net/py-botocore/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-botocore/distinfo 2017/11/10 07:54:40 1.14
+++ pkgsrc/net/py-botocore/distinfo 2017/11/28 09:35:32 1.15
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.14 2017/11/10 07:54:40 adam Exp $ 1$NetBSD: distinfo,v 1.15 2017/11/28 09:35:32 adam Exp $
2 2
3SHA1 (botocore-1.7.43.tar.gz) = 9a3af96d05fdc7a8d1b7edc57061f747934f03ed 3SHA1 (botocore-1.8.2.tar.gz) = 6b4cd19249b42d19b0188f02fc7c89f1a592b2e7
4RMD160 (botocore-1.7.43.tar.gz) = bfa15a91225f711dd4ec2d919b634297784e2c8c 4RMD160 (botocore-1.8.2.tar.gz) = 099f26228311583e84f0475c5c48fdd040f0f537
5SHA512 (botocore-1.7.43.tar.gz) = e679612bf73234e2d20d9dc923a422922fd54db4320eecc6f002839ee33c8e30b8bd13ebb786a043fe42c626e0bf1bbdb2a08de598dc2a1e6f347bbaa79886c4 5SHA512 (botocore-1.8.2.tar.gz) = 34f7aa884782f6a1f9783243f4ad728f2280aae3b55ffbcedb50ad2161b59608ce49ef1e74e2c7849ac6a09f604b34ae57e8742dd6fa33fbb63e8121555352dd
6Size (botocore-1.7.43.tar.gz) = 3849932 bytes 6Size (botocore-1.8.2.tar.gz) = 3992771 bytes

cvs diff -r1.6 -r1.7 pkgsrc/net/py-botocore/PLIST (expand / switch to unified diff)

--- pkgsrc/net/py-botocore/PLIST 2017/11/10 07:54:40 1.6
+++ pkgsrc/net/py-botocore/PLIST 2017/11/28 09:35:32 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.6 2017/11/10 07:54:40 adam Exp $ 1@comment $NetBSD: PLIST,v 1.7 2017/11/28 09:35:32 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 5${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/botocore/__init__.py 7${PYSITELIB}/botocore/__init__.py
8${PYSITELIB}/botocore/__init__.pyc 8${PYSITELIB}/botocore/__init__.pyc
9${PYSITELIB}/botocore/__init__.pyo 9${PYSITELIB}/botocore/__init__.pyo
10${PYSITELIB}/botocore/args.py 10${PYSITELIB}/botocore/args.py
11${PYSITELIB}/botocore/args.pyc 11${PYSITELIB}/botocore/args.pyc
12${PYSITELIB}/botocore/args.pyo 12${PYSITELIB}/botocore/args.pyo
13${PYSITELIB}/botocore/auth.py 13${PYSITELIB}/botocore/auth.py
14${PYSITELIB}/botocore/auth.pyc 14${PYSITELIB}/botocore/auth.pyc
@@ -45,26 +45,28 @@ ${PYSITELIB}/botocore/data/appstream/201 @@ -45,26 +45,28 @@ ${PYSITELIB}/botocore/data/appstream/201
45${PYSITELIB}/botocore/data/appstream/2016-12-01/paginators-1.json 45${PYSITELIB}/botocore/data/appstream/2016-12-01/paginators-1.json
46${PYSITELIB}/botocore/data/appstream/2016-12-01/service-2.json 46${PYSITELIB}/botocore/data/appstream/2016-12-01/service-2.json
47${PYSITELIB}/botocore/data/athena/2017-05-18/paginators-1.json 47${PYSITELIB}/botocore/data/athena/2017-05-18/paginators-1.json
48${PYSITELIB}/botocore/data/athena/2017-05-18/service-2.json 48${PYSITELIB}/botocore/data/athena/2017-05-18/service-2.json
49${PYSITELIB}/botocore/data/autoscaling/2011-01-01/examples-1.json 49${PYSITELIB}/botocore/data/autoscaling/2011-01-01/examples-1.json
50${PYSITELIB}/botocore/data/autoscaling/2011-01-01/paginators-1.json 50${PYSITELIB}/botocore/data/autoscaling/2011-01-01/paginators-1.json
51${PYSITELIB}/botocore/data/autoscaling/2011-01-01/service-2.json 51${PYSITELIB}/botocore/data/autoscaling/2011-01-01/service-2.json
52${PYSITELIB}/botocore/data/batch/2016-08-10/examples-1.json 52${PYSITELIB}/botocore/data/batch/2016-08-10/examples-1.json
53${PYSITELIB}/botocore/data/batch/2016-08-10/paginators-1.json 53${PYSITELIB}/botocore/data/batch/2016-08-10/paginators-1.json
54${PYSITELIB}/botocore/data/batch/2016-08-10/service-2.json 54${PYSITELIB}/botocore/data/batch/2016-08-10/service-2.json
55${PYSITELIB}/botocore/data/budgets/2016-10-20/examples-1.json 55${PYSITELIB}/botocore/data/budgets/2016-10-20/examples-1.json
56${PYSITELIB}/botocore/data/budgets/2016-10-20/paginators-1.json 56${PYSITELIB}/botocore/data/budgets/2016-10-20/paginators-1.json
57${PYSITELIB}/botocore/data/budgets/2016-10-20/service-2.json 57${PYSITELIB}/botocore/data/budgets/2016-10-20/service-2.json
 58${PYSITELIB}/botocore/data/ce/2017-10-25/paginators-1.json
 59${PYSITELIB}/botocore/data/ce/2017-10-25/service-2.json
58${PYSITELIB}/botocore/data/clouddirectory/2016-05-10/paginators-1.json 60${PYSITELIB}/botocore/data/clouddirectory/2016-05-10/paginators-1.json
59${PYSITELIB}/botocore/data/clouddirectory/2016-05-10/service-2.json 61${PYSITELIB}/botocore/data/clouddirectory/2016-05-10/service-2.json
60${PYSITELIB}/botocore/data/cloudformation/2010-05-15/examples-1.json 62${PYSITELIB}/botocore/data/cloudformation/2010-05-15/examples-1.json
61${PYSITELIB}/botocore/data/cloudformation/2010-05-15/paginators-1.json 63${PYSITELIB}/botocore/data/cloudformation/2010-05-15/paginators-1.json
62${PYSITELIB}/botocore/data/cloudformation/2010-05-15/service-2.json 64${PYSITELIB}/botocore/data/cloudformation/2010-05-15/service-2.json
63${PYSITELIB}/botocore/data/cloudformation/2010-05-15/waiters-2.json 65${PYSITELIB}/botocore/data/cloudformation/2010-05-15/waiters-2.json
64${PYSITELIB}/botocore/data/cloudfront/2014-05-31/paginators-1.json 66${PYSITELIB}/botocore/data/cloudfront/2014-05-31/paginators-1.json
65${PYSITELIB}/botocore/data/cloudfront/2014-05-31/service-2.json 67${PYSITELIB}/botocore/data/cloudfront/2014-05-31/service-2.json
66${PYSITELIB}/botocore/data/cloudfront/2014-05-31/waiters-2.json 68${PYSITELIB}/botocore/data/cloudfront/2014-05-31/waiters-2.json
67${PYSITELIB}/botocore/data/cloudfront/2014-10-21/paginators-1.json 69${PYSITELIB}/botocore/data/cloudfront/2014-10-21/paginators-1.json
68${PYSITELIB}/botocore/data/cloudfront/2014-10-21/service-2.json 70${PYSITELIB}/botocore/data/cloudfront/2014-10-21/service-2.json
69${PYSITELIB}/botocore/data/cloudfront/2014-10-21/waiters-2.json 71${PYSITELIB}/botocore/data/cloudfront/2014-10-21/waiters-2.json
70${PYSITELIB}/botocore/data/cloudfront/2014-11-06/paginators-1.json 72${PYSITELIB}/botocore/data/cloudfront/2014-11-06/paginators-1.json
@@ -296,26 +298,35 @@ ${PYSITELIB}/botocore/data/lightsail/201 @@ -296,26 +298,35 @@ ${PYSITELIB}/botocore/data/lightsail/201
296${PYSITELIB}/botocore/data/lightsail/2016-11-28/service-2.json 298${PYSITELIB}/botocore/data/lightsail/2016-11-28/service-2.json
297${PYSITELIB}/botocore/data/logs/2014-03-28/examples-1.json 299${PYSITELIB}/botocore/data/logs/2014-03-28/examples-1.json
298${PYSITELIB}/botocore/data/logs/2014-03-28/paginators-1.json 300${PYSITELIB}/botocore/data/logs/2014-03-28/paginators-1.json
299${PYSITELIB}/botocore/data/logs/2014-03-28/service-2.json 301${PYSITELIB}/botocore/data/logs/2014-03-28/service-2.json
300${PYSITELIB}/botocore/data/machinelearning/2014-12-12/examples-1.json 302${PYSITELIB}/botocore/data/machinelearning/2014-12-12/examples-1.json
301${PYSITELIB}/botocore/data/machinelearning/2014-12-12/paginators-1.json 303${PYSITELIB}/botocore/data/machinelearning/2014-12-12/paginators-1.json
302${PYSITELIB}/botocore/data/machinelearning/2014-12-12/service-2.json 304${PYSITELIB}/botocore/data/machinelearning/2014-12-12/service-2.json
303${PYSITELIB}/botocore/data/machinelearning/2014-12-12/waiters-2.json 305${PYSITELIB}/botocore/data/machinelearning/2014-12-12/waiters-2.json
304${PYSITELIB}/botocore/data/marketplace-entitlement/2017-01-11/paginators-1.json 306${PYSITELIB}/botocore/data/marketplace-entitlement/2017-01-11/paginators-1.json
305${PYSITELIB}/botocore/data/marketplace-entitlement/2017-01-11/service-2.json 307${PYSITELIB}/botocore/data/marketplace-entitlement/2017-01-11/service-2.json
306${PYSITELIB}/botocore/data/marketplacecommerceanalytics/2015-07-01/examples-1.json 308${PYSITELIB}/botocore/data/marketplacecommerceanalytics/2015-07-01/examples-1.json
307${PYSITELIB}/botocore/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json 309${PYSITELIB}/botocore/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json
308${PYSITELIB}/botocore/data/marketplacecommerceanalytics/2015-07-01/service-2.json 310${PYSITELIB}/botocore/data/marketplacecommerceanalytics/2015-07-01/service-2.json
 311${PYSITELIB}/botocore/data/mediaconvert/2017-08-29/service-2.json
 312${PYSITELIB}/botocore/data/medialive/2017-10-14/paginators-1.json
 313${PYSITELIB}/botocore/data/medialive/2017-10-14/service-2.json
 314${PYSITELIB}/botocore/data/mediapackage/2017-10-12/paginators-1.json
 315${PYSITELIB}/botocore/data/mediapackage/2017-10-12/service-2.json
 316${PYSITELIB}/botocore/data/mediastore-data/2017-09-01/paginators-1.json
 317${PYSITELIB}/botocore/data/mediastore-data/2017-09-01/service-2.json
 318${PYSITELIB}/botocore/data/mediastore/2017-09-01/paginators-1.json
 319${PYSITELIB}/botocore/data/mediastore/2017-09-01/service-2.json
309${PYSITELIB}/botocore/data/meteringmarketplace/2016-01-14/examples-1.json 320${PYSITELIB}/botocore/data/meteringmarketplace/2016-01-14/examples-1.json
310${PYSITELIB}/botocore/data/meteringmarketplace/2016-01-14/service-2.json 321${PYSITELIB}/botocore/data/meteringmarketplace/2016-01-14/service-2.json
311${PYSITELIB}/botocore/data/mgh/2017-05-31/paginators-1.json 322${PYSITELIB}/botocore/data/mgh/2017-05-31/paginators-1.json
312${PYSITELIB}/botocore/data/mgh/2017-05-31/service-2.json 323${PYSITELIB}/botocore/data/mgh/2017-05-31/service-2.json
313${PYSITELIB}/botocore/data/mobile/2017-07-01/paginators-1.json 324${PYSITELIB}/botocore/data/mobile/2017-07-01/paginators-1.json
314${PYSITELIB}/botocore/data/mobile/2017-07-01/service-2.json 325${PYSITELIB}/botocore/data/mobile/2017-07-01/service-2.json
315${PYSITELIB}/botocore/data/mturk/2017-01-17/paginators-1.json 326${PYSITELIB}/botocore/data/mturk/2017-01-17/paginators-1.json
316${PYSITELIB}/botocore/data/mturk/2017-01-17/service-2.json 327${PYSITELIB}/botocore/data/mturk/2017-01-17/service-2.json
317${PYSITELIB}/botocore/data/opsworks/2013-02-18/examples-1.json 328${PYSITELIB}/botocore/data/opsworks/2013-02-18/examples-1.json
318${PYSITELIB}/botocore/data/opsworks/2013-02-18/paginators-1.json 329${PYSITELIB}/botocore/data/opsworks/2013-02-18/paginators-1.json
319${PYSITELIB}/botocore/data/opsworks/2013-02-18/service-2.json 330${PYSITELIB}/botocore/data/opsworks/2013-02-18/service-2.json
320${PYSITELIB}/botocore/data/opsworks/2013-02-18/waiters-2.json 331${PYSITELIB}/botocore/data/opsworks/2013-02-18/waiters-2.json
321${PYSITELIB}/botocore/data/opsworkscm/2016-11-01/examples-1.json 332${PYSITELIB}/botocore/data/opsworkscm/2016-11-01/examples-1.json
@@ -358,26 +369,27 @@ ${PYSITELIB}/botocore/data/s3/2006-03-01 @@ -358,26 +369,27 @@ ${PYSITELIB}/botocore/data/s3/2006-03-01
358${PYSITELIB}/botocore/data/s3/2006-03-01/paginators-1.json 369${PYSITELIB}/botocore/data/s3/2006-03-01/paginators-1.json
359${PYSITELIB}/botocore/data/s3/2006-03-01/service-2.json 370${PYSITELIB}/botocore/data/s3/2006-03-01/service-2.json
360${PYSITELIB}/botocore/data/s3/2006-03-01/waiters-2.json 371${PYSITELIB}/botocore/data/s3/2006-03-01/waiters-2.json
361${PYSITELIB}/botocore/data/sdb/2009-04-15/paginators-1.json 372${PYSITELIB}/botocore/data/sdb/2009-04-15/paginators-1.json
362${PYSITELIB}/botocore/data/sdb/2009-04-15/service-2.json 373${PYSITELIB}/botocore/data/sdb/2009-04-15/service-2.json
363${PYSITELIB}/botocore/data/servicecatalog/2015-12-10/examples-1.json 374${PYSITELIB}/botocore/data/servicecatalog/2015-12-10/examples-1.json
364${PYSITELIB}/botocore/data/servicecatalog/2015-12-10/paginators-1.json 375${PYSITELIB}/botocore/data/servicecatalog/2015-12-10/paginators-1.json
365${PYSITELIB}/botocore/data/servicecatalog/2015-12-10/service-2.json 376${PYSITELIB}/botocore/data/servicecatalog/2015-12-10/service-2.json
366${PYSITELIB}/botocore/data/ses/2010-12-01/examples-1.json 377${PYSITELIB}/botocore/data/ses/2010-12-01/examples-1.json
367${PYSITELIB}/botocore/data/ses/2010-12-01/paginators-1.json 378${PYSITELIB}/botocore/data/ses/2010-12-01/paginators-1.json
368${PYSITELIB}/botocore/data/ses/2010-12-01/service-2.json 379${PYSITELIB}/botocore/data/ses/2010-12-01/service-2.json
369${PYSITELIB}/botocore/data/ses/2010-12-01/waiters-2.json 380${PYSITELIB}/botocore/data/ses/2010-12-01/waiters-2.json
370${PYSITELIB}/botocore/data/shield/2016-06-02/examples-1.json 381${PYSITELIB}/botocore/data/shield/2016-06-02/examples-1.json
 382${PYSITELIB}/botocore/data/shield/2016-06-02/paginators-1.json
371${PYSITELIB}/botocore/data/shield/2016-06-02/service-2.json 383${PYSITELIB}/botocore/data/shield/2016-06-02/service-2.json
372${PYSITELIB}/botocore/data/sms/2016-10-24/examples-1.json 384${PYSITELIB}/botocore/data/sms/2016-10-24/examples-1.json
373${PYSITELIB}/botocore/data/sms/2016-10-24/paginators-1.json 385${PYSITELIB}/botocore/data/sms/2016-10-24/paginators-1.json
374${PYSITELIB}/botocore/data/sms/2016-10-24/service-2.json 386${PYSITELIB}/botocore/data/sms/2016-10-24/service-2.json
375${PYSITELIB}/botocore/data/snowball/2016-06-30/examples-1.json 387${PYSITELIB}/botocore/data/snowball/2016-06-30/examples-1.json
376${PYSITELIB}/botocore/data/snowball/2016-06-30/paginators-1.json 388${PYSITELIB}/botocore/data/snowball/2016-06-30/paginators-1.json
377${PYSITELIB}/botocore/data/snowball/2016-06-30/service-2.json 389${PYSITELIB}/botocore/data/snowball/2016-06-30/service-2.json
378${PYSITELIB}/botocore/data/sns/2010-03-31/examples-1.json 390${PYSITELIB}/botocore/data/sns/2010-03-31/examples-1.json
379${PYSITELIB}/botocore/data/sns/2010-03-31/paginators-1.json 391${PYSITELIB}/botocore/data/sns/2010-03-31/paginators-1.json
380${PYSITELIB}/botocore/data/sns/2010-03-31/service-2.json 392${PYSITELIB}/botocore/data/sns/2010-03-31/service-2.json
381${PYSITELIB}/botocore/data/sqs/2012-11-05/examples-1.json 393${PYSITELIB}/botocore/data/sqs/2012-11-05/examples-1.json
382${PYSITELIB}/botocore/data/sqs/2012-11-05/paginators-1.json 394${PYSITELIB}/botocore/data/sqs/2012-11-05/paginators-1.json
383${PYSITELIB}/botocore/data/sqs/2012-11-05/service-2.json 395${PYSITELIB}/botocore/data/sqs/2012-11-05/service-2.json
@@ -468,26 +480,29 @@ ${PYSITELIB}/botocore/docs/waiter.pyc @@ -468,26 +480,29 @@ ${PYSITELIB}/botocore/docs/waiter.pyc
468${PYSITELIB}/botocore/docs/waiter.pyo 480${PYSITELIB}/botocore/docs/waiter.pyo
469${PYSITELIB}/botocore/endpoint.py 481${PYSITELIB}/botocore/endpoint.py
470${PYSITELIB}/botocore/endpoint.pyc 482${PYSITELIB}/botocore/endpoint.pyc
471${PYSITELIB}/botocore/endpoint.pyo 483${PYSITELIB}/botocore/endpoint.pyo
472${PYSITELIB}/botocore/errorfactory.py 484${PYSITELIB}/botocore/errorfactory.py
473${PYSITELIB}/botocore/errorfactory.pyc 485${PYSITELIB}/botocore/errorfactory.pyc
474${PYSITELIB}/botocore/errorfactory.pyo 486${PYSITELIB}/botocore/errorfactory.pyo
475${PYSITELIB}/botocore/exceptions.py 487${PYSITELIB}/botocore/exceptions.py
476${PYSITELIB}/botocore/exceptions.pyc 488${PYSITELIB}/botocore/exceptions.pyc
477${PYSITELIB}/botocore/exceptions.pyo 489${PYSITELIB}/botocore/exceptions.pyo
478${PYSITELIB}/botocore/handlers.py 490${PYSITELIB}/botocore/handlers.py
479${PYSITELIB}/botocore/handlers.pyc 491${PYSITELIB}/botocore/handlers.pyc
480${PYSITELIB}/botocore/handlers.pyo 492${PYSITELIB}/botocore/handlers.pyo
 493${PYSITELIB}/botocore/history.py
 494${PYSITELIB}/botocore/history.pyc
 495${PYSITELIB}/botocore/history.pyo
481${PYSITELIB}/botocore/hooks.py 496${PYSITELIB}/botocore/hooks.py
482${PYSITELIB}/botocore/hooks.pyc 497${PYSITELIB}/botocore/hooks.pyc
483${PYSITELIB}/botocore/hooks.pyo 498${PYSITELIB}/botocore/hooks.pyo
484${PYSITELIB}/botocore/loaders.py 499${PYSITELIB}/botocore/loaders.py
485${PYSITELIB}/botocore/loaders.pyc 500${PYSITELIB}/botocore/loaders.pyc
486${PYSITELIB}/botocore/loaders.pyo 501${PYSITELIB}/botocore/loaders.pyo
487${PYSITELIB}/botocore/model.py 502${PYSITELIB}/botocore/model.py
488${PYSITELIB}/botocore/model.pyc 503${PYSITELIB}/botocore/model.pyc
489${PYSITELIB}/botocore/model.pyo 504${PYSITELIB}/botocore/model.pyo
490${PYSITELIB}/botocore/paginate.py 505${PYSITELIB}/botocore/paginate.py
491${PYSITELIB}/botocore/paginate.pyc 506${PYSITELIB}/botocore/paginate.pyc
492${PYSITELIB}/botocore/paginate.pyo 507${PYSITELIB}/botocore/paginate.pyo
493${PYSITELIB}/botocore/parsers.py 508${PYSITELIB}/botocore/parsers.py