Your message dated Sat, 07 Dec 2024 14:47:43 +0000
with message-id <e1tjw5v-008nrc...@fasolo.debian.org>
and subject line Bug#1089069: fixed in ubelt 1.3.7-1
has caused the Debian Bug report #1089069,
regarding ubelt: 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.)
--
1089069: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089069
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ubelt
Version: 1.3.6-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/u/ubelt/testing/amd64/
55s =================================== FAILURES
===================================
55s __________________________ test_copy_directory_cases
___________________________
55s
55s def test_copy_directory_cases():
55s """
55s Ignore:
55s
55s cases = [
55s {'dst': '{}'},
55s ]
55s
55s """
55s import pytest
55s import ubelt as ub
55s base = ub.Path.appdir('ubelt/tests/path/copy_move').delete().ensuredir()
55s
55s root1 = (base / 'root1').ensuredir()
55s root2 = (base / 'root2').ensuredir()
55s paths = {
55s 'empty': root1 / 'empty',
55s 'shallow': root1 / 'shallow',
55s 'deep': root1 / 'deep',
55s }
55s for d in paths.values():
55s d.ensuredir()
55s demo_nested_paths(paths['shallow'])
55s demo_nested_paths(paths['deep'], depth=3)
55s
55s # Instead you can always exepct <dst>/<contents> to be the same as
55s # <src>/<contents>.
55s for key, src in paths.items():
55s for meta in ['stats', 'mode', None]:
55s kwargs = {
55s 'meta': meta
55s }
55s root2.delete().ensuredir()
55s # Because root2 exists we error if overwrite if False
55s with pytest.raises(FileExistsError):
55s src.copy(root2, **kwargs)
55s # When overwrite is True,
55s src.copy(root2, overwrite=True, **kwargs)
55s relative_contents(root2)
55s contents1 = relative_contents(src)
55s contents2 = relative_contents(root2)
55s > assert contents1 == contents2
55s E AssertionError: assert [Path('.'), P...'file_0.txt')] ==
[Path('.'), P...h('subdir_0')]
55s E
55s E At index 1 diff: Path('subdir_0') != Path('file_0.txt')
55s E
55s E Full diff:
55s E [
55s E Path('.'),
55s E + Path('subdir_0'),...
55s E
55s E ...Full output truncated (5 lines hidden), use '-vv' to show
55s
55s tests/test_path.py:147: AssertionError
--- End Message ---
--- Begin Message ---
Source: ubelt
Source-Version: 1.3.7-1
Done: Bo YU <tsu.y...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
ubelt, 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 1089...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bo YU <tsu.y...@gmail.com> (supplier of updated ubelt 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: Sat, 07 Dec 2024 21:41:17 +0800
Source: ubelt
Architecture: source
Version: 1.3.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Bo YU <tsu.y...@gmail.com>
Closes: 1089069
Changes:
ubelt (1.3.7-1) unstable; urgency=medium
.
* New upstream version 1.3.7. (Closes: #1089069)
Checksums-Sha1:
796fcf083966afdebca6daa9e59bd0c47610ad2c 3259 ubelt_1.3.7-1.dsc
46573f4eead40416011af479f863d9e22547434f 374636 ubelt_1.3.7.orig.tar.gz
d7c2be2ef34e387a3c482d23eb14220f029b00ec 3220 ubelt_1.3.7-1.debian.tar.xz
5bf7c2380e9af35b3693a2e9075fc91eb9325e2e 9341 ubelt_1.3.7-1_amd64.buildinfo
Checksums-Sha256:
1d7de7bf2253e2614a8d5b39782866284a648b7e62b583b7139cab5d72d64cf2 3259
ubelt_1.3.7-1.dsc
6307f1bb29fc1615000e5ff32fef47c9c18435f2a530f6df93ab8fcb5981cba4 374636
ubelt_1.3.7.orig.tar.gz
edebd2aca1b9762416cbd037803868b18ad004a283763cb744f43a5b1b7605bf 3220
ubelt_1.3.7-1.debian.tar.xz
c384dbf6267ace69b3ef6a1843dc21e143a6370adfc9eb73b32382ee2506570c 9341
ubelt_1.3.7-1_amd64.buildinfo
Files:
4da569eb428e06600583491e9867e427 3259 python optional ubelt_1.3.7-1.dsc
e7a0c32ad43f287a5f40ad90ecf3fd89 374636 python optional ubelt_1.3.7.orig.tar.gz
a7625a5296ef21e7d0325485efad1e93 3220 python optional
ubelt_1.3.7-1.debian.tar.xz
d60d42fe4cb2933447da73446782a5f3 9341 python optional
ubelt_1.3.7-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEIcmhjYVTlmab0tjp+RVP3hQ+S68FAmdUVzcACgkQ+RVP3hQ+
S680WQ//Qob8nxuK7VxSnrV72iueyOXS4ldpv6aikToCsFr/io6bSbJma6wHAhtR
Lain0YnV1HLgWmdUXYie3z+V26/4VpsKv1T9Gd9sZrKMGipQRaL6P4mgZnQA7Bvb
uWA5oE3pmCn5rWnpSUyaa/XPQsohA/s24zSSi0BTgag8xLz6xlko1QgAJtt8Ukte
B0xYE6q8ik9vomaTVGC9pxHio5THrt8+OH0kpPbMQSZ+L8KwctXBysvXSE38Hpbv
v6mD0+Sg2ZJKqZWODBorsquWkLP+ROmYLOn1/PgMlhekYZKsP5YiQIf0bFuW34Hn
Jgpw5iwDYkmz8c4m6XY7nf+Z9XjItU/oiTF4QCVW2/QDORBRLXBamBLYMAuNJrmm
2rme6zpA9SgLIBldV7QL1685MbXrM9apoICYzg8bnnL1CFhLRSAy/Vbe7gT8KAX0
cZL7b8V/nTouNUXUsbS6qAB5gcz7jiAwkIQ9U3XuLYl1LdtWsFKqAo5PEhU+0blD
2M7OklD32dH7cRBr5RzNe25aAxg8dlsIxKU0w4wtN0c1VunMzNtSFx76bUqInRMV
YgzUzl6QRm1ktZR0/hcS7DWd8Xyuz60n/TcHSAs4dSqBT9xrSeH9o3IDLquYluDM
tj6ACaPuYLYN2xGQGg/zx8C04nAVgCk03Ad8lbX3ATBVSKniyY4=
=yXZ5
-----END PGP SIGNATURE-----
pgpAIoTjLJqVR.pgp
Description: PGP signature
--- End Message ---