Your message dated Mon, 20 Nov 2023 10:34:04 +0000
with message-id <[email protected]>
and subject line Bug#1042593: fixed in flufl.lock 5.0.1-5
has caused the Debian Bug report #1042593,
regarding flufl.lock: FTBFS with Sphinx 7.1, docutils 0.20: error: invalid
command 'build_sphinx'
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.)
--
1042593: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042593
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: flufl.lock
Version: 5.0.1-4
Severity: important
Tags: ftbfs
User: [email protected]
Usertags: sphinx7.1
Hi,
flufl.lock fails to build with Sphinx 7.1 and docutils 0.20, both of which
are currently available in experimental.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build
> I: pybuild base:240: /usr/bin/python3 setup.py build
> /usr/lib/python3/dist-packages/setuptools/dist.py:945:
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
> !!
>
>
> ********************************************************************************
> Please replace its usage with implicit namespaces (PEP 420).
>
> See
> https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
> for details.
>
> ********************************************************************************
>
> !!
> ep.load()(self, ep.name, value)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/tests
> copying tests/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/tests
> copying tests/test_api.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/tests
> copying tests/test_lock.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/docs
> copying docs/conf.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/docs
> copying docs/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/docs
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/flufl
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/flufl/lock
> copying flufl/lock/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/flufl/lock
> copying flufl/lock/_lockfile.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/flufl/lock
> running egg_info
> writing flufl.lock.egg-info/PKG-INFO
> writing dependency_links to flufl.lock.egg-info/dependency_links.txt
> writing namespace_packages to flufl.lock.egg-info/namespace_packages.txt
> writing requirements to flufl.lock.egg-info/requires.txt
> writing top-level names to flufl.lock.egg-info/top_level.txt
> reading manifest file 'flufl.lock.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching '*.po' anywhere in distribution
> warning: no files found matching '*.mo' anywhere in distribution
> warning: no previously-included files found matching '.gitignore'
> no previously-included directories found matching 'build'
> no previously-included directories found matching '.tox'
> no previously-included directories found matching 'dist'
> adding license file 'LICENSE'
> writing manifest file 'flufl.lock.egg-info/SOURCES.txt'
> copying docs/NEWS.rst ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/docs
> copying docs/apiref.rst ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/docs
> copying docs/index.rst ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/docs
> copying docs/theory.rst ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/docs
> copying docs/using.rst ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_flufl.lock/build/docs
> python3 setup.py build_sphinx
> /usr/lib/python3/dist-packages/setuptools/dist.py:945:
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
> !!
>
>
> ********************************************************************************
> Please replace its usage with implicit namespaces (PEP 420).
>
> See
> https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
> for details.
>
> ********************************************************************************
>
> !!
> ep.load()(self, ep.name, value)
> usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
> or: setup.py --help [cmd1 cmd2 ...]
> or: setup.py --help-commands
> or: setup.py cmd --help
>
> error: invalid command 'build_sphinx'
> make[1]: *** [debian/rules:15: override_dh_auto_build] Error 1
The full build log is available from:
http://qa-logs.debian.net/2023/07/30/exp/flufl.lock_5.0.1-4_unstable_sphinx-exp.log
Please see [1] for Sphinx changelog and [2] for Docutils changelog.
Also see [3] for the list of deprecated/removed APIs in Sphinx and possible
alternatives to them.
Some notable changes in Sphinx 6 and Sphinx 7:
- Sphinx no longer includes jquery.js and underscore.js by default.
Please use python3-sphinxcontrib.jquery package if you are using a custom
template and it still needs jquery.
- The setup.py build_sphinx command was removed. Please instead call
sphinx-build or "python3 -m sphinx" directly.
- For packages using the extlinks extension, the caption should contain
exactly one "%s" placeholder (if caption is not None).
In case you have questions, please Cc [email protected] on reply.
[1]: https://www.sphinx-doc.org/en/master/changes.html
[2]:
https://repo.or.cz/docutils.git/blob/refs/tags/docutils-0.20.1:/RELEASE-NOTES.txt
[3]:
https://www.sphinx-doc.org/en/master/extdev/deprecated.html#dev-deprecated-apis
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=sphinx7.1;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=sphinx7.1&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
--- End Message ---
--- Begin Message ---
Source: flufl.lock
Source-Version: 5.0.1-5
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
flufl.lock, 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.
Andreas Tille <[email protected]> (supplier of updated flufl.lock 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: Mon, 20 Nov 2023 11:07:57 +0100
Source: flufl.lock
Architecture: source
Version: 5.0.1-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1042593
Changes:
flufl.lock (5.0.1-5) unstable; urgency=medium
.
* Team upload.
* Standards-Version: 4.6.2 (routine-update)
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* Fix building sphinx documentation
Closes: #1042593
Checksums-Sha1:
f7aeabb4f03e94d603903414be62fe70863dd02f 2549 flufl.lock_5.0.1-5.dsc
d88427d12ba1fa28aab1818463f05c36de42b52a 36152 flufl.lock_5.0.1-5.debian.tar.xz
497590200957d1f161f030ffdd320dadb8d0678d 8332
flufl.lock_5.0.1-5_amd64.buildinfo
Checksums-Sha256:
fbac369a05ce7b2a14b1340450f2147b8c1db77f2b2e83a219e55e7ae180d298 2549
flufl.lock_5.0.1-5.dsc
e6bc08daf7445eb428be9e53f35e2a2e6a9c83077cb04a47f05cc6afcd6aec0a 36152
flufl.lock_5.0.1-5.debian.tar.xz
3be8872d982262e2d1f93dcd456138752f70c80f04640cb2092f469a6c7a5f51 8332
flufl.lock_5.0.1-5_amd64.buildinfo
Files:
85e81a30c9edbb810cfbfa85ea06207a 2549 python optional flufl.lock_5.0.1-5.dsc
962b848510b859d6bb7f44a5edd62fcf 36152 python optional
flufl.lock_5.0.1-5.debian.tar.xz
ee0c086765e843f24f87186cb5dae36a 8332 python optional
flufl.lock_5.0.1-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmVbMIERHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEJQA//ZN7dLH6S2BWeG6yeO1LdaVyL6sEki9Qp
RhwTyS6GUMbcSZ0KQluw40H2yZ951DoOIWB/Zt9mrFJyL1t+OaOli+odpd2Ox4EL
UOK+W1QrBQQTxQNzPbZplEpcLCOqJfkRXb2+/oWfQd6aYublXnq8bJ0fZQcY0K55
I7l+VhRGojGRHJfLnilkwfSkBDdBoTTPysy/4PSg6SfC2+Aom5uJuGgI/0mzSw64
uVGFdMiUcdxgTbR25tfPZ834DQqL/Ch4gFA0sCbX8RRVXM7qv8mP5g4WNZSsH1M8
gdqO1F0riQYjFqSDCxEljEsA8Ay2HX+N+sSr7zdEHYc6kE4OnGuxXIWQw7I0Bjjg
PxU9VA4ttdKML49JGL40UDKjaWnRNw2ZFtoZKGGLguRTMclkLu7JaaHg2aQFXpmP
oX2xBULf0K+45eUmLDx8H+t+0SXLCvjjg2hPZsETjKyeEk6/66cvurypyPgQfwGW
c/BBxTZ9lQBb+HF3f+e/SJ5WJMlVPAWUAk0dKFDykrri2Fq5MANI5MwII1ZDdNyJ
76CQL+JML+HJ+mz81e3/vkHJkP7jgExvs1fUoepNEqR3LPHcKwxnTwQaldR2H0Ox
KzgVRBPOdosMVdoGDSDTBHInSGyEu//+2cCRUzUXbLliE+W9qD5ZRgKE5skXyzMf
qW3U0koDDho=
=PniN
-----END PGP SIGNATURE-----
--- End Message ---