pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-boto3 py-boto3: updated to 1.25.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b257572b4dd
branches:  trunk
changeset: 387296:1b257572b4dd
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 26 10:32:48 2022 +0000

description:
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.

diffstat:

 net/py-boto3/Makefile |  10 ++++------
 net/py-boto3/distinfo |   8 ++++----
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs (40 lines):

diff -r 3f757e15e379 -r 1b257572b4dd net/py-boto3/Makefile
--- a/net/py-boto3/Makefile     Wed Oct 26 10:31:34 2022 +0000
+++ b/net/py-boto3/Makefile     Wed Oct 26 10:32:48 2022 +0000
@@ -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 @@
 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
 
diff -r 3f757e15e379 -r 1b257572b4dd net/py-boto3/distinfo
--- a/net/py-boto3/distinfo     Wed Oct 26 10:31:34 2022 +0000
+++ b/net/py-boto3/distinfo     Wed Oct 26 10:32:48 2022 +0000
@@ -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