Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-M2Crypto for openSUSE:Factory checked in at 2024-01-29 22:25:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-M2Crypto (Old) and /work/SRC/openSUSE:Factory/.python-M2Crypto.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-M2Crypto" Mon Jan 29 22:25:51 2024 rev:51 rq:1141318 version:0.40.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-M2Crypto/python-M2Crypto.changes 2024-01-05 22:59:34.958261592 +0100 +++ /work/SRC/openSUSE:Factory/.python-M2Crypto.new.1815/python-M2Crypto.changes 2024-01-29 22:25:54.490686392 +0100 @@ -1,0 +2,5 @@ +Wed Jan 24 17:00:29 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com> + +- Disable broken tests with openssl 3.2, bsc#1217782 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-M2Crypto.spec ++++++ --- /var/tmp/diff_new_pack.FA4EaN/_old 2024-01-29 22:25:55.058706980 +0100 +++ /var/tmp/diff_new_pack.FA4EaN/_new 2024-01-29 22:25:55.062707125 +0100 @@ -32,6 +32,7 @@ Patch0: 32bit_ASN1_Time.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing} BuildRequires: %{python_module wheel} @@ -94,7 +95,9 @@ %check %python_expand ls -l %{buildroot}%{$python_sitearch}/M2Crypto/*.so* export PYTEST_ADDOPTS="--import-mode=append" -%pyunittest_arch discover -v tests +# Ignore test_verify_with_static_callback that fails with openssl 3.2 +donttest="test_verify_with_static_callback" +%pytest_arch -k "not ($donttest)" tests %files %{python_files} %doc CHANGES LICENCE README.rst