Package: src:python-parameterized; Maintainer for src:python-parameterized is Debian Python Team <team+python@tracker.debian.org>;
Reported by: Stefano Rivera <stefanor@debian.org>
Date: Thu, 19 Sep 2024 13:33:01 UTC
Severity: serious
Found in version python-parameterized/0.9.0-1
Fixed in version python-parameterized/0.9.0-2
Done: Colin Watson <cjwatson@debian.org>
Forwarded to https://github.com/wolever/parameterized/pull/176
Reply or subscribe to this bug.
View this report as an mbox folder, status mbox, maintainer mbox
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian Python Team <team+python@tracker.debian.org>
:
Bug#1082239
; Package src:python-parameterized
.
(Thu, 19 Sep 2024 13:33:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Stefano Rivera <stefanor@debian.org>
:
New Bug report received and forwarded. Copy sent to Debian Python Team <team+python@tracker.debian.org>
.
(Thu, 19 Sep 2024 13:33:02 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Source: python-parameterized Version: 0.9.0-1 Severity: normal User: debian-python@lists.debian.org Usertags: python3.13 Forwarded: https://github.com/wolever/parameterized/pull/176 This package failed build from source when test-built against a version of python3-defaults that includes 3.13 as a supported version. To reproduce this issue, build against python3-defaults (python3-all-dev etc.) from Debian experimental. What's new in Python 3.13: https://docs.python.org/3.13/whatsnew/3.13.html Log snippet: dh_auto_test -O--buildsystem=pybuild I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_parameterized/build; python3.13 -m unittest discover -v test_one_async_function_0 (parameterized.test.TestAsyncParameterizedExpandWithNoMockPatchForClass.test_one_async_function_0) ... ok test_one_async_function_1_foo0 (parameterized.test.TestAsyncParameterizedExpandWithNoMockPatchForClass.test_one_async_function_1_foo0) ... ok test_one_async_function_2_foo1 (parameterized.test.TestAsyncParameterizedExpandWithNoMockPatchForClass.test_one_async_function_2_foo1) ... ok test_one_async_function_patch_decorator_0 (parameterized.test.TestAsyncParameterizedExpandWithNoMockPatchForClass.test_one_async_function_patch_decorator_0) ... ok test_one_async_function_patch_decorator_1_foo0 (parameterized.test.TestAsyncParameterizedExpandWithNoMockPatchForClass.test_one_async_function_patch_decorator_1_foo0) ... ok test_one_async_function_patch_decorator_2_foo1 (parameterized.test.TestAsyncParameterizedExpandWithNoMockPatchForClass.test_one_async_function_patch_decorator_2_foo1) ... ok test_method (parameterized.test.TestNamedParameterizedClass_custom_func_1.test_method) ... ok test_method (parameterized.test.TestNamedParameterizedClass_custom_func_2.test_method) ... ok test_on_TestCase2_custom_name_123 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase2_custom_name_123) ... ok test_on_TestCase2_custom_name_42 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase2_custom_name_42) ... ok test_on_TestCase2_custom_name_b_bar_ (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase2_custom_name_b_bar_) ... ok test_on_TestCase2_custom_name_foo0 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase2_custom_name_foo0) ... ok test_on_TestCase2_custom_name_foo1 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase2_custom_name_foo1) ... ok test_on_TestCase2_custom_name_foo2 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase2_custom_name_foo2) ... ok test_on_TestCase_0 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase_0) ... ok test_on_TestCase_1_foo0 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase_1_foo0) ... ok test_on_TestCase_2 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase_2) ... ok test_on_TestCase_3 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase_3) ... ok test_on_TestCase_4_foo1 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase_4_foo1) ... ok test_on_TestCase_5_foo2 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase_5_foo2) ... ok test_method (parameterized.test.TestParameterizedClassDict_0.test_method) ... ok test_method (parameterized.test.TestParameterizedClassDict_1_some_stuff.test_method) ... ok test_method (parameterized.test.TestParameterizedClassDict_2_some_name.test_method) ... ok testCamelCaseMethodC (parameterized.test.TestParameterizedClass_0_foo.testCamelCaseMethodC) ... ok test_method_a (parameterized.test.TestParameterizedClass_0_foo.test_method_a) ... ok test_method_b (parameterized.test.TestParameterizedClass_0_foo.test_method_b) ... ok testCamelCaseMethodC (parameterized.test.TestParameterizedClass_1.testCamelCaseMethodC) ... ok test_method_a (parameterized.test.TestParameterizedClass_1.test_method_a) ... ok test_method_b (parameterized.test.TestParameterizedClass_1.test_method_b) ... ok test_custom_doc_func_0_foo (parameterized.test.TestParameterizedExpandDocstring.test_custom_doc_func_0_foo) stuff ... ok test_default_values_get_correct_value_0_foo (parameterized.test.TestParameterizedExpandDocstring.test_default_values_get_correct_value_0_foo) Documentation [with foo='foo', bar=12] ... ok test_empty_docstring_0_foo (parameterized.test.TestParameterizedExpandDocstring.test_empty_docstring_0_foo) [with foo='foo'] ... ok test_multiline_documentation_0_foo (parameterized.test.TestParameterizedExpandDocstring.test_multiline_documentation_0_foo) Documentation [with foo='foo']. ... FAIL test_single_line_docstring_0_foo (parameterized.test.TestParameterizedExpandDocstring.test_single_line_docstring_0_foo) Documentation [with foo='foo']. ... ok test_unicode_docstring_0_foo (parameterized.test.TestParameterizedExpandDocstring.test_unicode_docstring_0_foo) Döcumentation [with foo='foo']. ... ok test_with_leading_newline_0_foo (parameterized.test.TestParameterizedExpandDocstring.test_with_leading_newline_0_foo) Documentation [with foo='foo', bar=12] ... ok test_multiple_function_patch_decorator_0 (parameterized.test.TestParameterizedExpandWithMockPatchForClass.test_multiple_function_patch_decorator_0) ... ok test_multiple_function_patch_decorator_1_foo0 (parameterized.test.TestParameterizedExpandWithMockPatchForClass.test_multiple_function_patch_decorator_1_foo0) ... ok test_multiple_function_patch_decorator_2_foo1 (parameterized.test.TestParameterizedExpandWithMockPatchForClass.test_multiple_function_patch_decorator_2_foo1) ... ok test_one_function_patch_decorator_0 (parameterized.test.TestParameterizedExpandWithMockPatchForClass.test_one_function_patch_decorator_0) ... ok test_one_function_patch_decorator_1_foo0 (parameterized.test.TestParameterizedExpandWithMockPatchForClass.test_one_function_patch_decorator_1_foo0) ... ok test_one_function_patch_decorator_2_foo1 (parameterized.test.TestParameterizedExpandWithMockPatchForClass.test_one_function_patch_decorator_2_foo1) ... ok test_mock_patch_multiple_expand_on_class_0 (parameterized.test.TestParameterizedExpandWithMockPatchMultiple.test_mock_patch_multiple_expand_on_class_0) ... ok test_mock_patch_multiple_expand_on_method_0 (parameterized.test.TestParameterizedExpandWithMockPatchMultiple.test_mock_patch_multiple_expand_on_method_0) ... ok test_multiple_function_patch_decorator_0 (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_multiple_function_patch_decorator_0) ... ok test_multiple_function_patch_decorator_1_foo0 (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_multiple_function_patch_decorator_1_foo0) ... ok test_multiple_function_patch_decorator_2_foo1 (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_multiple_function_patch_decorator_2_foo1) ... ok test_one_function_patch_decorator_0 (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_one_function_patch_decorator_0) ... ok test_one_function_patch_decorator_1_foo0 (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_one_function_patch_decorator_1_foo0) ... ok test_one_function_patch_decorator_2_foo1 (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_one_function_patch_decorator_2_foo1) ... ok test_patch_decorator_over_test_with_error_0_foo_this (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_patch_decorator_over_test_with_error_0_foo_this) ... ok test_patch_decorator_over_test_with_error_1_foo_that (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_patch_decorator_over_test_with_error_1_foo_that) ... ok ====================================================================== FAIL: test_multiline_documentation_0_foo (parameterized.test.TestParameterizedExpandDocstring.test_multiline_documentation_0_foo) Documentation [with foo='foo']. ---------------------------------------------------------------------- Traceback (most recent call last): File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_parameterized/build/parameterized/parameterized.py", line 620, in standalone_func return func(*(a + p.args), **p.kwargs, **kw) File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_parameterized/build/parameterized/test.py", line 411, in test_multiline_documentation self._assert_docstring( ~~~~~~~~~~~~~~~~~~~~~~^ "Documentation [with foo=%r].\n\n" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ " More" %(foo, ) ^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_parameterized/build/parameterized/test.py", line 388, in _assert_docstring assert_equal(actual_docstring, expected_docstring) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_parameterized/build/parameterized/test.py", line 12, in assert_equal return TestCase().assertEqual(*args, **kwds) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ AssertionError: "Documentation [with foo='foo'].\n\nMore" != "Documentation [with foo='foo'].\n\n More" Documentation [with foo='foo']. - More + More ---------------------------------------------------------------------- Ran 52 tests in 0.032s FAILED (failures=1) E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_parameterized/build; python3.13 -m unittest discover -v I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_parameterized/build; python3.12 -m unittest discover -v test_one_async_function_0 (parameterized.test.TestAsyncParameterizedExpandWithNoMockPatchForClass.test_one_async_function_0) ... ok test_one_async_function_1_foo0 (parameterized.test.TestAsyncParameterizedExpandWithNoMockPatchForClass.test_one_async_function_1_foo0) ... ok test_one_async_function_2_foo1 (parameterized.test.TestAsyncParameterizedExpandWithNoMockPatchForClass.test_one_async_function_2_foo1) ... ok test_one_async_function_patch_decorator_0 (parameterized.test.TestAsyncParameterizedExpandWithNoMockPatchForClass.test_one_async_function_patch_decorator_0) ... ok test_one_async_function_patch_decorator_1_foo0 (parameterized.test.TestAsyncParameterizedExpandWithNoMockPatchForClass.test_one_async_function_patch_decorator_1_foo0) ... ok test_one_async_function_patch_decorator_2_foo1 (parameterized.test.TestAsyncParameterizedExpandWithNoMockPatchForClass.test_one_async_function_patch_decorator_2_foo1) ... ok test_method (parameterized.test.TestNamedParameterizedClass_custom_func_1.test_method) ... ok test_method (parameterized.test.TestNamedParameterizedClass_custom_func_2.test_method) ... ok test_on_TestCase2_custom_name_123 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase2_custom_name_123) ... ok test_on_TestCase2_custom_name_42 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase2_custom_name_42) ... ok test_on_TestCase2_custom_name_b_bar_ (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase2_custom_name_b_bar_) ... ok test_on_TestCase2_custom_name_foo0 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase2_custom_name_foo0) ... ok test_on_TestCase2_custom_name_foo1 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase2_custom_name_foo1) ... ok test_on_TestCase2_custom_name_foo2 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase2_custom_name_foo2) ... ok test_on_TestCase_0 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase_0) ... ok test_on_TestCase_1_foo0 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase_1_foo0) ... ok test_on_TestCase_2 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase_2) ... ok test_on_TestCase_3 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase_3) ... ok test_on_TestCase_4_foo1 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase_4_foo1) ... ok test_on_TestCase_5_foo2 (parameterized.test.TestParamerizedOnTestCase.test_on_TestCase_5_foo2) ... ok test_method (parameterized.test.TestParameterizedClassDict_0.test_method) ... ok test_method (parameterized.test.TestParameterizedClassDict_1_some_stuff.test_method) ... ok test_method (parameterized.test.TestParameterizedClassDict_2_some_name.test_method) ... ok testCamelCaseMethodC (parameterized.test.TestParameterizedClass_0_foo.testCamelCaseMethodC) ... ok test_method_a (parameterized.test.TestParameterizedClass_0_foo.test_method_a) ... ok test_method_b (parameterized.test.TestParameterizedClass_0_foo.test_method_b) ... ok testCamelCaseMethodC (parameterized.test.TestParameterizedClass_1.testCamelCaseMethodC) ... ok test_method_a (parameterized.test.TestParameterizedClass_1.test_method_a) ... ok test_method_b (parameterized.test.TestParameterizedClass_1.test_method_b) ... ok test_custom_doc_func_0_foo (parameterized.test.TestParameterizedExpandDocstring.test_custom_doc_func_0_foo) stuff ... ok test_default_values_get_correct_value_0_foo (parameterized.test.TestParameterizedExpandDocstring.test_default_values_get_correct_value_0_foo) Documentation [with foo='foo', bar=12] ... ok test_empty_docstring_0_foo (parameterized.test.TestParameterizedExpandDocstring.test_empty_docstring_0_foo) [with foo='foo'] ... ok test_multiline_documentation_0_foo (parameterized.test.TestParameterizedExpandDocstring.test_multiline_documentation_0_foo) Documentation [with foo='foo']. ... ok test_single_line_docstring_0_foo (parameterized.test.TestParameterizedExpandDocstring.test_single_line_docstring_0_foo) Documentation [with foo='foo']. ... ok test_unicode_docstring_0_foo (parameterized.test.TestParameterizedExpandDocstring.test_unicode_docstring_0_foo) Döcumentation [with foo='foo']. ... ok test_with_leading_newline_0_foo (parameterized.test.TestParameterizedExpandDocstring.test_with_leading_newline_0_foo) Documentation [with foo='foo', bar=12] ... ok test_multiple_function_patch_decorator_0 (parameterized.test.TestParameterizedExpandWithMockPatchForClass.test_multiple_function_patch_decorator_0) ... ok test_multiple_function_patch_decorator_1_foo0 (parameterized.test.TestParameterizedExpandWithMockPatchForClass.test_multiple_function_patch_decorator_1_foo0) ... ok test_multiple_function_patch_decorator_2_foo1 (parameterized.test.TestParameterizedExpandWithMockPatchForClass.test_multiple_function_patch_decorator_2_foo1) ... ok test_one_function_patch_decorator_0 (parameterized.test.TestParameterizedExpandWithMockPatchForClass.test_one_function_patch_decorator_0) ... ok test_one_function_patch_decorator_1_foo0 (parameterized.test.TestParameterizedExpandWithMockPatchForClass.test_one_function_patch_decorator_1_foo0) ... ok test_one_function_patch_decorator_2_foo1 (parameterized.test.TestParameterizedExpandWithMockPatchForClass.test_one_function_patch_decorator_2_foo1) ... ok test_mock_patch_multiple_expand_on_class_0 (parameterized.test.TestParameterizedExpandWithMockPatchMultiple.test_mock_patch_multiple_expand_on_class_0) ... ok test_mock_patch_multiple_expand_on_method_0 (parameterized.test.TestParameterizedExpandWithMockPatchMultiple.test_mock_patch_multiple_expand_on_method_0) ... ok test_multiple_function_patch_decorator_0 (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_multiple_function_patch_decorator_0) ... ok test_multiple_function_patch_decorator_1_foo0 (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_multiple_function_patch_decorator_1_foo0) ... ok test_multiple_function_patch_decorator_2_foo1 (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_multiple_function_patch_decorator_2_foo1) ... ok test_one_function_patch_decorator_0 (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_one_function_patch_decorator_0) ... ok test_one_function_patch_decorator_1_foo0 (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_one_function_patch_decorator_1_foo0) ... ok test_one_function_patch_decorator_2_foo1 (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_one_function_patch_decorator_2_foo1) ... ok test_patch_decorator_over_test_with_error_0_foo_this (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_patch_decorator_over_test_with_error_0_foo_this) ... ok test_patch_decorator_over_test_with_error_1_foo_that (parameterized.test.TestParameterizedExpandWithNoMockPatchForClass.test_patch_decorator_over_test_with_error_1_foo_that) ... ok ---------------------------------------------------------------------- Ran 52 tests in 0.025s OK dh_auto_test: error: pybuild --test -i python{version} -p "3.13 3.12" returned exit code 13 make: *** [debian/rules:9: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 -------------------------------------------------------------------------------- Build finished at 2024-09-19T05:32:14Z If required, the full build log is available here (for the next 30 days): https://debusine.debian.net/artifact/787034/ This bug has been filed at "normal" severity, as we haven't started the transition to add 3.13 as a supported version, yet. This will be raised to RC as soon as that happens, hopefully well before trixie. Thanks, Stefano
Message sent on
to Stefano Rivera <stefanor@debian.org>
:
Bug#1082239.
(Tue, 05 Nov 2024 12:51:02 GMT) (full text, mbox, link).
Message #8 received at 1082239-submitter@bugs.debian.org (full text, mbox, reply):
Control: tag -1 pending Hello, Bug #1082239 in python-parameterized reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/python-team/packages/python-parameterized/-/commit/0361e24c4329200b93615086e5f3c06d35e9a396 ------------------------------------------------------------------------ Fix tests to handle Python 3.13 stripping indents from docstrings Closes: #1082239 ------------------------------------------------------------------------ (this message was generated automatically) -- Greetings https://bugs.debian.org/1082239
Added tag(s) pending.
Request was from Colin Watson <cjwatson@debian.org>
to 1082239-submitter@bugs.debian.org
.
(Tue, 05 Nov 2024 12:51:02 GMT) (full text, mbox, link).
Reply sent
to Colin Watson <cjwatson@debian.org>
:
You have taken responsibility.
(Tue, 05 Nov 2024 13:09:02 GMT) (full text, mbox, link).
Notification sent
to Stefano Rivera <stefanor@debian.org>
:
Bug acknowledged by developer.
(Tue, 05 Nov 2024 13:09:02 GMT) (full text, mbox, link).
Message #15 received at 1082239-close@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Source: python-parameterized Source-Version: 0.9.0-2 Done: Colin Watson <cjwatson@debian.org> We believe that the bug you reported is fixed in the latest version of python-parameterized, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1082239@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Colin Watson <cjwatson@debian.org> (supplier of updated python-parameterized package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 05 Nov 2024 12:45:28 +0000 Source: python-parameterized Architecture: source Version: 0.9.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Team <team+python@tracker.debian.org> Changed-By: Colin Watson <cjwatson@debian.org> Closes: 1082239 Changes: python-parameterized (0.9.0-2) unstable; urgency=medium . * Team upload. * Fix tests to handle Python 3.13 stripping indents from docstrings (closes: #1082239). Checksums-Sha1: 40e001e42d5d14f2030df43017e493890d90875d 2355 python-parameterized_0.9.0-2.dsc 209aac05a9f54f2058118cad1595931e41c604d0 8120 python-parameterized_0.9.0-2.debian.tar.xz Checksums-Sha256: 1253fc3bcdf6ac5c0b20c6c90a25f4aa82ac5c59f04e22907646cf3a8a3c9c82 2355 python-parameterized_0.9.0-2.dsc 931ec188ff596b08c116953b07dcc902fef9237e71dfcf30b33ba7df174cf942 8120 python-parameterized_0.9.0-2.debian.tar.xz Files: 174019bab8544bfd3e6d725406724f2d 2355 python optional python-parameterized_0.9.0-2.dsc e350d44faaa77646a1d8886a657c74dd 8120 python optional python-parameterized_0.9.0-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmcqE7IACgkQOTWH2X2G UAu+gw//dovwdF0iYus/KHZb2L/GHsSLQFhCLLXVc05ZktbK+iwR2M8k7KKlYdNM gp7Vc/+z9FnKv+S86UJXGCg9+dq81CPafHMM4m0GPrTB+ebr4Xh54i4+NZR5s4nL D4h6sxQPG6hlm3Rc8j0rUFlKpl/Ijk38IYEsJpziWKN7IYGLvjY6wrDpIGkTmP9p rrk4oAwZsKHaWNtCK/yfC4AZoTYlJL7OVN1me3+W0bQUQ3hDAlXUicSBl278qxW1 5YADULv+mxXvfoNgGHf6qUoa8x5OtFJxCGbkY9+nafxcgKyukX7hSG6FYICGU3sa lQsj38Cl1C/sQ1W4T1MSk/jbtgjXw4GuGywi/V4ABmLJoaLkALSpd2/A3lDO8Hys rH49Rk39Zt5+CWqBC8M89zlb+cOYWWZEsrPQCtfaSfUebVbk8y1tbe5bRgCCR+1Q 0iL10UPZ99f9qMr0lxAEaOCXgSI4RjHEuG5NFkCol0//0NXjL9Ki4I956+X3EoBB fk68IGqmJ/T+7iprbMOhVKgbTrpeVqoHtIGhxI/+9lbYDBrs+xdswNUkHUMzJ6WI PTE+HBR3n5Q6p4CUvYNHYplv7KOCBcR+d+XJ12bZObMGyDaUw+6fk2qj/SrwjW90 pWA8IQPA3Krh/2s6+bLezK535TTmozSrhgsRGp7Zis04SpshUgo= =/8Uv -----END PGP SIGNATURE-----
[Message part 2 (application/pgp-signature, inline)]
Severity set to 'serious' from 'normal'
Request was from Stefano Rivera <stefanor@debian.org>
to control@bugs.debian.org
.
(Wed, 13 Nov 2024 09:45:19 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.