pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-awscli



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct 30 20:09:41 UTC 2024

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

Log Message:
py-awscli: updated to 1.35.18

1.35.18
=======

* api-change:``appsync``: This release adds support for AppSync Event APIs.
* api-change:``connect``: Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously 
listed as 1-100 characters.
* api-change:``datasync``: AWS DataSync now supports Enhanced mode tasks. This task mode supports transfer of virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and 
higher performance than Basic mode. This mode currently supports transfers between Amazon S3 locations.
* api-change:``ec2``: This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups.
* api-change:``ecs``: This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history.
* api-change:``geo-maps``: Release of Amazon Location Maps API. Maps enables you to build digital maps that showcase your locations, visualize your data, and unlock insights to drive your business
* api-change:``geo-places``: Release of Amazon Location Places API. Places enables you to quickly search, display, and filter places, businesses, and locations based on proximity, category, and name
* api-change:``geo-routes``: Release of Amazon Location Routes API. Routes enables you to plan efficient routes and streamline deliveries by leveraging real-time traffic, vehicle restrictions, and 
turn-by-turn directions.
* api-change:``keyspaces``: Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type.
* api-change:``network-firewall``: AWS Network Firewall now supports configuring TCP idle timeout
* api-change:``opensearch``: This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch 
managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface.
* api-change:``opensearchserverless``: Neo Integration via IAM Identity Center (IdC)
* api-change:``redshift``: This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database.
* api-change:``redshift-serverless``: Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting.
* api-change:``route53``: This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types.
* api-change:``sagemaker``: Added support for Model Registry Staging construct. Users can define series of stages that models can progress through for model workflows and lifecycle. This simplifies 
tracking and managing models as they transition through development, testing, and production stages.
* api-change:``workmail``: This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center.

1.35.17
=======

* api-change:``bedrock``: Update Application Inference Profile
* api-change:``bedrock-runtime``: Update Application Inference Profile
* api-change:``cleanrooms``: This release adds the option for customers to configure analytics engine when creating a collaboration, and introduces the new SPARK analytics engine type in addition to 
maintaining the legacy CLEAN_ROOMS_SQL engine type.
* api-change:``iotfleetwise``: Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly
* api-change:``logs``: Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as 
baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies.
* api-change:``redshift-data``: Adding a new API GetStatementResultV2 that supports CSV formatted results from ExecuteStatement and BatchExecuteStatement calls.
* api-change:``sagemaker``: Adding `notebook-al2-v3` as allowed value to SageMaker NotebookInstance PlatformIdentifier attribute

1.35.16
=======

* api-change:``mediapackagev2``: MediaPackage V2 Live to VOD Harvester is a MediaPackage V2 feature, which is used to export content from an origin endpoint to a S3 bucket.
* api-change:``opensearch``: Adds support for provisioning dedicated coordinator nodes. Coordinator nodes can be specified using the new NodeOptions parameter in ClusterConfig.
* api-change:``rds``: This release adds support for Enhanced Monitoring and Performance Insights when restoring Aurora Limitless Database DB clusters. It also adds support for the os-upgrade pending 
maintenance action.
* api-change:``storagegateway``: Documentation update: Amazon FSx File Gateway will no longer be available to new customers.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/net/py-awscli/Makefile
cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/py-awscli/PLIST
cvs rdiff -u -r1.66 -r1.67 pkgsrc/net/py-awscli/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-awscli/Makefile
diff -u pkgsrc/net/py-awscli/Makefile:1.68 pkgsrc/net/py-awscli/Makefile:1.69
--- pkgsrc/net/py-awscli/Makefile:1.68  Sun Oct 27 01:11:59 2024
+++ pkgsrc/net/py-awscli/Makefile       Wed Oct 30 20:09:41 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2024/10/27 01:11:59 schmonz Exp $
+# $NetBSD: Makefile,v 1.69 2024/10/30 20:09:41 adam Exp $
 
-DISTNAME=      awscli-1.35.15
+DISTNAME=      awscli-1.35.18
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/awscli/}
@@ -12,7 +12,7 @@ LICENSE=      apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-botocore>=1.35.11:../../net/py-botocore
+DEPENDS+=      ${PYPKGPREFIX}-botocore>=1.35.52:../../net/py-botocore
 DEPENDS+=      ${PYPKGPREFIX}-colorama>=0.3.2:../../comms/py-colorama
 DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.10:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-rsa>=3.1.2:../../security/py-rsa

Index: pkgsrc/net/py-awscli/PLIST
diff -u pkgsrc/net/py-awscli/PLIST:1.47 pkgsrc/net/py-awscli/PLIST:1.48
--- pkgsrc/net/py-awscli/PLIST:1.47     Sun Oct 27 01:11:59 2024
+++ pkgsrc/net/py-awscli/PLIST  Wed Oct 30 20:09:41 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.47 2024/10/27 01:11:59 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.48 2024/10/30 20:09:41 adam Exp $
 bin/aws
 bin/aws.cmd
 bin/aws_bash_completer
@@ -4921,6 +4921,16 @@ ${PYSITELIB}/awscli/examples/pinpoint/se
 ${PYSITELIB}/awscli/examples/pinpoint/tag-resource.rst
 ${PYSITELIB}/awscli/examples/pinpoint/untag-resource.rst
 ${PYSITELIB}/awscli/examples/pinpoint/update-sms-channel.rst
+${PYSITELIB}/awscli/examples/pipes/create-pipe.rst
+${PYSITELIB}/awscli/examples/pipes/delete-pipe.rst
+${PYSITELIB}/awscli/examples/pipes/describe-pipe.rst
+${PYSITELIB}/awscli/examples/pipes/list-pipes.rst
+${PYSITELIB}/awscli/examples/pipes/list-tags-for-resource.rst
+${PYSITELIB}/awscli/examples/pipes/start-pipe.rst
+${PYSITELIB}/awscli/examples/pipes/stop-pipe.rst
+${PYSITELIB}/awscli/examples/pipes/tag-resource.rst
+${PYSITELIB}/awscli/examples/pipes/untag-resource.rst
+${PYSITELIB}/awscli/examples/pipes/update-pipe.rst
 ${PYSITELIB}/awscli/examples/polly/delete-lexicon.rst
 ${PYSITELIB}/awscli/examples/polly/get-lexicon.rst
 ${PYSITELIB}/awscli/examples/polly/get-speech-synthesis-task.rst

Index: pkgsrc/net/py-awscli/distinfo
diff -u pkgsrc/net/py-awscli/distinfo:1.66 pkgsrc/net/py-awscli/distinfo:1.67
--- pkgsrc/net/py-awscli/distinfo:1.66  Sun Oct 27 01:11:59 2024
+++ pkgsrc/net/py-awscli/distinfo       Wed Oct 30 20:09:41 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.66 2024/10/27 01:11:59 schmonz Exp $
+$NetBSD: distinfo,v 1.67 2024/10/30 20:09:41 adam Exp $
 
-BLAKE2s (awscli-1.35.15.tar.gz) = 46393fc32c1eb524abf81a9d7edea881b6aa869ca7464c83c57f25fe81302e61
-SHA512 (awscli-1.35.15.tar.gz) = 5efc9bd69f9f4921e34d2e225e7f36800f382bc01f5a0d92ff2a1055ee9a174550a48572ce4ef9c79eedee95e92cd04423f2fbcf045935d6eaf22edabdfde0d8
-Size (awscli-1.35.15.tar.gz) = 1823862 bytes
+BLAKE2s (awscli-1.35.18.tar.gz) = 52ac0f94434facdc276903de92ed7167468ce5a3f041633b18a75477afb3589c
+SHA512 (awscli-1.35.18.tar.gz) = 24769fa898f6fcd38b4f9b3d5568cac696d531eccfc49b2da64ea2aaa950012f010934696e87436d2cb113e6457cc41cc4461b691af8ea99a7e41abee0f9554f
+Size (awscli-1.35.18.tar.gz) = 1825681 bytes



Home | Main Index | Thread Index | Old Index