Your message dated Wed, 19 Jun 2024 20:55:28 +0000
with message-id <e1sk2l2-007ldn...@fasolo.debian.org>
and subject line Bug#1073821: Removed package(s) from unstable
has caused the Debian Bug report #1058997,
regarding flask-autoindex is incompatible with Py3.12
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.)
--
1058997: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058997
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: flask-autoindex
Version: 0.6.6-3
Severity: important
Forwarded: https://github.com/general03/flask-autoindex/issues/71
Dear Maintainer,
by using python3-future, your project is not compatible with Python3.12.
This issue is already tracked upstream at:
https://github.com/general03/flask-autoindex/issues/71
There's not too much to patch out:
$ grep future -r
Lines to simply remove altogether:
tests/__init__.py:from __future__ import absolute_import (not related to
python3-future)
tests/__init__.py:from future.builtins import bytes
flask_autoindex/icons.py:from __future__ import absolute_import (not related
to python3-future)
flask_autoindex/entry.py:from future import standard_library
flask_autoindex/entry.py:standard_library.install_hooks()
flask_autoindex/__init__.py:from __future__ import absolute_import (not
related to python3-future)
flask_autoindex/__init__.py:from future.builtins import object, str
debian/control: python3-future <!nocheck>,
Flask_AutoIndex.egg-info/requires.txt:future>=0.13.0
Tiny patching needed:
setup.py: install_requires=['Flask>=1.1', 'Flask-Silk>=0.2',
'future>=0.13.0'],
flask_autoindex/entry.py:from future.utils import with_metaclass
flask_autoindex/entry.py:from future.moves.urllib.parse import urljoin
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (501, 'testing'), (450, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.5.0-5-amd64 (SMP w/2 CPU threads; PREEMPT)
Kernel taint flags: TAINT_USER
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8),
LANGUAGE=fr_BE:fr
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Version: 0.6.6-3+rm
Dear submitter,
as the package flask-autoindex has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1073821
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---