Your message dated Mon, 14 Oct 2024 13:04:55 +0000
with message-id <[email protected]>
and subject line Bug#1084652: fixed in python-mimeparse 2.0.0-1
has caused the Debian Bug report #1084652,
regarding python-mimeparse FTBFS with Python 3.13
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 [email protected]
immediately.)


-- 
1084652: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084652
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-mimeparse
Version: 1.6.0-3
Severity: normal
User: [email protected]
Usertags: python3.13
Forwarded: https://github.com/falconry/python-mimeparse/issues/48

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 pybuild:308: cp mimeparse_test.py testdata.json 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mimeparse/build
I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mimeparse/build; python3.13 -m pytest 
============================= test session starts ==============================
platform linux -- Python 3.13.0rc2, pytest-8.3.3, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.3.0
collected 0 items / 1 error

==================================== ERRORS ====================================
__ ERROR collecting .pybuild/cpython3_3.13_mimeparse/build/mimeparse_test.py ___
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mimeparse/build/mimeparse_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
mimeparse_test.py:11: in <module>
    import mimeparse
mimeparse.py:1: in <module>
    import cgi
E   ModuleNotFoundError: No module named 'cgi'
=========================== short test summary info ============================
ERROR mimeparse_test.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.09s ===============================
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_mimeparse/build; python3.13 -m pytest 
I: pybuild pybuild:308: cp mimeparse_test.py testdata.json 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mimeparse/build
I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mimeparse/build; python3.12 -m pytest 
============================= test session starts ==============================
platform linux -- Python 3.12.6, pytest-8.3.3, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.3.0
collected 4 items

mimeparse_test.py ....                                                   [100%]

=============================== warnings summary ===============================
mimeparse.py:1
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mimeparse/build/mimeparse.py:1: 
DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
    import cgi

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
========================= 4 passed, 1 warning in 0.02s =========================
I: pybuild pybuild:334: rm -rf 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mimeparse/build/mimeparse_test.py 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_mimeparse/build/testdata.json
dh_auto_test: error: pybuild --test -i python{version} -p "3.13 3.12" returned 
exit code 13
make: *** [debian/rules:10: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2024-09-19T04:08:29Z


If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/785966/

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

--- End Message ---
--- Begin Message ---
Source: python-mimeparse
Source-Version: 2.0.0-1
Done: Alexandre Detiste <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-mimeparse, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexandre Detiste <[email protected]> (supplier of updated python-mimeparse 
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 [email protected])


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

Format: 1.8
Date: Mon, 14 Oct 2024 14:37:04 +0200
Source: python-mimeparse
Architecture: source
Version: 2.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 942482 1082232 1084652
Changes:
 python-mimeparse (2.0.0-1) unstable; urgency=medium
 .
   * New upstream version 2.0.0 (Closes: #1082232, #1084652)
   * Adopt package inside DPT (Closes: #942482)
   * Use dh-sequence-python3
   * Set Rules-Requires-Root: no
   * Add dep on pybuild-plugin-pyproject
 .
   [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.1.
   * d/control: Update Vcs-* fields with new Debian Python Team Salsa
     layout.
 .
   [ Debian Janitor ]
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
   * Update standards version to 4.5.0, no changes needed.
   * Bump debhelper from old 12 to 13.
   * Set upstream metadata fields: Repository-Browse.
   * Update standards version to 4.6.2, no changes needed.
Checksums-Sha1:
 c018e84fe4b11e2a0e2489287e89b4cdb3a88085 2204 python-mimeparse_2.0.0-1.dsc
 e09f43a1b5a3c8d8d8e1d26fb07498800021f628 7162 
python-mimeparse_2.0.0.orig.tar.gz
 98b1a44e08031607b2690e89b2205c5ed0264189 3464 
python-mimeparse_2.0.0-1.debian.tar.xz
 6a5441ffb82be7afb0055227ba0142f4a3dc9b11 8049 
python-mimeparse_2.0.0-1_source.buildinfo
Checksums-Sha256:
 58f57650211104f65547012c53f0952186b1d56b33a8eec571243fbd68169aae 2204 
python-mimeparse_2.0.0-1.dsc
 5b9a9dcf7aa82465e31bd667f5cb7000604811dce83554f1c8a43693a32cb303 7162 
python-mimeparse_2.0.0.orig.tar.gz
 068529fd22334ab37f3543d2cf5dde81864119dfe572485a6cfa8a9a9a23048f 3464 
python-mimeparse_2.0.0-1.debian.tar.xz
 a388c1633f730e7316951afeaca7a2b436ef35d30609547daf640d0e2abceeb4 8049 
python-mimeparse_2.0.0-1_source.buildinfo
Files:
 de86ce18d640803446ce32d11910acf1 2204 python optional 
python-mimeparse_2.0.0-1.dsc
 e3d6505e9af0629a15b4d56d7f34b2ef 7162 python optional 
python-mimeparse_2.0.0.orig.tar.gz
 b68678f2f5a47a4c8da88a912e872d73 3464 python optional 
python-mimeparse_2.0.0-1.debian.tar.xz
 18cbf008ad10dbcdc97f467712f5a4f3 8049 python optional 
python-mimeparse_2.0.0-1_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmcNFDYRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBodog/8CtyiRSjpEuOgtZRgeDKXFjnX3yV9AHUb
yilLbiArRIvl0iNStUVhn3LF3Rhs+nWh2HAIHiMRMwNXNbz/friRZrmAU8Qbj5NN
CtOvRAAuQithbjPj86mrRZTmNe5RsgIB+b0VLNbHLc+SjKzLiY6CfPagcvxAjOk1
fqF89ORqNegHugkZrPHUjWMtVMKFD9S7lJmF3gOsk2VAX8pZV0zOfElZOztCKDQY
AWGoJNfTvCrQNkoD3yAqU8xATdz+6Lo2idx4eyUIYI5KfqK2+o17wSDWCNtPKt16
UJWRzg2MaTT3bi7F1kVbQnQud2u4Tgav0b9nQDpYP/L1qVOg8kGdmxQPrcEr5sLt
izo/ko9zwHjLGiuqhhx64e0qL14Sdbjmkoic91R9lmLQq1Eg1uSPK+ZUabcweTtq
yluLsFFH2QAT1jPLkpNbopK8aTA9x9LuSe/ZVb6Qao+AZFHCz5nVL+WBMUgtT363
sm1cPzhgu8DniJ5/5wIulVj+ew3e3u8fEXEvRlvH7yIt8VUz4OTBl0JlRgY/Ef+O
Kgioeblf01+uCvr2PqEQWofhMlF/P4JbRRd8Zzg805wkpcTuJHfBptv/aDgj7mXR
rdL/KaORFUFqUITF/VFBrqCnWNamRCJcTkJg7sY/v6gYU7Gr2ZFbKvql/djDzizz
8U+3azDPmFo=
=N41Y
-----END PGP SIGNATURE-----

Attachment: pgpPTKyBFbD_1.pgp
Description: PGP signature


--- End Message ---

Reply via email to