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: Tue Apr 15 07:56:55 UTC 2025
Modified Files:
pkgsrc/net/py-boto3: Makefile PLIST distinfo
Log Message:
py-boto3: updated to 1.37.34
1.37.34
=======
* api-change:``entityresolution``: [``botocore``] This is to add new metrics to our GetIdMappingJob API and also update uniqueId naming for batchDeleteUniqueIds API to be more accurate
* api-change:``taxsettings``: [``botocore``] Indonesia SOR Tax Registration Launch
1.37.33
=======
* api-change:``connect-contact-lens``: [``botocore``] Making sentiment optional for ListRealtimeContactAnalysisSegments Response depending on conversational analytics configuration
* api-change:``datazone``: [``botocore``] Raise hard limit of authorized principals per SubscriptionTarget from 10 to 20.
* api-change:``detective``: [``botocore``] Add support for Detective DualStack endpoints
* api-change:``dynamodb``: [``botocore``] Doc only update for API descriptions.
* api-change:``marketplace-entitlement``: [``botocore``] Add support for Marketplace Entitlement Service dual-stack endpoints for CN and GOV regions
* api-change:``meteringmarketplace``: [``botocore``] Add support for Marketplace Metering Service dual-stack endpoints for CN regions
* api-change:``pcs``: [``botocore``] Changed the minimum length of clusterIdentifier, computeNodeGroupIdentifier, and queueIdentifier to 3.
* api-change:``verifiedpermissions``: [``botocore``] Adds deletion protection support to policy stores. Deletion protection is disabled by default, can be enabled via the CreatePolicyStore or
UpdatePolicyStore APIs, and is visible in GetPolicyStore.
* bugfix:``download_fileobj``: Fileobj provided in append mode will no longer allow concurrent writes to preserve data integrity.
1.37.32
=======
* api-change:``application-autoscaling``: [``botocore``] Application Auto Scaling now supports horizontal scaling for Elasticache Memcached self-designed clusters using target tracking scaling
policies and scheduled scaling.
* api-change:``elasticache``: [``botocore``] AWS ElastiCache SDK now supports using MemcachedUpgradeConfig parameter with ModifyCacheCluster API to enable updating Memcached cache node types. Please
refer to updated AWS ElastiCache public documentation for detailed information on API usage and implementation.
* api-change:``m2``: [``botocore``] Introduce three new APIs: CreateDataSetExportTask, GetDataSetExportTask and ListDataSetExportHistory. Add support for batch restart for Blu Age applications.
* api-change:``medialive``: [``botocore``] AWS Elemental MediaLive / Features : Add support for CMAF Ingest CaptionLanguageMappings, TimedMetadataId3 settings, and Link InputResolution.
* api-change:``qbusiness``: [``botocore``] Adds functionality to enable/disable a new Q Business Hallucination Reduction feature. If enabled, Q Business will detect and attempt to remove
Hallucinations from certain Chat requests.
* api-change:``quicksight``: [``botocore``] Add support to analysis and sheet level highlighting in QuickSight.
1.37.31
=======
* api-change:``controlcatalog``: [``botocore``] The GetControl API now surfaces a control's Severity, CreateTime, and Identifier for a control's Implementation. The ListControls API now surfaces a
control's Behavior, Severity, CreateTime, and Identifier for a control's Implementation.
* api-change:``dynamodb``: [``botocore``] Documentation update for secondary indexes and Create_Table.
* api-change:``glue``: [``botocore``] The TableOptimizer APIs in AWS Glue now return the DpuHours field in each TableOptimizerRun, providing clients visibility to the DPU-hours used for billing in
managed Apache Iceberg table compaction optimization.
* api-change:``groundstation``: [``botocore``] Support tagging Agents and adjust input field validations
* api-change:``transfer``: [``botocore``] This launch includes 2 enhancements to SFTP connectors user-experience: 1) Customers can self-serve concurrent connections setting for their connectors, and
2) Customers can discover the public host key of remote servers using their SFTP connectors.
1.37.30
=======
* api-change:``bedrock-runtime``: [``botocore``] This release introduces our latest bedrock runtime API, InvokeModelWithBidirectionalStream. The API supports both input and output streams and is
supported by only HTTP2.0.
* api-change:``ce``: [``botocore``] This release supports Pagination traits on Cost Anomaly Detection APIs.
* api-change:``cost-optimization-hub``: [``botocore``] This release adds resource type "MemoryDbReservedInstances" and resource type "DynamoDbReservedCapacity" to the GetRecommendation,
ListRecommendations, and ListRecommendationSummaries APIs to support new MemoryDB and DynamoDB RI recommendations.
* api-change:``iotfleetwise``: [``botocore``] This release adds the option to update the strategy of state templates already associated to a vehicle, without the need to remove and re-add them.
* api-change:``securityhub``: [``botocore``] Documentation updates for AWS Security Hub.
* api-change:``storagegateway``: [``botocore``] Added new ActiveDirectoryStatus value, ListCacheReports paginator, and support for longer pagination tokens.
* api-change:``taxsettings``: [``botocore``] Uzbekistan Launch on TaxSettings Page
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/net/py-boto3/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-boto3/PLIST
cvs rdiff -u -r1.57 -r1.58 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.61 pkgsrc/net/py-boto3/Makefile:1.62
--- pkgsrc/net/py-boto3/Makefile:1.61 Tue Feb 4 08:08:20 2025
+++ pkgsrc/net/py-boto3/Makefile Tue Apr 15 07:56:55 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2025/02/04 08:08:20 adam Exp $
+# $NetBSD: Makefile,v 1.62 2025/04/15 07:56:55 adam Exp $
-DISTNAME= boto3-1.36.12
+DISTNAME= boto3-1.37.34
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/boto3/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/boto/boto3
COMMENT= Amazon Web Services SDK for Python
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-botocore>=${PKGVERSION_NOREV}:../../net/py-botocore
DEPENDS+= ${PYPKGPREFIX}-jmespath>=0.7.1:../../textproc/py-jmespath
DEPENDS+= ${PYPKGPREFIX}-s3transfer>=0.11.0:../../net/py-s3transfer
Index: pkgsrc/net/py-boto3/PLIST
diff -u pkgsrc/net/py-boto3/PLIST:1.3 pkgsrc/net/py-boto3/PLIST:1.4
--- pkgsrc/net/py-boto3/PLIST:1.3 Wed Oct 30 20:07:16 2024
+++ pkgsrc/net/py-boto3/PLIST Tue Apr 15 07:56:55 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2024/10/30 20:07:16 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/04/15 07:56:55 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/boto3/__init__.py
${PYSITELIB}/boto3/__init__.pyc
Index: pkgsrc/net/py-boto3/distinfo
diff -u pkgsrc/net/py-boto3/distinfo:1.57 pkgsrc/net/py-boto3/distinfo:1.58
--- pkgsrc/net/py-boto3/distinfo:1.57 Tue Feb 4 08:08:20 2025
+++ pkgsrc/net/py-boto3/distinfo Tue Apr 15 07:56:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.57 2025/02/04 08:08:20 adam Exp $
+$NetBSD: distinfo,v 1.58 2025/04/15 07:56:55 adam Exp $
-BLAKE2s (boto3-1.36.12.tar.gz) = c236c20a36946dad75a9bc6c8378803d1a58b4c48100e3dc76630b10da3a3208
-SHA512 (boto3-1.36.12.tar.gz) = 5df2bbe81b8b6d99ced1fc33381c2a81ae1465a46f73a8e6af89fac3180a06e390b0bc12be96d14eb2ca461d6bafd1c545f3a656068cec36760400306a9997c7
-Size (boto3-1.36.12.tar.gz) = 111048 bytes
+BLAKE2s (boto3-1.37.34.tar.gz) = 71ecc07dde6ee3309ee1a2c8e440e0d69b0249358d281ce43dbcc1fb5c5e7fa7
+SHA512 (boto3-1.37.34.tar.gz) = a028a8e6c61d5359750ba52b63c5a56b9d6a94803d1c667dca4784319d886f79edcce6a9db8a72b713229b84539b16d7bdb9d9dfa85efb893163b550c18887eb
+Size (boto3-1.37.34.tar.gz) = 111701 bytes
Home |
Main Index |
Thread Index |
Old Index