pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-botocore



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 15 07:48:38 UTC 2025

Modified Files:
        pkgsrc/net/py-botocore: Makefile PLIST distinfo

Log Message:
py-botocore: updated rto 1.37.34

1.37.34
=======

* api-change:``entityresolution``: 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``: Indonesia SOR Tax Registration Launch

1.37.33
=======

* api-change:``connect-contact-lens``: Making sentiment optional for ListRealtimeContactAnalysisSegments Response depending on conversational analytics configuration
* api-change:``datazone``: Raise hard limit of authorized principals per SubscriptionTarget from 10 to 20.
* api-change:``detective``: Add support for Detective DualStack endpoints
* api-change:``dynamodb``: Doc only update for API descriptions.
* api-change:``marketplace-entitlement``: Add support for Marketplace Entitlement Service dual-stack endpoints for CN and GOV regions
* api-change:``meteringmarketplace``: Add support for Marketplace Metering Service dual-stack endpoints for CN regions
* api-change:``pcs``: Changed the minimum length of clusterIdentifier, computeNodeGroupIdentifier, and queueIdentifier to 3.
* api-change:``verifiedpermissions``: 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.

1.37.32
=======

* api-change:``application-autoscaling``: Application Auto Scaling now supports horizontal scaling for Elasticache Memcached self-designed clusters using target tracking scaling policies and 
scheduled scaling.
* api-change:``elasticache``: 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``: Introduce three new APIs: CreateDataSetExportTask, GetDataSetExportTask and ListDataSetExportHistory. Add support for batch restart for Blu Age applications.
* api-change:``medialive``: AWS Elemental MediaLive / Features : Add support for CMAF Ingest CaptionLanguageMappings, TimedMetadataId3 settings, and Link InputResolution.
* api-change:``qbusiness``: 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``: Add support to analysis and sheet level highlighting in QuickSight.

1.37.31
=======

* api-change:``controlcatalog``: 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``: Documentation update for secondary indexes and Create_Table.
* api-change:``glue``: 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``: Support tagging Agents and adjust input field validations
* api-change:``transfer``: 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``: 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``: This release supports Pagination traits on Cost Anomaly Detection APIs.
* api-change:``cost-optimization-hub``: 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``: 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``: Documentation updates for AWS Security Hub.
* api-change:``storagegateway``: Added new ActiveDirectoryStatus value, ListCacheReports paginator, and support for longer pagination tokens.
* api-change:``taxsettings``: Uzbekistan Launch on TaxSettings Page


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/net/py-botocore/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/py-botocore/PLIST
cvs rdiff -u -r1.69 -r1.70 pkgsrc/net/py-botocore/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-botocore/Makefile
diff -u pkgsrc/net/py-botocore/Makefile:1.73 pkgsrc/net/py-botocore/Makefile:1.74
--- pkgsrc/net/py-botocore/Makefile:1.73        Tue Feb  4 08:05:08 2025
+++ pkgsrc/net/py-botocore/Makefile     Tue Apr 15 07:48:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2025/02/04 08:05:08 adam Exp $
+# $NetBSD: Makefile,v 1.74 2025/04/15 07:48:38 adam Exp $
 
-DISTNAME=      botocore-1.36.12
+DISTNAME=      botocore-1.37.34
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/botocore/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/boto/botoco
 COMMENT=       Low-level interface to a growing number of Amazon Web Services
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=67.8.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.5.3:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-jmespath>=0.7.1:../../textproc/py-jmespath
 DEPENDS+=      ${PYPKGPREFIX}-urllib3>=2.2.1:../../www/py-urllib3

Index: pkgsrc/net/py-botocore/PLIST
diff -u pkgsrc/net/py-botocore/PLIST:1.54 pkgsrc/net/py-botocore/PLIST:1.55
--- pkgsrc/net/py-botocore/PLIST:1.54   Tue Feb  4 08:05:08 2025
+++ pkgsrc/net/py-botocore/PLIST        Tue Apr 15 07:48:38 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.54 2025/02/04 08:05:08 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.55 2025/04/15 07:48:38 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/botocore/__init__.py
 ${PYSITELIB}/botocore/__init__.pyc
@@ -36,6 +36,9 @@ ${PYSITELIB}/botocore/configloader.pyo
 ${PYSITELIB}/botocore/configprovider.py
 ${PYSITELIB}/botocore/configprovider.pyc
 ${PYSITELIB}/botocore/configprovider.pyo
+${PYSITELIB}/botocore/context.py
+${PYSITELIB}/botocore/context.pyc
+${PYSITELIB}/botocore/context.pyo
 ${PYSITELIB}/botocore/credentials.py
 ${PYSITELIB}/botocore/credentials.pyc
 ${PYSITELIB}/botocore/credentials.pyo
@@ -705,10 +708,6 @@ ${PYSITELIB}/botocore/data/eks/2017-11-0
 ${PYSITELIB}/botocore/data/eks/2017-11-01/service-2.json
 ${PYSITELIB}/botocore/data/eks/2017-11-01/service-2.sdk-extras.json
 ${PYSITELIB}/botocore/data/eks/2017-11-01/waiters-2.json
-${PYSITELIB}/botocore/data/elastic-inference/2017-07-25/endpoint-rule-set-1.json
-${PYSITELIB}/botocore/data/elastic-inference/2017-07-25/examples-1.json
-${PYSITELIB}/botocore/data/elastic-inference/2017-07-25/paginators-1.json
-${PYSITELIB}/botocore/data/elastic-inference/2017-07-25/service-2.json
 ${PYSITELIB}/botocore/data/elasticache/2014-09-30/endpoint-rule-set-1.json
 ${PYSITELIB}/botocore/data/elasticache/2014-09-30/paginators-1.json
 ${PYSITELIB}/botocore/data/elasticache/2014-09-30/service-2.json
@@ -811,6 +810,10 @@ ${PYSITELIB}/botocore/data/gamelift/2015
 ${PYSITELIB}/botocore/data/gamelift/2015-10-01/examples-1.json
 ${PYSITELIB}/botocore/data/gamelift/2015-10-01/paginators-1.json
 ${PYSITELIB}/botocore/data/gamelift/2015-10-01/service-2.json
+${PYSITELIB}/botocore/data/gameliftstreams/2018-05-10/endpoint-rule-set-1.json
+${PYSITELIB}/botocore/data/gameliftstreams/2018-05-10/paginators-1.json
+${PYSITELIB}/botocore/data/gameliftstreams/2018-05-10/service-2.json
+${PYSITELIB}/botocore/data/gameliftstreams/2018-05-10/waiters-2.json
 ${PYSITELIB}/botocore/data/geo-maps/2020-11-19/endpoint-rule-set-1.json
 ${PYSITELIB}/botocore/data/geo-maps/2020-11-19/paginators-1.json
 ${PYSITELIB}/botocore/data/geo-maps/2020-11-19/service-2.json
@@ -909,6 +912,9 @@ ${PYSITELIB}/botocore/data/iot-jobs-data
 ${PYSITELIB}/botocore/data/iot-jobs-data/2017-09-29/examples-1.json
 ${PYSITELIB}/botocore/data/iot-jobs-data/2017-09-29/paginators-1.json
 ${PYSITELIB}/botocore/data/iot-jobs-data/2017-09-29/service-2.json
+${PYSITELIB}/botocore/data/iot-managed-integrations/2025-03-03/endpoint-rule-set-1.json
+${PYSITELIB}/botocore/data/iot-managed-integrations/2025-03-03/paginators-1.json
+${PYSITELIB}/botocore/data/iot-managed-integrations/2025-03-03/service-2.json
 ${PYSITELIB}/botocore/data/iot/2015-05-28/endpoint-rule-set-1.json
 ${PYSITELIB}/botocore/data/iot/2015-05-28/examples-1.json
 ${PYSITELIB}/botocore/data/iot/2015-05-28/paginators-1.json
@@ -1239,6 +1245,7 @@ ${PYSITELIB}/botocore/data/neptunedata/2
 ${PYSITELIB}/botocore/data/network-firewall/2020-11-12/endpoint-rule-set-1.json
 ${PYSITELIB}/botocore/data/network-firewall/2020-11-12/examples-1.json
 ${PYSITELIB}/botocore/data/network-firewall/2020-11-12/paginators-1.json
+${PYSITELIB}/botocore/data/network-firewall/2020-11-12/paginators-1.sdk-extras.json
 ${PYSITELIB}/botocore/data/network-firewall/2020-11-12/service-2.json
 ${PYSITELIB}/botocore/data/networkflowmonitor/2023-04-19/endpoint-rule-set-1.json
 ${PYSITELIB}/botocore/data/networkflowmonitor/2023-04-19/paginators-1.json
@@ -1279,6 +1286,7 @@ ${PYSITELIB}/botocore/data/opensearch/20
 ${PYSITELIB}/botocore/data/opensearchserverless/2021-11-01/endpoint-rule-set-1.json
 ${PYSITELIB}/botocore/data/opensearchserverless/2021-11-01/paginators-1.json
 ${PYSITELIB}/botocore/data/opensearchserverless/2021-11-01/service-2.json
+${PYSITELIB}/botocore/data/opensearchserverless/2021-11-01/waiters-2.json
 ${PYSITELIB}/botocore/data/opsworks/2013-02-18/endpoint-rule-set-1.json
 ${PYSITELIB}/botocore/data/opsworks/2013-02-18/examples-1.json
 ${PYSITELIB}/botocore/data/opsworks/2013-02-18/paginators-1.json
@@ -1549,6 +1557,7 @@ ${PYSITELIB}/botocore/data/sagemaker-run
 ${PYSITELIB}/botocore/data/sagemaker/2017-07-24/endpoint-rule-set-1.json
 ${PYSITELIB}/botocore/data/sagemaker/2017-07-24/examples-1.json
 ${PYSITELIB}/botocore/data/sagemaker/2017-07-24/paginators-1.json
+${PYSITELIB}/botocore/data/sagemaker/2017-07-24/paginators-1.sdk-extras.json
 ${PYSITELIB}/botocore/data/sagemaker/2017-07-24/service-2.json
 ${PYSITELIB}/botocore/data/sagemaker/2017-07-24/waiters-2.json
 ${PYSITELIB}/botocore/data/savingsplans/2019-06-28/endpoint-rule-set-1.json

Index: pkgsrc/net/py-botocore/distinfo
diff -u pkgsrc/net/py-botocore/distinfo:1.69 pkgsrc/net/py-botocore/distinfo:1.70
--- pkgsrc/net/py-botocore/distinfo:1.69        Tue Feb  4 08:05:08 2025
+++ pkgsrc/net/py-botocore/distinfo     Tue Apr 15 07:48:38 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.69 2025/02/04 08:05:08 adam Exp $
+$NetBSD: distinfo,v 1.70 2025/04/15 07:48:38 adam Exp $
 
-BLAKE2s (botocore-1.36.12.tar.gz) = 9286243f2bf0e589090071a83ea776612d0807876136dccd142df9dc1826ab08
-SHA512 (botocore-1.36.12.tar.gz) = d2033ace75698fa5efab41fb57e4e6c92bc585073d5fb3f78c625164a070b7ad0c7e381e1bf1d601dca3df33e600032ad1e75e63783c2fdcca6ebc8ed91a64db
-Size (botocore-1.36.12.tar.gz) = 13498321 bytes
+BLAKE2s (botocore-1.37.34.tar.gz) = cddd7e6777aeb8fe6b66a532ac1cf3bb676fba18544beffe64ca6f666101ea6c
+SHA512 (botocore-1.37.34.tar.gz) = 1034d482c6f61ff2d11a2cfbeb1939f97c1a945096916038d2ed55a43da72410e18b23b763a81af7338f15df003ec4d527c5f1e125fe0cbcd1d019269fb52491
+Size (botocore-1.37.34.tar.gz) = 13817141 bytes
 SHA1 (patch-setup.py) = 27072d54a28b411c02d73dadaf50f81ebcd6ec16



Home | Main Index | Thread Index | Old Index