pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-boto3



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Dec 16 07:54:35 UTC 2017

Modified Files:
        pkgsrc/net/py-boto3: Makefile distinfo

Log Message:
py-boto3: updated to 1.5.1

1.5.1
api-change:appstream: [botocore] Update appstream client to latest version

1.5.0
bugfix:Filters: Fixes a bug where parameters passed to resource collections could be mutated after the collections were created.
api-change:ses: [botocore] Update ses client to latest version
enhancement:credentials: [botocore] Moved the JSONFileCache from the CLI into botocore so that it can be used without importing from the cli.
feature:botocore dependency: Update dependency strategy to always take a floor on the most recent version of botocore. This means whenever there is a release of botocore, boto3 will release as well 
to account for the new version of botocore.
api-change:apigateway: [botocore] Update apigateway client to latest version


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-boto3/Makefile \
    pkgsrc/net/py-boto3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-boto3/Makefile
diff -u pkgsrc/net/py-boto3/Makefile:1.5 pkgsrc/net/py-boto3/Makefile:1.6
--- pkgsrc/net/py-boto3/Makefile:1.5    Tue Nov 28 09:38:38 2017
+++ pkgsrc/net/py-boto3/Makefile        Sat Dec 16 07:54:34 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/11/28 09:38:38 adam Exp $
+# $NetBSD: Makefile,v 1.6 2017/12/16 07:54:34 adam Exp $
 
-DISTNAME=      boto3-1.4.8
+DISTNAME=      boto3-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/boto3/}
Index: pkgsrc/net/py-boto3/distinfo
diff -u pkgsrc/net/py-boto3/distinfo:1.5 pkgsrc/net/py-boto3/distinfo:1.6
--- pkgsrc/net/py-boto3/distinfo:1.5    Tue Nov 28 09:38:38 2017
+++ pkgsrc/net/py-boto3/distinfo        Sat Dec 16 07:54:34 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/11/28 09:38:38 adam Exp $
+$NetBSD: distinfo,v 1.6 2017/12/16 07:54:34 adam Exp $
 
-SHA1 (boto3-1.4.8.tar.gz) = 8ea2e86cfd9ca9ac19105de0c5cd8437c4ca7c20
-RMD160 (boto3-1.4.8.tar.gz) = f613e527659ca3d6eab0b16ca4538f7e724744c5
-SHA512 (boto3-1.4.8.tar.gz) = df0542295d28e4914531df5f4c397563adee0d215d6d0e4ec94abe38a3bcb5a0cbddee4efe2265af46614f2a1e9d21d5b01e104c90f788ea0f3618365c2b8d49
-Size (boto3-1.4.8.tar.gz) = 92875 bytes
+SHA1 (boto3-1.5.1.tar.gz) = a39a684976bc3a52165957f9cd8b9ad629e705cb
+RMD160 (boto3-1.5.1.tar.gz) = b4508ce6da1ae3b6b2a2e9916e74e21b0110f3a8
+SHA512 (boto3-1.5.1.tar.gz) = 20418159f12d2d2d820ab8cb692112437c54cb7ad2d4f71590b1ccb7611a1ca99956af6633ba76528d33e61b62de5dd0ee081456527ae80c698c579ae686f84c
+Size (boto3-1.5.1.tar.gz) = 92908 bytes



Home | Main Index | Thread Index | Old Index