Your message dated Thu, 05 Jan 2023 19:53:01 +0000
with message-id <e1pdwip-0095dl...@fasolo.debian.org>
and subject line Bug#1027511: fixed in mkdocstrings 0.19.1-1
has caused the Debian Bug report #1027511,
regarding mkdocstrings: FTBFS: ImportError: cannot import name 'LegacyVersion' 
from 'packaging.version' (/usr/lib/python3/dist-packages/packaging/version.py)
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.)


-- 
1027511: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027511
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mkdocstrings
Version: 0.19.0-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230101 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3 --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:107: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:240: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mkdocstrings 
> * Building wheel...
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/pep517/wrappers.py", line 319, in 
> _call_hook
>     raise BackendUnavailable(data.get('traceback', ''))
> pep517.wrappers.BackendUnavailable: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/pep517/in_process/_in_process.py", 
> line 77, in _build_backend
>     obj = import_module(mod_path)
>           ^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 940, in exec_module
>   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/pdm/pep517/api.py", line 10, in 
> <module>
>     from pdm.pep517.editable import EditableBuilder
>   File "/usr/lib/python3/dist-packages/pdm/pep517/editable.py", line 13, in 
> <module>
>     from pdm.pep517.wheel import WheelBuilder
>   File "/usr/lib/python3/dist-packages/pdm/pep517/wheel.py", line 24, in 
> <module>
>     from pdm.pep517.base import Builder
>   File "/usr/lib/python3/dist-packages/pdm/pep517/base.py", line 12, in 
> <module>
>     from pdm.pep517.metadata import Metadata
>   File "/usr/lib/python3/dist-packages/pdm/pep517/metadata.py", line 20, in 
> <module>
>     from pdm.pep517.version import DynamicVersion
>   File "/usr/lib/python3/dist-packages/pdm/pep517/version.py", line 10, in 
> <module>
>     from pdm.pep517.scm import get_version_from_scm
>   File "/usr/lib/python3/dist-packages/pdm/pep517/scm.py", line 17, in 
> <module>
>     from packaging.version import LegacyVersion, Version
> ImportError: cannot import name 'LegacyVersion' from 'packaging.version' 
> (/usr/lib/python3/dist-packages/packaging/version.py)
> 
> ERROR Backend 'pdm.pep517.api' is not available.
> E: pybuild pybuild:388: build: plugin pyproject failed with: exit code=1: 
> python3.11 -m build --skip-dependency-check --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_mkdocstrings 
> I: pybuild plugin_pyproject:107: Building wheel for python3.10 with "build" 
> module
> I: pybuild base:240: python3.10 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_mkdocstrings 
> * Building wheel...
> 
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/pep517/wrappers.py", line 319, in 
> _call_hook
>     raise BackendUnavailable(data.get('traceback', ''))
> pep517.wrappers.BackendUnavailable: Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/pep517/in_process/_in_process.py", 
> line 77, in _build_backend
>     obj = import_module(mod_path)
>   File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>   File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
>   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
>   File "/usr/lib/python3/dist-packages/pdm/pep517/api.py", line 10, in 
> <module>
>     from pdm.pep517.editable import EditableBuilder
>   File "/usr/lib/python3/dist-packages/pdm/pep517/editable.py", line 13, in 
> <module>
>     from pdm.pep517.wheel import WheelBuilder
>   File "/usr/lib/python3/dist-packages/pdm/pep517/wheel.py", line 24, in 
> <module>
>     from pdm.pep517.base import Builder
>   File "/usr/lib/python3/dist-packages/pdm/pep517/base.py", line 12, in 
> <module>
>     from pdm.pep517.metadata import Metadata
>   File "/usr/lib/python3/dist-packages/pdm/pep517/metadata.py", line 20, in 
> <module>
>     from pdm.pep517.version import DynamicVersion
>   File "/usr/lib/python3/dist-packages/pdm/pep517/version.py", line 10, in 
> <module>
>     from pdm.pep517.scm import get_version_from_scm
>   File "/usr/lib/python3/dist-packages/pdm/pep517/scm.py", line 17, in 
> <module>
>     from packaging.version import LegacyVersion, Version
> ImportError: cannot import name 'LegacyVersion' from 'packaging.version' 
> (/usr/lib/python3/dist-packages/packaging/version.py)
> 
> ERROR Backend 'pdm.pep517.api' is not available.
> E: pybuild pybuild:388: build: plugin pyproject failed with: exit code=1: 
> python3.10 -m build --skip-dependency-check --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_mkdocstrings 
> dh_auto_build: error: pybuild --build -i python{version} -p "3.11 3.10" 
> returned exit code 13
> make: *** [debian/rules:16: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/01/01/mkdocstrings_0.19.0-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230101;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230101&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: mkdocstrings
Source-Version: 0.19.1-1
Done: Carsten Schoenert <c.schoen...@t-online.de>

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

Debian distribution maintenance software
pp.
Carsten Schoenert <c.schoen...@t-online.de> (supplier of updated mkdocstrings 
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: Thu, 05 Jan 2023 19:56:33 +0100
Source: mkdocstrings
Architecture: source
Version: 0.19.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Carsten Schoenert <c.schoen...@t-online.de>
Closes: 1027511
Changes:
 mkdocstrings (0.19.1-1) unstable; urgency=medium
 .
   * [6445a2b] New upstream version 0.19.1
     (Closes: #1027511)
   * [c7b31f8] d/control: Move to dh-seuencer-*, add BuildProfleSpecs
   * [dda5993] d/rules: Drop --with option from default target
Checksums-Sha1:
 02291b20ba618bfea0f5596de4959c5c607a7fb1 2357 mkdocstrings_0.19.1-1.dsc
 53d2ce72411aac54986155d95cbaee6d2f04809a 67876 mkdocstrings_0.19.1.orig.tar.gz
 a5d0173d0d23ab586be2d038cc5298ddcba9544f 4072 
mkdocstrings_0.19.1-1.debian.tar.xz
 a7584a6da94f1ac5c7a351cbfba8d6090008c3e3 8703 
mkdocstrings_0.19.1-1_amd64.buildinfo
Checksums-Sha256:
 23014e30ae672a576f140eb6b415c12b7b785b601768cba49679913725ce3eda 2357 
mkdocstrings_0.19.1-1.dsc
 74a38848be5d67c2902fd63cd531286e524ae30bbc281303122021d2b1843497 67876 
mkdocstrings_0.19.1.orig.tar.gz
 54500fce4cd912f050773ac75a8b647b893768b23ed3a464d178a48b5199421e 4072 
mkdocstrings_0.19.1-1.debian.tar.xz
 69178ba22db27f88e5902311a01924c95b16f0f1566c6beb8f37767388100e93 8703 
mkdocstrings_0.19.1-1_amd64.buildinfo
Files:
 9f39b0250dcef6d05263923e42e49e82 2357 python optional mkdocstrings_0.19.1-1.dsc
 d901f7d7d767184cc8d280a64b475e03 67876 python optional 
mkdocstrings_0.19.1.orig.tar.gz
 ac21fd5c7d1c04857a6aea1f3b3365f2 4072 python optional 
mkdocstrings_0.19.1-1.debian.tar.xz
 62715b544e55650792c0f28d77fb2796 8703 python optional 
mkdocstrings_0.19.1-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmO3JzsACgkQgwFgFCUd
HbBeZQ/8CivrsR+3j+SAJWllFlstKJaimErM6AqG4tNs21EHA+N1bY7Jn96mV+G/
0exxH1+4vqo5ecI5RJab24HLc6Y1jug4e6DZLR+0mp5zGm1dIB8aAcJUjfF73E9Y
S7PBFhcTdHwKLaZV4uBhuRH5+7me2Nc56xRL6YC2SbsSwIEyhmE41VCqFbkIRJaX
kKC5TntZQHXLAApPE5Z4ihQzY8dYaKsIYtH19mariHJO1jex7Qn3q8/CAgCSDhaW
h5b5F8KLxv4zS6j8L319kN8omg6bDSYxdXTtr706XxM3ua9i4CcTk9uSPulVBYpz
I/VDA41DQQdqirAN5jLm4DowGT7gYEA8OEifwmg2sjxU1KeG0GHnkIpw1rPONTLp
locJq8beobMnvgY+tRM/OkiukQiUKGqmeShyw+mhsV2OqcRMBA5nDh7+/1SWTKs7
Pgb89TKS5Eo3p6zeJRIZndsyDL9opV4OhJ/4WjJWaWdRkMFqESRWF6p2oXROcZQ/
L3kA/AZDIYdvy2O3z088NApCwH7N+7GwDwzAvfWGiGCbGh9HbarX4irSbQcLiEn/
nebgBCe368CBFSQ0sVE8jSAKNeYuQsblnh+cXp8g27AFvQFQrgrKV7C8skvUSklr
mQUhDUDBpAXw9ALjFbVIAlSWxkqLUQ/q1Hs8fqlmgqtSisPOkzI=
=0bXw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to