Your message dated Wed, 16 Oct 2024 13:16:23 +0000
with message-id <e1t13t1-00dnn5...@fasolo.debian.org>
and subject line Bug#1081873: fixed in pymdown-extensions 10.11.2-1
has caused the Debian Bug report #1081873,
regarding pymdown-extensions: FTBFS: E AssertionError: False is not true
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1081873: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081873
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pymdown-extensions
Version: 10.9-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation --wheel 
--outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx
* Building wheel...
Successfully built pymdown_extensions-10.9-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build; 
python3.12 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.12.6, pytest-8.3.2, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build
configfile: pyproject.toml
plugins: typeguard-4.3.0
collected 533 items

tests/test_extensions/test_arithmatex.py ..........                      [  1%]
tests/test_extensions/test_b64.py .....                                  [  2%]
tests/test_extensions/test_betterem.py ......                            [  3%]
tests/test_extensions/test_blocks/test_admonitions.py ............       [  6%]
tests/test_extensions/test_blocks/test_definition.py .....               [  7%]
tests/test_extensions/test_blocks/test_details.py ...........            [  9%]
tests/test_extensions/test_blocks/test_general_blocks.py ............... [ 12%]
.....................                                                    [ 15%]
tests/test_extensions/test_blocks/test_html.py ................          [ 18%]
tests/test_extensions/test_blocks/test_legacy_tab.py ........            [ 20%]
tests/test_extensions/test_blocks/test_tab.py ...........                [ 22%]
tests/test_extensions/test_details.py ...............                    [ 25%]
tests/test_extensions/test_emoji.py ..                                   [ 25%]
tests/test_extensions/test_escapeall.py ....                             [ 26%]
tests/test_extensions/test_highlight.py ..............................   [ 32%]
tests/test_extensions/test_inlinehilite.py .....................         [ 36%]
tests/test_extensions/test_keys.py .                                     [ 36%]
tests/test_extensions/test_legacy_slugs.py ......                        [ 37%]
tests/test_extensions/test_magiclink.py ............................     [ 42%]
tests/test_extensions/test_pathconverter.py ............................ [ 47%]
...............F.                                                        [ 51%]
tests/test_extensions/test_saneheaders.py ..........                     [ 52%]
tests/test_extensions/test_slugs.py ........                             [ 54%]
tests/test_extensions/test_smartsymbols.py ...........                   [ 56%]
tests/test_extensions/test_snippets.py ................................. [ 62%]
..................                                                       [ 66%]
tests/test_extensions/test_striphmtl.py .                                [ 66%]
tests/test_extensions/test_superfences.py .............................. [ 71%]
............................                                             [ 77%]
tests/test_extensions/test_tabbed.py .....................               [ 81%]
tests/test_extensions/test_tabbed_alternate.py .....................     [ 84%]
tests/test_syntax.py ................................................... [ 94%]
............                                                             [ 96%]
tests/test_targeted.py .............                                     [ 99%]
tests/test_versions.py ....                                              [100%]

=================================== FAILURES ===================================
____________ TestWindowsAbsFileScheme.test_windows_root_conversion _____________

self = <tests.test_extensions.test_pathconverter.TestWindowsAbsFileScheme 
testMethod=test_windows_root_conversion>

    def test_windows_root_conversion(self):
        """Test Windows c:/ Conversion."""
        if util.is_win():
            self.check_markdown(
                r'![picture](./extensions/_assets/bg.png)',
                r'<p><img alt="picture" 
src="file:///C:/Some/fake/path/extensions/_assets/bg.png" /></p>'
            )
        else:
          self.check_markdown(
                r'![picture](./extensions/_assets/bg.png)',
                r'<p><img alt="picture" 
src="file:///C%3A/Some/fake/path/extensions/_assets/bg.png" /></p>'
            )

tests/test_extensions/test_pathconverter.py:344:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/util.py:91: in check_markdown
    self.assertTrue(not diff)
E   AssertionError: False is not true
----------------------------- Captured stdout call -----------------------------
--- Expected
+++ Actual
@@ -1 +1 @@
-<p><img alt="picture" src="file:///C%3A/Some/fake/path/extensions/_assets/bg.png" /></p>+<p><img 
alt="picture" src="file:C%3A/Some/fake/path/extensions/_assets/bg.png" /></p>
=========================== short test summary info ============================
FAILED 
tests/test_extensions/test_pathconverter.py::TestWindowsAbsFileScheme::test_windows_root_conversion
======================== 1 failed, 532 passed in 2.93s =========================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build; python3.12 -m pytest 
tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.12 
returned exit code 13
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202409/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: pymdown-extensions
Source-Version: 10.11.2-1
Done: Alexandre Detiste <tc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pymdown-extensions, 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 1081...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexandre Detiste <tc...@debian.org> (supplier of updated pymdown-extensions 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 16 Oct 2024 14:17:25 +0200
Source: pymdown-extensions
Architecture: source
Version: 10.11.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>,
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1081873
Changes:
 pymdown-extensions (10.11.2-1) unstable; urgency=medium
 .
   * New upstream version 10.11.2 (Closes: #1081873)
Checksums-Sha1:
 a38efc7d7709bf7d3d122d1e8069b03c21f95a4b 2394 pymdown-extensions_10.11.2-1.dsc
 b875d80fcf060fdc5854182da18f39b4193462aa 1113803 
pymdown-extensions_10.11.2.orig.tar.gz
 a9b489678416b24a975bb7cfa0d8b3c38520cf8d 4312 
pymdown-extensions_10.11.2-1.debian.tar.xz
 3f73426168fffb067efd6efda16d447ebe878e56 8290 
pymdown-extensions_10.11.2-1_source.buildinfo
Checksums-Sha256:
 46c68f6663779e46a77cf1f488242a34f51a4fae934e9b5d9a4a50a0510ec721 2394 
pymdown-extensions_10.11.2-1.dsc
 6b75892ec70e2ef428901e7fb323010677e46605173da51ee8442fcf5bf3065f 1113803 
pymdown-extensions_10.11.2.orig.tar.gz
 b11b4b177700304249f9112ed1a186a49a8db3adfdb7b068799bb59879499516 4312 
pymdown-extensions_10.11.2-1.debian.tar.xz
 13a330f0bda71def83705c264ad48090569269c88b77b31c82867bc6a96d74c5 8290 
pymdown-extensions_10.11.2-1_source.buildinfo
Files:
 1a30f430c24c4b336ff1d26dad06e9ff 2394 python optional 
pymdown-extensions_10.11.2-1.dsc
 5ca8b8864709bf8bb76b3341c292b9b5 1113803 python optional 
pymdown-extensions_10.11.2.orig.tar.gz
 4e207fae701ee4407d9fe50441ee7d5c 4312 python optional 
pymdown-extensions_10.11.2-1.debian.tar.xz
 228cc54a198c8c8bb9b7f7bf71e04583 8290 python optional 
pymdown-extensions_10.11.2-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmcPsqoRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBqThA//X6uZChTLTyPpgL32ig8DO2yYsG12ZXaJ
jGT8EfMg9Ms4E9U40InLkr7btsohWnENnnkwwSh53hFpgZzsgBjDhxr+iyNCqJha
iRJOSFkNMnIY7ppqJRRWNwEC5/pOgsXaFfNQkntw+3wamxcpCLpVkpkTnJ/K2OC8
wl/k5vZbcmewXWMtdNHJJ2nHazeyFV/HWSIudU/TutxYNAtK6BclM07Ve7N254ra
kjbNCAGOnYMEmNOMXpxZnBZeIoAHYxmLg6rGnT2zPY59RR5X9XZ4OxjT4ve7fN2T
iRfLUlPbgitHn87moSOsw2lUf90zMHkxkPxYxxoaOKa2KeaGIQSI5sTZAaqgYZSs
dceneFIwZa+/bCvtxhdwqDLd+g6ou1oWhQZDQRHnqJ1IZtsVHq8kKDjmQMZLTJYG
YFGzdJ6ad6d17CGYrvwVkOfI1ndl+f59FOliJ2PTI9/jxivbfEogesB/LAD0qYeP
6628rE/jUgtesaHeSVW5qGHFtiWJxyMamsFAI1MV1STy56qrpDav7wecRY0cGZcI
X1fgFiIrb36PrF/OGN/73IkV0YkvnVRcz/fN6vA5gM8/hMM9hM0GA5T2l93W+oxz
xEed0chdHhSldvbpKNlupdeDtPa8Umc3i219Q0bw78xixOOJq+C2+x+qOpaHWvS+
cGqaMtLXgKY=
=ue1v
-----END PGP SIGNATURE-----

Attachment: pgpFWF0qDIw6w.pgp
Description: PGP signature


--- End Message ---

Reply via email to