Your message dated Wed, 18 Dec 2024 15:04:22 +0000
with message-id <e1tnvb4-00acb8...@fasolo.debian.org>
and subject line Bug#1090221: fixed in flask-restful 0.3.10-4
has caused the Debian Bug report #1090221,
regarding flask-restful: FTBFS: Invalid `intersphinx_mapping` configuration (1
error).
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.)
--
1090221: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090221
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:flask-restful
Version: 0.3.10-3
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary --buildsystem=pybuild --with=python3,sphinxdoc
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py config
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running config
I: pybuild base:311: python3.12 setup.py config
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running config
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
I: pybuild base:311: /usr/bin/python3.13 setup.py build
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running build
running build_py
creating
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flask-restful/build/flask_restful
copying flask_restful/__version__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flask-restful/build/flask_restful
copying flask_restful/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flask-restful/build/flask_restful
copying flask_restful/reqparse.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flask-restful/build/flask_restful
copying flask_restful/inputs.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flask-restful/build/flask_restful
copying flask_restful/fields.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flask-restful/build/flask_restful
creating
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flask-restful/build/flask_restful/utils
copying flask_restful/utils/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flask-restful/build/flask_restful/utils
copying flask_restful/utils/cors.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flask-restful/build/flask_restful/utils
copying flask_restful/utils/crypto.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flask-restful/build/flask_restful/utils
creating
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flask-restful/build/flask_restful/representations
copying flask_restful/representations/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flask-restful/build/flask_restful/representations
copying flask_restful/representations/json.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flask-restful/build/flask_restful/representations
running egg_info
creating Flask_RESTful.egg-info
writing Flask_RESTful.egg-info/PKG-INFO
writing dependency_links to Flask_RESTful.egg-info/dependency_links.txt
writing requirements to Flask_RESTful.egg-info/requires.txt
writing top-level names to Flask_RESTful.egg-info/top_level.txt
writing manifest file 'Flask_RESTful.egg-info/SOURCES.txt'
reading manifest file 'Flask_RESTful.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'CHANGES'
warning: no previously-included files matching '*.pyc' found under directory
'docs'
warning: no previously-included files matching '*.pyo' found under directory
'docs'
warning: no previously-included files matching '*.pyc' found under directory
'tests'
warning: no previously-included files matching '*.pyo' found under directory
'tests'
warning: no previously-included files matching '*.pyc' found under directory
'examples'
warning: no previously-included files matching '*.pyo' found under directory
'examples'
no previously-included directories found matching 'docs/_build'
adding license file 'LICENSE'
adding license file 'AUTHORS.md'
writing manifest file 'Flask_RESTful.egg-info/SOURCES.txt'
I: pybuild base:311: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running build
running build_py
creating
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_flask-restful/build/flask_restful
copying flask_restful/__version__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_flask-restful/build/flask_restful
copying flask_restful/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_flask-restful/build/flask_restful
copying flask_restful/reqparse.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_flask-restful/build/flask_restful
copying flask_restful/inputs.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_flask-restful/build/flask_restful
copying flask_restful/fields.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_flask-restful/build/flask_restful
creating
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_flask-restful/build/flask_restful/utils
copying flask_restful/utils/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_flask-restful/build/flask_restful/utils
copying flask_restful/utils/cors.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_flask-restful/build/flask_restful/utils
copying flask_restful/utils/crypto.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_flask-restful/build/flask_restful/utils
creating
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_flask-restful/build/flask_restful/representations
copying flask_restful/representations/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_flask-restful/build/flask_restful/representations
copying flask_restful/representations/json.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_flask-restful/build/flask_restful/representations
running egg_info
writing Flask_RESTful.egg-info/PKG-INFO
writing dependency_links to Flask_RESTful.egg-info/dependency_links.txt
writing requirements to Flask_RESTful.egg-info/requires.txt
writing top-level names to Flask_RESTful.egg-info/top_level.txt
reading manifest file 'Flask_RESTful.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'CHANGES'
warning: no previously-included files matching '*.pyc' found under directory
'docs'
warning: no previously-included files matching '*.pyo' found under directory
'docs'
warning: no previously-included files matching '*.pyc' found under directory
'tests'
warning: no previously-included files matching '*.pyo' found under directory
'tests'
warning: no previously-included files matching '*.pyc' found under directory
'examples'
warning: no previously-included files matching '*.pyo' found under directory
'examples'
no previously-included directories found matching 'docs/_build'
adding license file 'LICENSE'
adding license file 'AUTHORS.md'
writing manifest file 'Flask_RESTful.egg-info/SOURCES.txt'
cd docs; PYTHONPATH=.. http_proxy='127.0.0.1:9' make html
make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v8.1.3
loading translations [en]... done
making output directory... done
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst':
'restructuredtext'}`.
ERROR: Invalid target URI value `'/usr/share/doc/python3-doc/html'` in
intersphinx_mapping['python3'][0]. Target URIs must be unique (other instance
in intersphinx_mapping['python']).
Configuration error:
Invalid `intersphinx_mapping` configuration (1 error).
make[2]: *** [Makefile:45: html] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
make[1]: *** [debian/rules:18: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:10: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202412/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: flask-restful
Source-Version: 0.3.10-4
Done: Alexandre Detiste <tc...@debian.org>
We believe that the bug you reported is fixed in the latest version of
flask-restful, 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 1090...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alexandre Detiste <tc...@debian.org> (supplier of updated flask-restful 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: Wed, 18 Dec 2024 13:27:11 +0100
Source: flask-restful
Architecture: source
Version: 0.3.10-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1090221
Changes:
flask-restful (0.3.10-4) unstable; urgency=medium
.
* Team upload.
* Trim debian/rules & rewrite with modern syntax
* Rweak intersphinx patch (Closes: #1090221)
* Remove usage of python3-mock
Checksums-Sha1:
3e457b5ddc4b35ed16e14dcb00583c4af5710c8b 2487 flask-restful_0.3.10-4.dsc
9be7735773c168e17ea1fa2a0372af65286699de 11720
flask-restful_0.3.10-4.debian.tar.xz
5cbed7da85006f054b535dccd6a87bb46f1faa50 9225
flask-restful_0.3.10-4_source.buildinfo
Checksums-Sha256:
2d1c5066c4fd8a21b048e6bfff7e3f40c0decdaedae83bd117817ed8e5ea0baa 2487
flask-restful_0.3.10-4.dsc
d6739a235f341829034f2c81c9e1789d6ac1af7fb359f335620674d8c3ae2ae6 11720
flask-restful_0.3.10-4.debian.tar.xz
ec82afb0d1e4ab2c059cee2d34e6f3dc51846f48e4f6cfd3c58ad02fe89056fa 9225
flask-restful_0.3.10-4_source.buildinfo
Files:
f882a358140dfa1405ecde55e57233d5 2487 python optional
flask-restful_0.3.10-4.dsc
a65ddbf5d2c7ca645485ecfcf18b499e 11720 python optional
flask-restful_0.3.10-4.debian.tar.xz
e6d3864eb98a0048c1c3087ad3399ab8 9225 python optional
flask-restful_0.3.10-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmdi4TgRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBqbFQ/8C9u6L5+aufLKANAhrxTFKTsiXQ3/UxiC
LUM5TgJ5IPy6rbGVT2LzOAPqmNqi2vCZntJubemPpuAKh1dYd3GXvVSQBmePUCh9
p3BKVeFyuUdhiKRZhG4iCaj2BosZ7SXix1GA2fRBmU7ykB1X0p3H2bjW8A6YxqgD
hZ7orZebI3Qf1id+UfaLKHQq8qD+V5rQ4KX1yDAuX6JOvcKEIfNVCkthbnmWQ3YR
NCsdjImMRZ/cbrqyR0Q02fIrnmAV75aRJZX7atSVzBPQhaEbDdgizZSN32MRQM6O
vXMdMFj/Ot42mbl3d07JyZzv+CsNUJeRsviRaEIDCw8AqfRKbg6L555yXU/Yu+0a
6qlUqO1QLjU1WtTPOsQfyyIG5bgJadhAfyHF2Gzr+/5bB71NcxTeBF1yCtVmxDt/
iJwugXGQ6fjrRS+Gc27b8Qba3KWOiL/MRS4NuygWgVQ++u0oPZO459emLlUg1OGD
1NPb8a8y/nHmWGHIlNkDZtoiB+Eh9HbeXXyhnOIl+30zlrSJ9FGRHvL0WV6IFyhu
OhdZyV55aPf/4yQV5NtmAZ0syNF8hqr4eXMcCsgevPth4Tr8ppRjRlNxCjAPFNPb
AhbwACLEgi1moA9u6jI502o2OY/U/b65gs/t+YqLofkQ5+0NhPhxlXFZlQOpchLV
LwtYNV1baGM=
=d7Dz
-----END PGP SIGNATURE-----
pgp4d7bT1R0Md.pgp
Description: PGP signature
--- End Message ---