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 2024-01-03 12:30:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-moto (Old)
 and      /work/SRC/openSUSE:Factory/.python-moto.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-moto"

Wed Jan  3 12:30:01 2024 rev:22 rq:1136175 version:4.2.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-moto/python-moto.changes  2023-11-26 
19:36:59.365472766 +0100
+++ /work/SRC/openSUSE:Factory/.python-moto.new.28375/python-moto.changes       
2024-01-03 12:30:41.383973448 +0100
@@ -1,0 +2,70 @@
+Thu Dec 28 12:47:31 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 4.2.12
+  ## Miscellaneous:
+  * AWSLambda: list_functions() now returns a default PackageType
+    (ZIP) if not specified
+  * CloudFormation: AWS::EC2::LaunchTemplate resources now support
+    Fn::GetAtt operations
+  * CognitoIDP: admin_initiate_auth() now correctly returns a
+    Challenge when 2FA is enabled
+  * DynamoDB: execute_statement() now supports INSERT/UPDATE/DELETE
+    queries
+  * EC2: describe_availability_zones() now supports the
+    ZoneNames/ZoneIds-parameters
+  * KMS: encrypt() now validates payloads that are too large
+  * ResourceGroupTaggingAPI: get_resources() now supports SQS
+    queues
+  * Route53: list_hosted_zone()/list_hosted_zones_by_name() now
+    return the CallerReference
+  * S3: copy() now respects the ExtraArgs-parameter when using
+    MultiPart uploads
+  * S3: list_object_versions() now supports pagination
+  * S3: put_object_tagging() now validates the number of tags
+    provided
+
+-------------------------------------------------------------------
+Sat Dec  9 13:15:22 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 4.2.11
+  ## New Methods:
+  * Lambda:
+    * DeleteFunctionEventInvokeConfig()
+    * GetFunctionEventInvokeConfig()
+    * ListFunctionEventInvokeConfigs()
+    * PutFunctionEventInvokeConfig()
+    * UpdateFunctionEventInvokeConfig()
+  * Logs:
+    * describe_export_tasks()
+  ## Miscellaneous:
+  * DynamoDB: put_item() now returns old item for
+    ConditionalCheckFailed exceptions
+  * DynamoDB: scan() now returns the correct ScannedCount when
+    passing the Limit-parameter
+  * DynamoDB: transact_write_items() now validates that Keys in
+    Update-queries are not empty
+  * IOT: create_thing()/describe_thing() now returns the thingId
+  * Logs: create_export_task() now actually exports the data to S3
+  * ResourceGroupsTaggingAPI: get_resources() now supports ACM
+    certificates
+- Moto 4.2.10
+  ## New Methods:
+  * CognitoIdentity: list_identity_pools()
+  ## Miscellaneous:
+  * Autoscaling: describe_tags() now supports the key/value filters
+  * CloudFormation: AWS::Logs::LogGroup now supports tags
+  * CloudWatch: get_metric_data() no longer throws an error when
+    supplying >10 queries
+  * CognitoIdentity: get_credentials_for_identity() now returns
+    Expiration as a number, fixing compatibility with the GoLang
+    SDK
+  * EFS: describe_access_points() now supports the
+    FileSystemId-parameter
+  * LakeFormation: list_permissions() now supports the
+    DataLocation-parameter
+  * LakeFormation: register_resource() now throws an exception when
+    registering an existing resource
+  * SQS: Ensure all responses are in JSON-format when required,
+    fixing compatibility with the Ruby SDK
+
+-------------------------------------------------------------------

Old:
----
  moto-4.2.9.tar.gz

New:
----
  moto-4.2.12.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-moto.spec ++++++
--- /var/tmp/diff_new_pack.JhBchu/_old  2024-01-03 12:30:42.216003878 +0100
+++ /var/tmp/diff_new_pack.JhBchu/_new  2024-01-03 12:30:42.216003878 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           python-moto
-Version:        4.2.9
+Version:        4.2.12
 Release:        0
 Summary:        Library to mock out tests based on AWS
 License:        Apache-2.0
@@ -65,8 +65,9 @@
 BuildRequires:  %{python_module jsondiff >= 1.1.2}
 BuildRequires:  %{python_module jsonpickle}
 BuildRequires:  %{python_module openapi-spec-validator >= 0.5.0}
-BuildRequires:  %{python_module py-partiql-parser >= 0.4.2}
+BuildRequires:  %{python_module py-partiql-parser >= 0.5}
 BuildRequires:  %{python_module pyparsing >= 3.0.7}
+BuildRequires:  %{python_module pytest-order}
 BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-dateutil >= 2.1 with 
%python-python-dateutil < 3}
@@ -96,7 +97,7 @@
 Requires:       python-jsondiff >= 1.1.2
 Requires:       python-moto = %{version}
 Requires:       python-openapi-spec-validator >= 0.5.0
-Requires:       python-py-partiql-parser >= 0.4.1
+Requires:       python-py-partiql-parser >= 0.5.0
 Requires:       python-pyparsing >= 3.0.7
 Requires:       python-python-jose
 Requires:       python-python-multipart
@@ -169,6 +170,9 @@
 donttest+=" or test_invoke_function_from_sqs_queue"
 donttest+=" or test_invoke_local_lambda_layers"
 donttest+=" or test_failed_job or test_failed_dependencies"
+donttest+=" or TestResponsesMockWithPassThru"
+# (?)
+python311_donttest=" or test_send_raw_email"
 # 32-bit platforms can't handle dates beyond 2038
 [ $(getconf LONG_BIT) -eq 32 ] && donttest+=" or 
test_list_pipelines_created_after"
 # see Makefile

++++++ moto-4.2.9.tar.gz -> moto-4.2.12.tar.gz ++++++
++++ 67406 lines of diff (skipped)

Reply via email to