Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-aws-sam-translator for
openSUSE:Factory checked in at 2023-09-07 21:14:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aws-sam-translator (Old)
and /work/SRC/openSUSE:Factory/.python-aws-sam-translator.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aws-sam-translator"
Thu Sep 7 21:14:02 2023 rev:22 rq:1109535 version:1.74.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-aws-sam-translator/python-aws-sam-translator.changes
2023-09-02 22:08:16.616601311 +0200
+++
/work/SRC/openSUSE:Factory/.python-aws-sam-translator.new.1766/python-aws-sam-translator.changes
2023-09-07 21:15:47.271840391 +0200
@@ -2 +2 @@
-Fri Sep 1 15:44:47 UTC 2023 - John Paul Adrian Glaubitz
<[email protected]>
+Thu Sep 7 11:31:24 UTC 2023 - John Paul Adrian Glaubitz
<[email protected]>
@@ -48 +48,8 @@
-- from version 1.71.0
+- Drop patch to skip network tests
+ * skip-tests-require-network.patch
+- Update and Rewrite skip list for failing tests
+
+-------------------------------------------------------------------
+Fri Sep 1 15:44:47 UTC 2023 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to version 1.71.0
Old:
----
serverless-application-model-1.71.0.tar.gz
skip-tests-require-network.patch
New:
----
serverless-application-model-1.74.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aws-sam-translator.spec ++++++
--- /var/tmp/diff_new_pack.MBRpmn/_old 2023-09-07 21:15:48.627888867 +0200
+++ /var/tmp/diff_new_pack.MBRpmn/_new 2023-09-07 21:15:48.627888867 +0200
@@ -27,13 +27,13 @@
%define skip_python2 1
%endif
Name: python-aws-sam-translator
-Version: 1.71.0
+Version: 1.74.0
Release: 0
Summary: AWS SAM template to AWS CloudFormation template translator
License: Apache-2.0
URL: https://github.com/awslabs/serverless-application-model
Source:
https://github.com/awslabs/serverless-application-model/archive/v%{version}.tar.gz#/serverless-application-model-%{version}.tar.gz
-Patch0: skip-tests-require-network.patch
+#Patch0: skip-tests-require-network.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -87,11 +87,16 @@
%if %{with test}
%check
export LANG=en_US.UTF8
-# test_is_service_supported_positive_4_ec2:
-# samtranslator/region_configuration.py:52: NoRegionFound
-# test_errors_13_error_definitionuri:
-# AssertionError: Expected 7 errors, found 9
-%pytest -k 'not (test_is_service_supported_positive_4_ec2 or
test_errors_13_error_definitionuri or test_py27_hash)'
+donttest="test_plugin_accepts_different_sar_client or
test_plugin_accepts_flags or"
+donttest="$donttest test_plugin_accepts_parameters or
test_plugin_default_values or"
+donttest="$donttest test_plugin_invalid_configuration_raises_exception or
test_plugin_must_setup_correct_name or"
+donttest="$donttest test_must_process_applications or
test_must_process_applications_validate or"
+donttest="$donttest test_process_invalid_applications or
test_process_invalid_applications_validate or"
+donttest="$donttest test_resolve_intrinsics or test_sar_service_calls or
test_sar_success_one_app or"
+donttest="$donttest test_sar_throttling_doesnt_stop_processing or
test_sleep_between_sar_checks or"
+donttest="$donttest test_unexpected_sar_error_stops_processing or
test_time_limit_exceeds_between_combined_sar_calls or"
+donttest="$donttest test_is_service_supported_positive_4_ec2"
+%pytest -k "not ($donttest)"
%endif
%post
++++++ serverless-application-model-1.71.0.tar.gz ->
serverless-application-model-1.74.0.tar.gz ++++++
++++ 420485 lines of diff (skipped)