py-moto: updated to 4.2.14

4.2.14

New Services:
    * Backup:
        * create_backup_plan()
        * create_backup_vault()
        * get_backup_plan()
        * describe_backup_vault()
        * delete_backup_plan()
        * list_backup_plans()
        * list_backup_vaults()
        * list_tags()
        * tag_resource()
        * untag_resource()

New Methods:
    * RDS:
        * describe_db_cluster_snapshot_attributes()
        * describe_db_snapshot_attributes()
        * modify_db_cluster_snapshot_attribute()
        * modify_db_snapshot_attribute()
        * restore_db_instance_to_point_in_time()

    * SageMaker:
        * create_feature_group()

    * SageMakerRuntime:
        * invoke_endpoint_async()

Miscellaneous:
    * Cognito: The ID-token now contains custom attributes
    * DynamoDB: query() now returns the correct ScannedCount
    * EC2: Security Group Rules now have tag support
    * LakeFormation: grant_permissions() now has better support for known principal-resource pairs
    * SNS: set_subscription_attributes() can now unset the FilterPolicy
This commit is contained in:
adam 2024-01-27 19:05:56 +00:00
parent e0ee65e1e5
commit a82a54ebec
3 changed files with 10 additions and 12 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.13 2023/10/28 19:57:13 wiz Exp $
# $NetBSD: Makefile,v 1.14 2024/01/27 19:05:56 adam Exp $
DISTNAME= moto-4.1.13
DISTNAME= moto-4.1.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/moto/}
@ -25,7 +24,6 @@ DEPENDS+= ${PYPKGPREFIX}-xmltodict-[0-9]*:../../textproc/py-xmltodict
# unlisted but used
DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
DEPENDS+= ${PYPKGPREFIX}-pyaml-[0-9]*:../../textproc/py-pyaml
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
# unlisted but used
TEST_DEPENDS+= ${PYPKGPREFIX}-flask-cors-[0-9]*:../../www/py-flask-cors
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
@ -42,9 +40,6 @@ post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} moto_server moto_server-${PYVERSSUFFIX} || ${TRUE}
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/wheel.mk"
PYTHON_VERSIONED_DEPENDENCIES+= cryptography
.include "../../lang/python/versioned_dependencies.mk"

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2023/10/28 19:57:13 wiz Exp $
@comment $NetBSD: PLIST,v 1.7 2024/01/27 19:05:56 adam Exp $
bin/moto_server-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.md
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
@ -334,6 +334,9 @@ ${PYSITELIB}/moto/cloudwatch/__init__.pyo
${PYSITELIB}/moto/cloudwatch/exceptions.py
${PYSITELIB}/moto/cloudwatch/exceptions.pyc
${PYSITELIB}/moto/cloudwatch/exceptions.pyo
${PYSITELIB}/moto/cloudwatch/metric_data_expression_parser.py
${PYSITELIB}/moto/cloudwatch/metric_data_expression_parser.pyc
${PYSITELIB}/moto/cloudwatch/metric_data_expression_parser.pyo
${PYSITELIB}/moto/cloudwatch/models.py
${PYSITELIB}/moto/cloudwatch/models.pyc
${PYSITELIB}/moto/cloudwatch/models.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2023/07/30 15:04:31 adam Exp $
$NetBSD: distinfo,v 1.9 2024/01/27 19:05:56 adam Exp $
BLAKE2s (moto-4.1.13.tar.gz) = 119a3f4d78d5afd98fbc780ebd6288f98cca2d688414933897ba753483b1cd1a
SHA512 (moto-4.1.13.tar.gz) = 9dc9311b15f4bc7168eb8775667be0660fd78497f9950c7bb37db9eae0fd2956c9bbc0c3d02bc5b76de83b27f2ec67b22e22698c8572f4e01a8da3b261d9d156
Size (moto-4.1.13.tar.gz) = 3603599 bytes
BLAKE2s (moto-4.1.14.tar.gz) = c685bc2ac01428757fb05960b0e70dabdec82ff9d9d84fcda7bc31979fe2e33f
SHA512 (moto-4.1.14.tar.gz) = 6bd963f8aa82aee2166a5deff61e37ffc915b4c14ffd218256ef465b0469f2066eaf70c40df8be40c91a6fc07bec02389ecef26d61de4d503c5e2b630f8ffd38
Size (moto-4.1.14.tar.gz) = 3612859 bytes