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:           Wed Oct 26 10:32:48 UTC 2022

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

Log Message:
py-boto3: updated to 1.25.1

1.25.1

api-change:accessanalyzer: [botocore] This release adds support for six new resource types in IAM Access Analyzer to help you easily identify public and cross-account access to your AWS resources. 
Updated service API, documentation, and paginators.
api-change:location: [botocore] Added new map styles with satellite imagery for map resources using HERE as a data provider.
api-change:mediatailor: [botocore] This release is a documentation update
api-change:rds: [botocore] Relational Database Service - This release adds support for exporting DB cluster data to Amazon S3.
api-change:workspaces: [botocore] This release adds new enums for supporting Workspaces Core features, including creating Manual running mode workspaces, importing regular Workspaces Core images and 
importing g4dn Workspaces Core images.

1.25.0

feature:Endpoints: [botocore] Implemented new endpoint ruleset system to dynamically derive endpoints and settings for services
api-change:acm-pca: [botocore] AWS Private Certificate Authority (AWS Private CA) now offers usage modes which are combination of features to address specific use cases.
api-change:batch: [botocore] This release adds support for AWS Batch on Amazon EKS.
api-change:datasync: [botocore] Added support for self-signed certificates when using object storage locations; added BytesCompressed to the TaskExecution response.
api-change:sagemaker: [botocore] SageMaker Inference Recommender now supports a new API ListInferenceRecommendationJobSteps to return the details of all the benchmark we create for an inference 
recommendation job.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/net/py-boto3/Makefile
cvs rdiff -u -r1.39 -r1.40 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.40 pkgsrc/net/py-boto3/Makefile:1.41
--- pkgsrc/net/py-boto3/Makefile:1.40   Sun Sep 11 17:11:22 2022
+++ pkgsrc/net/py-boto3/Makefile        Wed Oct 26 10:32:48 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2022/09/11 17:11:22 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2022/10/26 10:32:48 adam Exp $
 
-DISTNAME=      boto3-1.17.93
+DISTNAME=      boto3-1.25.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/boto3/}
 
@@ -11,10 +10,9 @@ HOMEPAGE=    https://github.com/boto/boto3
 COMMENT=       Amazon Web Services SDK for Python
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-botocore>=1.20.93:../../net/py-botocore
+DEPENDS+=      ${PYPKGPREFIX}-botocore>=1.28.1:../../net/py-botocore
 DEPENDS+=      ${PYPKGPREFIX}-jmespath>=0.7.1:../../textproc/py-jmespath
-DEPENDS+=      ${PYPKGPREFIX}-s3transfer>=0.4.0:../../net/py-s3transfer
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+=      ${PYPKGPREFIX}-s3transfer>=0.6.0:../../net/py-s3transfer
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/net/py-boto3/distinfo
diff -u pkgsrc/net/py-boto3/distinfo:1.39 pkgsrc/net/py-boto3/distinfo:1.40
--- pkgsrc/net/py-boto3/distinfo:1.39   Tue Oct 26 11:06:34 2021
+++ pkgsrc/net/py-boto3/distinfo        Wed Oct 26 10:32:48 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2021/10/26 11:06:34 nia Exp $
+$NetBSD: distinfo,v 1.40 2022/10/26 10:32:48 adam Exp $
 
-BLAKE2s (boto3-1.17.93.tar.gz) = 6c9bc1e51ae4672cf638b4aa361611047cccab83806bad789996725f368c55d0
-SHA512 (boto3-1.17.93.tar.gz) = f8ad771fa0ace7ddcacd22138db47c5e5727de7d07b5a0b5d3cb2323a9b66241310251ddd95e27ad0c4020dd6c3a4f74a54b47202e25c38ee1baa2c0c27476d0
-Size (boto3-1.17.93.tar.gz) = 98314 bytes
+BLAKE2s (boto3-1.25.1.tar.gz) = c2805a584e6375c3ed3d15fa057e78bf2284e0ef97e2c430ea56b25d1710f4fb
+SHA512 (boto3-1.25.1.tar.gz) = b05cd881d61c5b6649a95198f1662d3ccf51ec969a5ae2de31bbc65fecceb862280e6049c2c07ad07a754dd862fc6e3941c30633d4cfb46f3f78ce5390caa854
+Size (boto3-1.25.1.tar.gz) = 103977 bytes



Home | Main Index | Thread Index | Old Index