Your message dated Thu, 05 Dec 2024 13:34:11 +0000
with message-id <e1tjbzf-00fx8x...@fasolo.debian.org>
and subject line Bug#1088301: fixed in fsspec 2024.10.0-1
has caused the Debian Bug report #1088301,
regarding fsspec: autopkgtest failure with Python 3.13
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.)
--
1088301: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088301
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: fsspec
Version: 2024.9.0-1
Severity: serious
User: debian-pyt...@lists.debian.org
Usertags: python3.13
Hi Maintainer
The autopkgtests of this package fail with Python 3.13 [1]. I've
copied what I hope is the relevant part of the log below.
Regards
Graham
[1] https://ci.debian.net/packages/f/fsspec/testing/amd64/
81s =================================== FAILURES
===================================
81s ________________ test_find_returns_expected_result_detail_false
________________
81s
81s zip_file =
PosixPath('/tmp/pytest-of-root/pytest-1/test_find_returns_expected_res0/test.zip')
81s
81s def test_find_returns_expected_result_detail_false(zip_file):
81s > zip_file_system = ZipFileSystem(zip_file)
81s
81s implementations_tests/test_zip.py:271:
81s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
81s /usr/lib/python3/dist-packages/fsspec/spec.py:81: in __call__
81s obj = super().__call__(*args, **kwargs)
81s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
81s
81s self = <Archive-like object ZipFileSystem at 140057631557584>
81s fo =
PosixPath('/tmp/pytest-of-root/pytest-1/test_find_returns_expected_res0/test.zip')
81s mode = 'r', target_protocol = None, target_options = None, compression = 0
81s allowZip64 = True, compresslevel = None, kwargs = {}
81s
81s def __init__(
81s self,
81s fo="",
81s mode="r",
81s target_protocol=None,
81s target_options=None,
81s compression=zipfile.ZIP_STORED,
81s allowZip64=True,
81s compresslevel=None,
81s **kwargs,
81s ):
81s """
81s Parameters
81s ----------
81s fo: str or file-like
81s Contains ZIP, and must exist. If a str, will fetch file using
81s :meth:`~fsspec.open_files`, which must return one file exactly.
81s mode: str
81s Accept: "r", "w", "a"
81s target_protocol: str (optional)
81s If ``fo`` is a string, this value can be used to override the
81s FS protocol inferred from a URL
81s target_options: dict (optional)
81s Kwargs passed when instantiating the target FS, if ``fo`` is
81s a string.
81s compression, allowZip64, compresslevel: passed to ZipFile
81s Only relevant when creating a ZIP
81s """
81s super().__init__(self, **kwargs)
81s if mode not in set("rwa"):
81s raise ValueError(f"mode '{mode}' no understood")
81s self.mode = mode
81s if isinstance(fo, str):
81s if mode == "a":
81s m = "r+b"
81s else:
81s m = mode + "b"
81s fo = fsspec.open(
81s fo, mode=m, protocol=target_protocol, **(target_options or {})
81s )
81s self.force_zip_64 = allowZip64
81s self.of = fo
81s > self.fo = fo.__enter__() # the whole instance is a context
81s E AttributeError: 'PosixPath' object has no attribute '__enter__'.
Did you mean: '__bytes__'?
81s
81s /usr/lib/python3/dist-packages/fsspec/implementations/zip.py:61:
AttributeError
--- End Message ---
--- Begin Message ---
Source: fsspec
Source-Version: 2024.10.0-1
Done: Emmanuel Arias <eam...@debian.org>
We believe that the bug you reported is fixed in the latest version of
fsspec, 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 1088...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Arias <eam...@debian.org> (supplier of updated fsspec 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: Sun, 01 Dec 2024 21:13:11 -0300
Source: fsspec
Architecture: source
Version: 2024.10.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Emmanuel Arias <eam...@debian.org>
Closes: 1085592 1088301
Changes:
fsspec (2024.10.0-1) unstable; urgency=medium
.
* New upstream version (Closes: #1088301).
* d/patches/0002-Remove-privacy-breach-in-documentation.patch: Update
patches according to upstream code.
* d/patches/use-localhost-in-tests.patch: Add patch to use explicit
localhost in tests and avoid fail in tests.
* d/control: Remove python3-fusepy from Recommends (Closes: #1085592).
Checksums-Sha1:
3ab8c7763721941b21bf7d6d4bc8c7a3a0f18a79 2587 fsspec_2024.10.0-1.dsc
95392be5205c1630f0fcd044883fd6c5d0ce7b70 415286 fsspec_2024.10.0.orig.tar.gz
434f037e066c7e4237427286971c42842b72c208 6940 fsspec_2024.10.0-1.debian.tar.xz
a6de38e1e3b1a0ab4202c54ba3a7e6fdccd1332e 10015
fsspec_2024.10.0-1_amd64.buildinfo
Checksums-Sha256:
a955983289cf41025d43c0b698087e6a90286d7a2ca121997e55064fd5a9d4b9 2587
fsspec_2024.10.0-1.dsc
c63053dbc872b07effaf02f2e59d1314f1c5a5deaa95cc36149895c151fa7eb3 415286
fsspec_2024.10.0.orig.tar.gz
5da3c71caa021bcfaa83656d614ebda8d80ae51bc758417a62511864d66cd27c 6940
fsspec_2024.10.0-1.debian.tar.xz
0e47199ea0f589361402f4d632986124f665cf541c435f1a89de8abdc2c1b873 10015
fsspec_2024.10.0-1_amd64.buildinfo
Files:
eae09049e39998f9118fe708db2bd374 2587 python optional fsspec_2024.10.0-1.dsc
d68e37725a797493d1e0948cfb9cbc19 415286 python optional
fsspec_2024.10.0.orig.tar.gz
7d287346b42ae368ada65c1f08729cdb 6940 python optional
fsspec_2024.10.0-1.debian.tar.xz
9bac7249a3e02887771bcbdecc2e8ef4 10015 python optional
fsspec_2024.10.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmdRpXoSHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPxbGYP/3CsxkJyM/UaYO8IQ/oepRnL5iAYk3Vk
YwYXywAU1UhH4wLwjArSmVngGcIAmp/dsCGZ8C1tyYeffNd5r2/EFVd3olC8b2Mx
IPqPoOjwHGOcBoUhU7FhwrjOM+Lz0SwFIHpS77jymnHxf/0iqf17ZC6QNZ4hJ/+m
A+6bgI4/WtPudKWzYuywZidiMhrqz6cjGxoyAhn7FID+476px7ZAE8f2H8Wx3aST
Jr9ZogRErRUj5WtyboSgBKEkeyB1QQRLoeL20IfdeVQfc6tDBpD2HNSC00y749+g
TlwgMr6gDHMGYgebHgIH5ZLUiSiaWVg/crEHT+TCIyiHh+WWhHwp4Cggk6JqeYLP
AjvQ61P9kCF+jk2UfXXAOwYNkuS/ICLCuAG/ePmpXtKLjp1/MdGMIcE/i8s9cE0V
8q3sdxNZwU1aUMcvUNY63R9gdx3HmlnbsjaANxbrFggQ+RzUC0hmUuw84a1nPpBp
NL4uWApbJfuRnk3X0Q1a/oL/87HlAcQnp8mvd0aauTIrUWuckvkLdVf4HO3SQPnF
eK5iTfm5NcYVZu8On1N+cE/wmT7Of40jE3yPObKT5JVAc55RQw40Ls4OMl25cQTl
LiuvapRm53vQYHjuzEt5TviuDmsGTnKWAF5orK6iGpE0f2ZO0VrvXFaAyBZW3npC
osrNOpDPJNNC
=jODg
-----END PGP SIGNATURE-----
pgpq59p68tQa3.pgp
Description: PGP signature
--- End Message ---