Your message dated Fri, 11 Oct 2024 14:41:59 +0000
with message-id <[email protected]>
and subject line Bug#1082280: fixed in python-wadllib 2.0.0-1
has caused the Debian Bug report #1082280,
regarding python-wadllib 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.)


-- 
1082280: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082280
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-wadllib
Version: 1.3.6-5
Severity: normal
User: [email protected]
Usertags: python3.13
Forwarded: https://bugs.launchpad.net/wadllib/+bug/2069619

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_wadllib/build; 
python3.13 -m pytest --doctest-glob '*.rst'
============================= test session starts ==============================
platform linux -- Python 3.13.0rc2, pytest-8.3.3, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wadllib/build
configfile: pytest.ini
plugins: typeguard-4.3.0
collected 1 item

index.rst F                                                              [100%]

=================================== FAILURES ===================================
_____________________________ [doctest] index.rst ______________________________
563    ...     'wadllib.tests.data', 'multipart-binary-wadl.xml')
564    >>> cleanups.append(binary_stream)
565    >>> binary_wadl = Application(
566    ...     "http://www.example.com/";, binary_stream)
567    >>> service_root = binary_wadl.get_resource_by_path('')
568 
569 Define a helper that processes the representation the same way
570 zope.publisher would.
571 
572    >>> import cgi
UNEXPECTED EXCEPTION: ModuleNotFoundError("No module named 'cgi'")
Traceback (most recent call last):
  File "/usr/lib/python3.13/doctest.py", line 1395, in __run
    exec(compile(example.source, filename, "single",
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                 compileflags, True), test.globs)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<doctest index.rst[140]>", line 1, in <module>
ModuleNotFoundError: No module named 'cgi'
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wadllib/build/index.rst:572: 
UnexpectedException
=============================== warnings summary ===============================
../../../../../../usr/lib/python3.13/importlib/metadata/__init__.py:486
  /usr/lib/python3.13/importlib/metadata/__init__.py:486: DeprecationWarning: 
Implicit None on return values is deprecated and will raise KeyErrors.
    return self.metadata['Version']

wadllib/tests/test_docs.py:31
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wadllib/build/wadllib/tests/test_docs.py:31:
 DeprecationWarning: pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html
    import pkg_resources

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED index.rst::index.rst
======================== 1 failed, 2 warnings in 0.11s =========================
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_wadllib/build; python3.13 -m pytest 
--doctest-glob '*.rst'
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_wadllib/build; 
python3.12 -m pytest --doctest-glob '*.rst'
============================= test session starts ==============================
platform linux -- Python 3.12.6, pytest-8.3.3, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_wadllib/build
configfile: pytest.ini
plugins: typeguard-4.3.0
collected 1 item

index.rst .                                                              [100%]

=============================== warnings summary ===============================
../../../../../../usr/lib/python3.12/importlib/metadata/__init__.py:467
  /usr/lib/python3.12/importlib/metadata/__init__.py:467: DeprecationWarning: 
Implicit None on return values is deprecated and will raise KeyErrors.
    return self.metadata['Version']

wadllib/tests/test_docs.py:31
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_wadllib/build/wadllib/tests/test_docs.py:31:
 DeprecationWarning: pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html
    import pkg_resources

index.rst::index.rst
  <doctest index.rst[140]>:1: DeprecationWarning: 'cgi' is deprecated and 
slated for removal in Python 3.13

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================== 1 passed, 3 warnings in 0.11s =========================
dh_auto_test: error: pybuild --test -i python{version} -p "3.13 3.12" returned 
exit code 13
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2024-09-19T09:31:44Z


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

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-wadllib
Source-Version: 2.0.0-1
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-wadllib, 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.
Colin Watson <[email protected]> (supplier of updated python-wadllib 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: SHA256

Format: 1.8
Date: Fri, 11 Oct 2024 14:58:16 +0100
Source: python-wadllib
Architecture: source
Version: 2.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Stefano Rivera <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1082280 1083718
Changes:
 python-wadllib (2.0.0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release:
     - Port from pkg_resources to importlib.resources, and drop unused
       install-time requirement on setuptools (closes: #1083718).
     - Switch to multipart (closes: #1082280).
   * Temporarily vendor multipart 1.1 into debian/ due to
     https://pypi.org/project/python-multipart/ clashing with multipart's
     namespace.
   * Switch to autopkgtest-pkg-pybuild.
   * Use pybuild-plugin-pyproject.
Checksums-Sha1:
 ae8a9912bdea64b1f862a048871cee5cb546a6fb 2250 python-wadllib_2.0.0-1.dsc
 4ea5c30fc9fda92faecb487c4a228926b36f96ce 65960 python-wadllib_2.0.0.orig.tar.gz
 bf1de59f86fc8ce77d8f06d3c01202c42b497d8f 13500 
python-wadllib_2.0.0-1.debian.tar.xz
Checksums-Sha256:
 07b570f2068cfec6df458a5629183da78e417862f3bcb438c751d64f5e861e97 2250 
python-wadllib_2.0.0-1.dsc
 1edbaf23e4fa34fea70c9b380baa2a139b1086ae489ebcccc4b3b65fc9737427 65960 
python-wadllib_2.0.0.orig.tar.gz
 5c422d4488cd14a2eb7ac9822e546056d891ee58d6a5e0487a5dbd4070326dc0 13500 
python-wadllib_2.0.0-1.debian.tar.xz
Files:
 2a6bae38f13497a76a400b7d13e759a2 2250 python optional 
python-wadllib_2.0.0-1.dsc
 e951a5bb86c912fcf4bef29ccc3848f0 65960 python optional 
python-wadllib_2.0.0.orig.tar.gz
 9352f99c2c2e783b82ba6d8f239acd24 13500 python optional 
python-wadllib_2.0.0-1.debian.tar.xz

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

iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmcJL3oACgkQOTWH2X2G
UAuMxhAAoIHI033fEu5cGjsc/82f7fJfQc9xaJxtbEGKrKVJDHPiQwsBzXByluEr
Mo+Pf+pmuXxQDdbH8StpVU2503xkU9Lqaryi0RU0BkJUPexYP89jL/fzl52QXzIE
kR+fo25LB5D2DlXGfnf0PY9jar5VPD/0o9eCHQDk0jHydRzB+Joui03PmkQmErQG
xBd+rni4hZrC6PLXDf5ujDCMv+48OtiYWFhaMIl5ALJEAM96xtUFeLarWmVclGjd
0s4skt6ldmwCWfOYk235vtdpMv1Nahyi9rb8pKUJVJij1q/YRRVEfwoSGeYOo0uu
QzMMFRcMlPMb5DTBqMTYsAMReXqoJp6k6oQPeuOu23w2FNGBqCv/+tSf1h19TcL+
UXn5wOlw86twi+/22cxZm50xOfClT6OLEGqCCwQTmaDEWTelZ0WSFeT8Pza4YTM0
PMGVWjiMai+wJ4vKEObSZUUbnogYjHSdTvfRubP+xMZiDiJFKMwye8mM2tMv87jg
952zU9UcoV8SiSr6LwepgU0/JlP1NSPcTQLwwxHGzqgsm22VkX8PimpvtmK8vVVT
p4PIH63SiJG+9Ml2Zb4uH7ZYDt6U2zs4wCL0jy6n+jE9LwQLLxlZK5UPFopFFKT+
TvmFICO0BdH+YbNIFxq5huYKRSmmkx+I8Frxrd8OtjEIhyUGz80=
=qSJo
-----END PGP SIGNATURE-----

Attachment: pgpVR_iafe7Dn.pgp
Description: PGP signature


--- End Message ---

Reply via email to