pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-moto



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar  9 08:52:01 UTC 2026

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

Log Message:
py-moto: updated to 5.1.22

5.1.22

New Methods:
    * APIGateway:
        * delete_model()

    * Athena:
        * tag_resource()
        * untag_resource()

    * Pipes:
        * list_tags_for_resource()

    * OSIS:
        * delete_resource_policy()
        * get_resource_policy()
        * put_resource_policy()

    * RDS:
        * copy_db_cluster_parameter_group()

    * STS:
        * get_access_key_info()

    * Transfer:
        * list_servers()

Miscellaneous:
    * CloudFormation now supports the creation/update/deletion of AWS::CloudWatch::Dashboard resources
    * CloudFormation now supports the creation/update/deletion of AWS::KMS::Alias resources
    * CloudFormation now supports the creation/update/deletion of AWS::SSM::Document resources
    * EC2: create_fleet() now supports the parameters DryRun and LaunchTemplateConfigs.Overrides
    * EC2: describe_network_interfaces() now supports the 'attachment.attachment-id'-filter
    * EC2: Instances created from a LaunchTemplate now have the 'aws:ec2launchtemplate:id' and 'aws:ec2launchtemplate:version' tags
    * RDS: create_db_cluster_parameter_group() now validates the provided group name/description/familiy
    * RDS: delete_db_cluster_parameter_group() now validates that the provided group exists
    * S3: delete_object() now supports IfMatch
    * SecretsManager: create-secret() now throw ResourceExistsException for duplicate requests with different token (broken since 5.1.11)
    * SQS: send_message() now returns the SequenceNumber-attribute
    * VPCLattice: list_access_log_subscriptions() now also supports arns as resourceIdentifiers


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/py-moto/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-moto/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-moto/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-moto/Makefile
diff -u pkgsrc/net/py-moto/Makefile:1.20 pkgsrc/net/py-moto/Makefile:1.21
--- pkgsrc/net/py-moto/Makefile:1.20    Tue Nov 18 06:06:49 2025
+++ pkgsrc/net/py-moto/Makefile Mon Mar  9 08:52:01 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2025/11/18 06:06:49 adam Exp $
+# $NetBSD: Makefile,v 1.21 2026/03/09 08:52:01 adam Exp $
 
-DISTNAME=      moto-5.1.17
+DISTNAME=      moto-5.1.22
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/moto/}

Index: pkgsrc/net/py-moto/PLIST
diff -u pkgsrc/net/py-moto/PLIST:1.10 pkgsrc/net/py-moto/PLIST:1.11
--- pkgsrc/net/py-moto/PLIST:1.10       Tue Nov 18 06:06:49 2025
+++ pkgsrc/net/py-moto/PLIST    Mon Mar  9 08:52:01 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2025/11/18 06:06:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2026/03/09 08:52:01 adam Exp $
 bin/moto_proxy-${PYVERSSUFFIX}
 bin/moto_server-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -11,6 +11,21 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
 ${PYSITELIB}/moto/__init__.py
 ${PYSITELIB}/moto/__init__.pyc
 ${PYSITELIB}/moto/__init__.pyo
+${PYSITELIB}/moto/account/__init__.py
+${PYSITELIB}/moto/account/__init__.pyc
+${PYSITELIB}/moto/account/__init__.pyo
+${PYSITELIB}/moto/account/exceptions.py
+${PYSITELIB}/moto/account/exceptions.pyc
+${PYSITELIB}/moto/account/exceptions.pyo
+${PYSITELIB}/moto/account/models.py
+${PYSITELIB}/moto/account/models.pyc
+${PYSITELIB}/moto/account/models.pyo
+${PYSITELIB}/moto/account/responses.py
+${PYSITELIB}/moto/account/responses.pyc
+${PYSITELIB}/moto/account/responses.pyo
+${PYSITELIB}/moto/account/urls.py
+${PYSITELIB}/moto/account/urls.pyc
+${PYSITELIB}/moto/account/urls.pyo
 ${PYSITELIB}/moto/acm/__init__.py
 ${PYSITELIB}/moto/acm/__init__.pyc
 ${PYSITELIB}/moto/acm/__init__.pyo
@@ -608,6 +623,21 @@ ${PYSITELIB}/moto/config/responses.pyo
 ${PYSITELIB}/moto/config/urls.py
 ${PYSITELIB}/moto/config/urls.pyc
 ${PYSITELIB}/moto/config/urls.pyo
+${PYSITELIB}/moto/connect/__init__.py
+${PYSITELIB}/moto/connect/__init__.pyc
+${PYSITELIB}/moto/connect/__init__.pyo
+${PYSITELIB}/moto/connect/exceptions.py
+${PYSITELIB}/moto/connect/exceptions.pyc
+${PYSITELIB}/moto/connect/exceptions.pyo
+${PYSITELIB}/moto/connect/models.py
+${PYSITELIB}/moto/connect/models.pyc
+${PYSITELIB}/moto/connect/models.pyo
+${PYSITELIB}/moto/connect/responses.py
+${PYSITELIB}/moto/connect/responses.pyc
+${PYSITELIB}/moto/connect/responses.pyo
+${PYSITELIB}/moto/connect/urls.py
+${PYSITELIB}/moto/connect/urls.pyc
+${PYSITELIB}/moto/connect/urls.pyo
 ${PYSITELIB}/moto/connectcampaigns/__init__.py
 ${PYSITELIB}/moto/connectcampaigns/__init__.pyc
 ${PYSITELIB}/moto/connectcampaigns/__init__.pyo
@@ -689,6 +719,9 @@ ${PYSITELIB}/moto/core/responses_custom_
 ${PYSITELIB}/moto/core/serialize.py
 ${PYSITELIB}/moto/core/serialize.pyc
 ${PYSITELIB}/moto/core/serialize.pyo
+${PYSITELIB}/moto/core/types.py
+${PYSITELIB}/moto/core/types.pyc
+${PYSITELIB}/moto/core/types.pyo
 ${PYSITELIB}/moto/core/utils.py
 ${PYSITELIB}/moto/core/utils.pyc
 ${PYSITELIB}/moto/core/utils.pyo
@@ -1416,6 +1449,7 @@ ${PYSITELIB}/moto/eks/urls.pyo
 ${PYSITELIB}/moto/eks/utils.py
 ${PYSITELIB}/moto/eks/utils.pyc
 ${PYSITELIB}/moto/eks/utils.pyo
+${PYSITELIB}/moto/elasticache/2015-02-02/paginators-1.moto-extras.json.gz
 ${PYSITELIB}/moto/elasticache/__init__.py
 ${PYSITELIB}/moto/elasticache/__init__.pyc
 ${PYSITELIB}/moto/elasticache/__init__.pyo
@@ -1452,18 +1486,6 @@ ${PYSITELIB}/moto/elasticbeanstalk/urls.
 ${PYSITELIB}/moto/elasticbeanstalk/utils.py
 ${PYSITELIB}/moto/elasticbeanstalk/utils.pyc
 ${PYSITELIB}/moto/elasticbeanstalk/utils.pyo
-${PYSITELIB}/moto/elastictranscoder/__init__.py
-${PYSITELIB}/moto/elastictranscoder/__init__.pyc
-${PYSITELIB}/moto/elastictranscoder/__init__.pyo
-${PYSITELIB}/moto/elastictranscoder/models.py
-${PYSITELIB}/moto/elastictranscoder/models.pyc
-${PYSITELIB}/moto/elastictranscoder/models.pyo
-${PYSITELIB}/moto/elastictranscoder/responses.py
-${PYSITELIB}/moto/elastictranscoder/responses.pyc
-${PYSITELIB}/moto/elastictranscoder/responses.pyo
-${PYSITELIB}/moto/elastictranscoder/urls.py
-${PYSITELIB}/moto/elastictranscoder/urls.pyc
-${PYSITELIB}/moto/elastictranscoder/urls.pyo
 ${PYSITELIB}/moto/elb/__init__.py
 ${PYSITELIB}/moto/elb/__init__.pyc
 ${PYSITELIB}/moto/elb/__init__.pyo
@@ -1494,12 +1516,16 @@ ${PYSITELIB}/moto/elbv2/models.pyo
 ${PYSITELIB}/moto/elbv2/responses.py
 ${PYSITELIB}/moto/elbv2/responses.pyc
 ${PYSITELIB}/moto/elbv2/responses.pyo
+${PYSITELIB}/moto/elbv2/ssl_policies.py
+${PYSITELIB}/moto/elbv2/ssl_policies.pyc
+${PYSITELIB}/moto/elbv2/ssl_policies.pyo
 ${PYSITELIB}/moto/elbv2/urls.py
 ${PYSITELIB}/moto/elbv2/urls.pyc
 ${PYSITELIB}/moto/elbv2/urls.pyo
 ${PYSITELIB}/moto/elbv2/utils.py
 ${PYSITELIB}/moto/elbv2/utils.pyc
 ${PYSITELIB}/moto/elbv2/utils.pyo
+${PYSITELIB}/moto/emr/2009-03-31/paginators-1.moto-extras.json.gz
 ${PYSITELIB}/moto/emr/__init__.py
 ${PYSITELIB}/moto/emr/__init__.pyc
 ${PYSITELIB}/moto/emr/__init__.pyo
@@ -2573,6 +2599,21 @@ ${PYSITELIB}/moto/pinpoint/responses.pyo
 ${PYSITELIB}/moto/pinpoint/urls.py
 ${PYSITELIB}/moto/pinpoint/urls.pyc
 ${PYSITELIB}/moto/pinpoint/urls.pyo
+${PYSITELIB}/moto/pipes/__init__.py
+${PYSITELIB}/moto/pipes/__init__.pyc
+${PYSITELIB}/moto/pipes/__init__.pyo
+${PYSITELIB}/moto/pipes/exceptions.py
+${PYSITELIB}/moto/pipes/exceptions.pyc
+${PYSITELIB}/moto/pipes/exceptions.pyo
+${PYSITELIB}/moto/pipes/models.py
+${PYSITELIB}/moto/pipes/models.pyc
+${PYSITELIB}/moto/pipes/models.pyo
+${PYSITELIB}/moto/pipes/responses.py
+${PYSITELIB}/moto/pipes/responses.pyc
+${PYSITELIB}/moto/pipes/responses.pyo
+${PYSITELIB}/moto/pipes/urls.py
+${PYSITELIB}/moto/pipes/urls.pyc
+${PYSITELIB}/moto/pipes/urls.pyo
 ${PYSITELIB}/moto/polly/__init__.py
 ${PYSITELIB}/moto/polly/__init__.pyc
 ${PYSITELIB}/moto/polly/__init__.pyo
@@ -2634,6 +2675,7 @@ ${PYSITELIB}/moto/ram/urls.pyo
 ${PYSITELIB}/moto/ram/utils.py
 ${PYSITELIB}/moto/ram/utils.pyc
 ${PYSITELIB}/moto/ram/utils.pyo
+${PYSITELIB}/moto/rds/2014-10-31/paginators-1.moto-extras.json.gz
 ${PYSITELIB}/moto/rds/__init__.py
 ${PYSITELIB}/moto/rds/__init__.pyc
 ${PYSITELIB}/moto/rds/__init__.pyo
@@ -2645,6 +2687,19 @@ ${PYSITELIB}/moto/rds/models.pyc
 ${PYSITELIB}/moto/rds/models.pyo
 ${PYSITELIB}/moto/rds/resources/cluster_options/aurora-postgresql.json.gz
 ${PYSITELIB}/moto/rds/resources/cluster_options/neptune.json.gz
+${PYSITELIB}/moto/rds/resources/option_group_options/db2-ae.json.gz
+${PYSITELIB}/moto/rds/resources/option_group_options/db2-se.json.gz
+${PYSITELIB}/moto/rds/resources/option_group_options/mariadb.json.gz
+${PYSITELIB}/moto/rds/resources/option_group_options/mysql.json.gz
+${PYSITELIB}/moto/rds/resources/option_group_options/oracle-ee-cdb.json.gz
+${PYSITELIB}/moto/rds/resources/option_group_options/oracle-ee.json.gz
+${PYSITELIB}/moto/rds/resources/option_group_options/oracle-se2-cdb.json.gz
+${PYSITELIB}/moto/rds/resources/option_group_options/oracle-se2.json.gz
+${PYSITELIB}/moto/rds/resources/option_group_options/postgres.json.gz
+${PYSITELIB}/moto/rds/resources/option_group_options/sqlserver-ee.json.gz
+${PYSITELIB}/moto/rds/resources/option_group_options/sqlserver-ex.json.gz
+${PYSITELIB}/moto/rds/resources/option_group_options/sqlserver-se.json.gz
+${PYSITELIB}/moto/rds/resources/option_group_options/sqlserver-web.json.gz
 ${PYSITELIB}/moto/rds/responses.py
 ${PYSITELIB}/moto/rds/responses.pyc
 ${PYSITELIB}/moto/rds/responses.pyo
@@ -3086,6 +3141,7 @@ ${PYSITELIB}/moto/servicequotas/response
 ${PYSITELIB}/moto/servicequotas/urls.py
 ${PYSITELIB}/moto/servicequotas/urls.pyc
 ${PYSITELIB}/moto/servicequotas/urls.pyo
+${PYSITELIB}/moto/ses/2010-12-01/paginators-1.moto-extras.json.gz
 ${PYSITELIB}/moto/ses/__init__.py
 ${PYSITELIB}/moto/ses/__init__.pyc
 ${PYSITELIB}/moto/ses/__init__.pyo

Index: pkgsrc/net/py-moto/distinfo
diff -u pkgsrc/net/py-moto/distinfo:1.12 pkgsrc/net/py-moto/distinfo:1.13
--- pkgsrc/net/py-moto/distinfo:1.12    Tue Nov 18 06:06:49 2025
+++ pkgsrc/net/py-moto/distinfo Mon Mar  9 08:52:01 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/11/18 06:06:49 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/03/09 08:52:01 adam Exp $
 
-BLAKE2s (moto-5.1.17.tar.gz) = 2017c33440d24cc391976e309ed394903a9b6e2dad425a92fa92dabed4214c21
-SHA512 (moto-5.1.17.tar.gz) = af90dff12063ebc6f67f78a0e7cf45be35a62a8c3cb364a4b2309ea6e5ffd29eeb5515533578a17c8c0dfef8444a01c3435c79724948d7680c0fd575dc932899
-Size (moto-5.1.17.tar.gz) = 8250034 bytes
+BLAKE2s (moto-5.1.22.tar.gz) = 3bae1e5382527a0a56b2e4c80983912c50cfe1c3b05235d69d11fef5535ef75c
+SHA512 (moto-5.1.22.tar.gz) = 6f5b9354e8ec7a51bb86b4a7ec45ec2af4f7cfbef190c449318ba3be64a2975fa31c520161f6ad0da21599dbe6785a83d9fd18d3aa5dd1710d018c10fe231eaf
+Size (moto-5.1.22.tar.gz) = 8547792 bytes



Home | Main Index | Thread Index | Old Index