Your message dated Mon, 11 Dec 2023 12:20:11 +0000
with message-id <e1rcfgd-00g0re...@fasolo.debian.org>
and subject line Bug#1058024: fixed in skimage 0.22.0-3
has caused the Debian Bug report #1058024,
regarding skimage tries to access the net during the build
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.)
--
1058024: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058024
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:skimage
Version: 0.22.0-2
Severity: serious
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12
skimage tries to access the net during the build, only seen when the
binary-indep packages are also built.
[...]
debian/rules override_dh_installdocs-indep
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# hotfix SPHINXBUILD -- remove in next release
\
PYTHONPATH=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build:$(python3 -c
'import sys;print(":".join(sys.path))') \
PYTHON=python3.11 \
SPHINXBUILD="python3.11 -m sphinx" \
SPHINXOPTS="-D mathjax_path=MathJax.js" \
/usr/bin/make -C doc html
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
python3.11 tools/build_modref_templates.py
outdir:
19 files written
Build API docs...done.
python3.11 -m sphinx -b html -d build/doctrees -D
mathjax_path=MathJax.js source build/html
Running Sphinx v7.2.6
/usr/lib/python3/dist-packages/sphinx_gallery/sphinx_compatibility.py:71:
RemovedInSphinx80Warning:
The alias 'sphinx.util.status_iterator' is deprecated, use
'sphinx.util.display.status_iterator' instead. Check CHANGES for Sphinx
API modifications.
making output directory... done
[autosummary] generating autosummary for: about/code_of_conduct.md,
about/index.rst, about/report_handling_manual.rst, about/values.md,
api/api.rst, api/skimage.color.rst, api/skimage.data.rst,
api/skimage.draw.rst, api/skimage.exposure.rst, api/skimage.feature.rst,
..., user_guide/index.rst, user_guide/install.rst,
user_guide/numpy_images.rst, user_guide/plugins.rst,
user_guide/transforming_image_data.rst,
user_guide/tutorial_parallelization.rst,
user_guide/tutorial_segmentation.rst, user_guide/tutorials.rst,
user_guide/video.rst, user_guide/visualization.rst
loading intersphinx inventory from
/usr/share/doc/python3.9/html/objects.inv...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory '/usr/share/doc/python3.9/html/objects.inv' not
fetchable due to <class 'FileNotFoundError'>: [Errno 2] No such file or
directory: '/usr/share/doc/python3.9/html/objects.inv'
loading intersphinx inventory from ./_intersphinx/numpy-objects.inv...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory './_intersphinx/numpy-objects.inv' not fetchable
due to <class 'FileNotFoundError'>: [Errno 2] No such file or directory:
'/<<PKGBUILDDIR>>/doc/source/./_intersphinx/numpy-objects.inv'
loading intersphinx inventory from ./_intersphinx/scipy-objects.inv...
loading intersphinx inventory from ./_intersphinx/sklearn-objects.inv...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory './_intersphinx/scipy-objects.inv' not fetchable
due to <class 'FileNotFoundError'>: [Errno 2] No such file or directory:
'/<<PKGBUILDDIR>>/doc/source/./_intersphinx/scipy-objects.inv'
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory './_intersphinx/sklearn-objects.inv' not fetchable
due to <class 'FileNotFoundError'>: [Errno 2] No such file or directory:
'/<<PKGBUILDDIR>>/doc/source/./_intersphinx/sklearn-objects.inv'
loading intersphinx inventory from https://matplotlib.org/objects.inv...
loading intersphinx inventory from ./_intersphinx/matplotlib-objects.inv...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://matplotlib.org/objects.inv' not fetchable
due to <class 'requests.exceptions.ConnectionError'>:
HTTPSConnectionPool(host='matplotlib.org', port=443): Max retries
exceeded with url: /objects.inv (Caused by
NewConnectionError('<urllib3.connection.HTTPSConnection object at
0x7f41b7cc5e90>: Failed to establish a new connection: [Errno -2] Name
or service not known'))
intersphinx inventory './_intersphinx/matplotlib-objects.inv' not
fetchable due to <class 'FileNotFoundError'>: [Errno 2] No such file or
directory:
'/<<PKGBUILDDIR>>/doc/source/./_intersphinx/matplotlib-objects.inv'
generating gallery...
Using Sphinx-Gallery to convert rst text blocks to markdown for .ipynb
files.
generating gallery for auto_examples...
--- End Message ---
--- Begin Message ---
Source: skimage
Source-Version: 0.22.0-3
Done: Ole Streicher <oleb...@debian.org>
We believe that the bug you reported is fixed in the latest version of
skimage, 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 1058...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated skimage 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: Mon, 11 Dec 2023 12:43:35 +0100
Source: skimage
Architecture: source
Version: 0.22.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1056132 1056889 1058024
Changes:
skimage (0.22.0-3) unstable; urgency=medium
.
[ Ole Streicher ]
* Remove sphinx_gallery dependency (Closes: #1056132)
* Remove intersphinx mapping (Closes: #1058024)
.
[ Bas Couwenberg ]
* Switch to cython3-legacy (Closes: #1056889)
Checksums-Sha1:
2983e47528ff30a5e309c2a9840c0706f7b03dce 2959 skimage_0.22.0-3.dsc
7bd542dc9a54d7e655463571f43045a24c53b0b3 28508 skimage_0.22.0-3.debian.tar.xz
Checksums-Sha256:
0a2a7f27114817516f32ca0981dbbcb91e129738269189275e8e07e6c9cde8b0 2959
skimage_0.22.0-3.dsc
4d0e21e2990f3d78b66c371400f7e12fe072f445c748b255365175d8f5439c5a 28508
skimage_0.22.0-3.debian.tar.xz
Files:
0267c958ee1e8642c09c53ff56deb817 2959 python optional skimage_0.22.0-3.dsc
26cdef7306db3740200be7621802f8ff 28508 python optional
skimage_0.22.0-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmV2+JUACgkQcRWv0HcQ
3PdKnBAAjsB1q0Clz3CrsD7I9JbSvY2Hl0KEHEsDDWHkm2yj7bb8VdQBPENErct8
Vq2Iv9+YWygyuLt8BO2KG+CWOByKJaO2NxheS8uzRjsGmlVOfutdmAtBlt8XnaSa
D1gKQu55VxH+MvzZTrcIXs2WTJsFWDY1uOUKYZScTwBt0lsSFMlKU75ENVXyJZcU
2VyCk4aBr8JbQzbxCXIbTqy4EKg9wJCYPVc1SOZOT94a698Bnor30vepRLuzkRU5
sRfkNiztlVVwJtrnBz94BH7jEAMq8Jksd3kIni+czrTjXGv5Uq2Tk9z4dOoderTS
+oRtB0HQ8+fwoVyzKUj8g+aqU+6k1zvZ+5QDljBc+u3zWV0jupzTVHRUIAw2t3FZ
547/j/xQGf+eiUFu8IBVfkxzqkb6kGA9nPS1s8ra74uOiGVrstUMQthiyTO8kDNy
3UeKJXUgUW2G8Qgr/J1JmK+tD7rh8uhRWxJJApD5bHCPF8ugXLbpGCJxU2Ibp6By
kEW33pPnVGZUCad7CzHV+HlG/HHqt6TexwC8avAtCL6a7Elk6wy3/CnZaEddIwyI
UspY3d3oBZ1/Ku9dBavS1VfzKbOvY6ZNki2W0XkiL6niJXnWvoJF5a96qAjEImdI
9KhQXwpj+i2WaacUOe9Lymb6hRGO1saPCcaJ0tUx0JOy/Dq//6E=
=5LZP
-----END PGP SIGNATURE-----
--- End Message ---