Your message dated Fri, 06 Jan 2023 07:19:57 +0000
with message-id <e1pdh1b-00bedi...@fasolo.debian.org>
and subject line Bug#1027621: fixed in mkdocstrings-python-handlers 0.8.3-1
has caused the Debian Bug report #1027621,
regarding mkdocstrings-python-handlers: 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.)


-- 
1027621: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027621
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mkdocstrings-python-handlers
Version: 0.8.2-1
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_handlers 
> * 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_handlers 
> 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_handlers 
> * 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_handlers 
> dh_auto_build: error: pybuild --build -i python{version} -p "3.11 3.10" 
> returned exit code 13
> make: *** [debian/rules:17: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/01/01/mkdocstrings-python-handlers_0.8.2-1_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-python-handlers
Source-Version: 0.8.3-1
Done: Carsten Schoenert <c.schoen...@t-online.de>

We believe that the bug you reported is fixed in the latest version of
mkdocstrings-python-handlers, 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-python-handlers 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 22:47:41 +0100
Source: mkdocstrings-python-handlers
Architecture: source
Version: 0.8.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Carsten Schoenert <c.schoen...@t-online.de>
Closes: 1027621
Changes:
 mkdocstrings-python-handlers (0.8.3-1) unstable; urgency=medium
 .
   * [afde1de] New upstream version 0.8.3
   * [63db3f0] d/control: Bump Standards-Version to 4.6.2
     No further changes needed.
   * [6ae2a7c] d/control: Add BuildProfileSpecs, remove not needed B-D
     (Closes: #1027621)
   * [a288447] d/rules: Drop --with option from default target
   * [d3498a0] autopkgtest: Remove not needed packages
     The removed packages must pulled in by the dependency chain, if not then
     something is wrong.
Checksums-Sha1:
 4d034954380c2d40373aa7599b4eff141d237067 2534 
mkdocstrings-python-handlers_0.8.3-1.dsc
 fa223e8025b9f170a8706412619673fb05271e29 100049 
mkdocstrings-python-handlers_0.8.3.orig.tar.gz
 3a4f4455aa8794f0968394036a9af1a92b06b7f6 4016 
mkdocstrings-python-handlers_0.8.3-1.debian.tar.xz
 03a49058c3141abd82ec21658690066c93f292e4 8760 
mkdocstrings-python-handlers_0.8.3-1_amd64.buildinfo
Checksums-Sha256:
 ffa19162f8a0eb947599a130275cbd098dc9d85c8946e72a5d7535b237d44fd5 2534 
mkdocstrings-python-handlers_0.8.3-1.dsc
 935e350ff17b3f192a3be4d28460160eab7d6cdc0923e5cfc62ccec31f5473c2 100049 
mkdocstrings-python-handlers_0.8.3.orig.tar.gz
 259127dd9cceb8805276bb0a26a93369f20284c392704359b14dbbd55ee569ec 4016 
mkdocstrings-python-handlers_0.8.3-1.debian.tar.xz
 c7b4101ad19079599742918b54c929340f1cd2ec18d7584d214a789dac884cdf 8760 
mkdocstrings-python-handlers_0.8.3-1_amd64.buildinfo
Files:
 bbe232f09ddc6ebb2a475f2a4acc351a 2534 python optional 
mkdocstrings-python-handlers_0.8.3-1.dsc
 4d058e689e9d0f8bb0911b55e5a74063 100049 python optional 
mkdocstrings-python-handlers_0.8.3.orig.tar.gz
 22138dfb8d9cf624e37b65c1931d67f5 4016 python optional 
mkdocstrings-python-handlers_0.8.3-1.debian.tar.xz
 e624c5ed0409fdeee309b0f5f17cae71 8760 python optional 
mkdocstrings-python-handlers_0.8.3-1_amd64.buildinfo

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

iQJMBAEBCgA2FiEEtw38bxNP7PwBHmKqgwFgFCUdHbAFAmO3x4MYHGMuc2Nob2Vu
ZXJ0QHQtb25saW5lLmRlAAoJEIMBYBQlHR2w+T4P/RwAe1fWACwjAekRdMiHjrpM
pbYTgOzDttpRUiCLv3KzIVAzNXhwOyC+710QAIiTzUAbJXiWdFl43T+IlV5/bKa1
jYpEYA0HvmnFxWGvTRCo5IxyKYprWEeo84DU/Ip11TlmAlEhQcFWkK9rpCnDJEIM
BF9jiq8gd+ToTftOlkik/OovwdtBVMd8ysNSVToWRaIvSXRpMH/5O4KuSbe0Zaw5
Q0yvgcAk7TAX9mHfDghwsb7VxxA3lURRr/6O4I7SREfn5/5wdHyP7Dvpe+R4J2Xx
LQgubjVQ6aJOf0GbXoTnCx170MsdLa6Me6/TMvZMSXUZ+MfC/PjbKekJIOmP5IIA
wHSD120nqz9FkAR4WJ8PNzdvYdythqd9MVk45si8Zdju12SMhL21F3mHNj8/jkje
iDs6duw569yOzZLAyqdXcLiwSh+CPWvWzongDeo1gU7dB+59uW6y1NFcZm8WtY7Y
CJS/3YHsK6sefaRK1p0/hx7nlmAe42rJegzy/F9Pp83Ioy0srMBr9ClGBK1baCag
Hkm6aBOQhuiMFeh3iywR0/3fKktLDOYqyMUyJpSocooS/JMauuERlJqnzlx0tKHb
f/KzIRWk5kKybhtRFmN95zx/pbUY4bQ1T/ASkHcsm/sISXc7fpy7o//TDPPvYpB4
aAjECKVpewmmAskig1Nb
=LVoS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to