Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-moto for openSUSE:Factory checked in at 2022-04-01 21:35:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-moto (Old) and /work/SRC/openSUSE:Factory/.python-moto.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-moto" Fri Apr 1 21:35:38 2022 rev:13 rq:966274 version:3.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-moto/python-moto.changes 2022-01-31 22:58:00.485304370 +0100 +++ /work/SRC/openSUSE:Factory/.python-moto.new.1900/python-moto.changes 2022-04-01 21:36:46.705054545 +0200 @@ -1,0 +2,273 @@ +Sun Mar 27 18:07:22 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to 3.1.3 + New Methods: + * TimestreamWrite: + * list_tags_for_resource() + * tag_resource() + * untag_resource() + Miscellaneous: + * EC2:run_instances(): Fixed a bug when supplying the + NetworkInterfaces.Groups-parameter + * Logs:delete_metric_filter(): Fixed a bug where the + logGroupName-validator was too strict +- Release 3.1.2 + Known Bugs: + * EC2:run_instances(): This call will fail when supplying the + NetworkInterfaces.Groups-parameter + New Methods: + * ELB + * attach_load_balancer_to_subnets() + * detach_load_balancer_from_subnets() + * describe_load_balancer_policies() + * delete_load_balancer_policy() + * enable_availability_zones_for_load_balancer() + * disable_availability_zones_for_load_balancer() + * ELBv2: + * add_listener_certificates() + * describe_listener_certificates() + * remove_listener_certificates() + * Glue: + * get_job() + * get_job_run() + * start_job_run() + Miscellaneous: + * AWSLambda:add_permission() now supports the + Qualifier-parameter + * ELB:create_load_balancer() now retrieves the subnets based on + the AvailabilityZones-parameter + * ELB:create_load_balancer() now creates a default + SecurityGroup, if none is provided + * ELBv2:create_load_balancer() now supports the + SubnetMappings-parameter + * ELBv2:create_listener() now supports the AlpnPolicy-parameter + * ELBv2: Improved tagging support + * ELBv2: Exposes the TargetGroupStickinessConfig-attribute when + describing a Action of type ForwardConfig +- Release 3.1.1 + New Methods: + * AWSLambda: + * create_alias() + * delete_alias() + * delete_layer_version() + * get_alias() + * get_layer_version() + * update_alias() + * EFS: + * create_access_point() + * delete_access_point() + * describe_access_points() + * describe_lifecycle_configuration() + * describe_mount_target_security_groups() + * list_tags_for_resource() + * modify_mount_target_security_groups() + * put_lifecycle_configuration() + * tag_resource() + * untag_resource() + Miscellaneous: + * AWSLambda: get_function now returns the parameters Tags, + LastUpdateStatus, TracingConfig + * ELBV2:describe_tags() now supports ListenerRules. +- Release 3.1.0 + General: + * Users of `mock_dynamodb2` should start using `mock_dynamodb` + instead. The `mock_dynamodb`-decorator has been repurposed to + mock the latest version of DynamoDB, making the behaviour + equivalent to `mock_dynamodb2`. The + `mock_dynamodb2`-decorator is now considered deprecated, and + will be removed in the next major version. + * Similarly, users of the `mock_rds2` should start using + `mock_rds` instead. The `mock_rds`-decorator has been + repurposed to mock the latest version of RDS, making the + behaviour equivalent to `mock_rds2`. The + `mock_rds2`-decorator has also been deprecated, and will be + removed in the next major version. + Internal Changes: + * We've upgraded our linting process to use Black 22.1.0, and + have enabled more pylint rules. Please continue to run `make + lint` prior to creating a PR, to ensure any changes are + formatted correctly. +- Release 3.0.7 + General: + * Compatible with the latest `responses`-release (0.19.0) + New Services: + * DataBrew: + * create_recipe() + * get_recipe() + * list_recipes() + + * Pinpoint: + * create_app() + * delete_app() + * delete_event_stream() + * get_app() + * get_application_settings() + * get_apps() + * get_event_stream() + * list_tags_for_resource() + * put_event_stream() + * tag_resource() + * untag_resource() + * update_application_settings() +- Release 3.0.6 + General: + * Feature to start the MotoServer from within Python (in beta) + Miscellaneous: + * CloudFormation now supports creation of type + AWS::EC2::VPCEndpoint + * ECS: run_task() - The task count now defaults to 1 +- Release 3.0.5 + New Services: + * Textract: + * get_document_text_detection() + * start_document_text_detection() + New Methods: + * APIGateway: + * delete_gateway_responses() + * get_gateway_response() + * get_gateway_responses() + * put_gateway_response() + * CloudTrail: + * add_tags() + * get_event_selectors() + * get_insight_selectors() + * list_tags() + * put_event_selectors() + * put_insight_selectors() + * remove_tags() + * update_trail() + * CognitoIDP: + * admin_set_user_mfa_preference() + * S3Control: + * create_access_point() + * delete_access_point() + * delete_access_point_policy() + * get_access_point() + * get_access_point_policy() + * get_access_point_policy_status() + Miscellaneous: + * APIGateway: put_integration() now supports the + timeoutInMillis-parameter + * AWSLambda: Made the docker image repository selectable via + the `MOTO_DOCKER_LAMBDA_IMAGE` environment variable. + * Batch: register_job_definition() now supports the parameters + `platformCapabilities`, `propagateTags` and `retryStrategy` + * IAM: list_entities_for_policy() now returns the + RoleId/GroupId/UserId-attributes + * S3Control is now available in ServerMode. + +------------------------------------------------------------------- +Tue Feb 22 09:10:13 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 3.0.4: + New Services: + * Redshift-Data: + * cancel_statement() + * describe_statement() + * execute_statement() + * get_statement_result() + * Servicediscovery/Cloudmap: + * create_http_namespace() + * create_private_dns_namespace() + * create_public_dns_namespace() + * create_service() + * delete_namespace() + * delete_service() + * get_namespace() + * get_operation() + * get_service() + * list_namespaces() + * list_operations() + * list_services() + * list_tags_for_resource() + * tag_resource() + * untag_resource() + * update_service() + New Methods: + * Athena: + * create_data_catalog() + * get_data_catalog() + * list_data_catalogs() + * SES: + * get_identity_mail_from_domain_attributes() + * set_identity_mail_from_domain() + Miscellaneous: + * SSM: Global infrastructure parameters supplied by AWS are now available + * in Moto + ++++ 76 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/python-moto/python-moto.changes ++++ and /work/SRC/openSUSE:Factory/.python-moto.new.1900/python-moto.changes Old: ---- moto-3.0.2.tar.gz New: ---- moto-3.1.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-moto.spec ++++++ --- /var/tmp/diff_new_pack.QA0WbN/_old 2022-04-01 21:36:47.329047701 +0200 +++ /var/tmp/diff_new_pack.QA0WbN/_new 2022-04-01 21:36:47.337047613 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-moto -Version: 3.0.2 +Version: 3.1.3 Release: 0 Summary: Library to mock out the boto library License: Apache-2.0 ++++++ moto-3.0.2.tar.gz -> moto-3.1.3.tar.gz ++++++ ++++ 210141 lines of diff (skipped)