Your message dated Fri, 14 Feb 2020 18:05:37 +0000
with message-id <e1j2fln-0007ib...@fasolo.debian.org>
and subject line Bug#950072: fixed in python-asttokens 2.0.3-1
has caused the Debian Bug report #950072,
regarding python-asttokens FTBFS with Python 3.8 as supported version
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.)
--
950072: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950072
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-asttokens
Version: 1.1.13-2
Severity: serious
Tags: ftbfs bullseye sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-asttokens.html
...
======================================================================
ERROR: test_comprehensions (tests.test_astroid.TestAstroid)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/build/1st/python-asttokens-1.1.13/.pybuild/cpython3_3.8_asttokens/build/tests/test_mark_tokens.py",
line 369, in test_comprehensions
m = self.create_mark_checker(source)
File
"/build/1st/python-asttokens-1.1.13/.pybuild/cpython3_3.8_asttokens/build/tests/test_astroid.py",
line 15, in create_mark_checker
return tools.MarkChecker(source, tree=tree)
File
"/build/1st/python-asttokens-1.1.13/.pybuild/cpython3_3.8_asttokens/build/tests/tools.py",
line 82, in __init__
self.atok = asttokens.ASTTokens(source, parse=parse, tree=tree)
File
"/build/1st/python-asttokens-1.1.13/.pybuild/cpython3_3.8_asttokens/build/asttokens/asttokens.py",
line 65, in __init__
self.mark_tokens(self._tree)
File
"/build/1st/python-asttokens-1.1.13/.pybuild/cpython3_3.8_asttokens/build/asttokens/asttokens.py",
line 76, in mark_tokens
MarkTokens(self).visit_tree(root_node)
File
"/build/1st/python-asttokens-1.1.13/.pybuild/cpython3_3.8_asttokens/build/asttokens/mark_tokens.py",
line 47, in visit_tree
util.visit_tree(node, self._visit_before_children,
self._visit_after_children)
File
"/build/1st/python-asttokens-1.1.13/.pybuild/cpython3_3.8_asttokens/build/asttokens/util.py",
line 184, in visit_tree
ret = postvisit(current, par_value, value)
File
"/build/1st/python-asttokens-1.1.13/.pybuild/cpython3_3.8_asttokens/build/asttokens/mark_tokens.py",
line 90, in _visit_after_children
nfirst, nlast = self._methods.get(self, node.__class__)(node, first, last)
File
"/build/1st/python-asttokens-1.1.13/.pybuild/cpython3_3.8_asttokens/build/asttokens/mark_tokens.py",
line 175, in visit_listcomp
return self.handle_comp('[', node, first_token, last_token)
File
"/build/1st/python-asttokens-1.1.13/.pybuild/cpython3_3.8_asttokens/build/asttokens/mark_tokens.py",
line 171, in handle_comp
util.expect_token(before, token.OP, open_brace)
File
"/build/1st/python-asttokens-1.1.13/.pybuild/cpython3_3.8_asttokens/build/asttokens/util.py",
line 56, in expect_token
raise ValueError("Expected token %s, got %s on line %s col %s" % (
ValueError: Expected token OP:'[', got ENDMARKER:'' on line 2 col 1
...
======================================================================
FAIL: test_walk_ast (tests.test_util.TestUtil)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/build/1st/python-asttokens-1.1.13/.pybuild/cpython3_3.8_asttokens/build/tests/test_util.py",
line 43, in test_walk_ast
self.assertEqual(scan, [
AssertionError: Lists differ: ["Mod[202 chars]2', 'Constant:1', 'Constant:2',
"BinOp:'hello'[95 chars]ld'"] != ["Mod[202 chars]2', 'Num:1', 'Num:2',
"BinOp:'hello' + ', ' + [70 chars]ld'"]
First differing element 7:
'Constant:1'
'Num:1'
["Module:foo(bar(1 + 2), 'hello' + ', ' + 'world')",
"Expr:foo(bar(1 + 2), 'hello' + ', ' + 'world')",
"Call:foo(bar(1 + 2), 'hello' + ', ' + 'world')",
'Name:foo',
'Call:bar(1 + 2)',
'Name:bar',
'BinOp:1 + 2',
- 'Constant:1',
- 'Constant:2',
+ 'Num:1',
+ 'Num:2',
"BinOp:'hello' + ', ' + 'world'",
"BinOp:'hello' + ', '",
- "Constant:'hello'",
- "Constant:', '",
- "Constant:'world'"]
+ "Str:'hello'",
+ "Str:', '",
+ "Str:'world'"]
----------------------------------------------------------------------
Ran 79 tests in 2.124s
FAILED (SKIP=1, errors=8, failures=11)
E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: cd
/build/1st/python-asttokens-1.1.13/.pybuild/cpython3_3.8_asttokens/build;
python3.8 -m nose -v tests
dh_auto_test: error: pybuild --test --test-nose -i python{version} -p "3.8 3.7"
returned exit code 13
make: *** [debian/rules:6: build] Error 25
--- End Message ---
--- Begin Message ---
Source: python-asttokens
Source-Version: 2.0.3-1
We believe that the bug you reported is fixed in the latest version of
python-asttokens, 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 950...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Boyuan Yang <by...@debian.org> (supplier of updated python-asttokens 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: Fri, 07 Feb 2020 12:04:55 -0500
Source: python-asttokens
Architecture: source
Version: 2.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Boyuan Yang <by...@debian.org>
Closes: 950072
Changes:
python-asttokens (2.0.3-1) unstable; urgency=medium
.
* Team upload.
.
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field.
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
* d/watch: Use https protocol.
* Bump Standards-Version to 4.4.1.
.
[ Diego M. Rodriguez ]
* New upstream version 2.0.3. (Closes: #950072)
* Bump debhelper-compat to 12.
* Bump Standards-Version to 4.5.0.
* Replace nose with pytest in build-depends.
Checksums-Sha1:
9dee5282ad1e74ecf295a4802ebe79d2000d3636 2154 python-asttokens_2.0.3-1.dsc
4a2ddbfdb402ac0334e39dfafaaa2cbf9c7984b7 41533
python-asttokens_2.0.3.orig.tar.gz
ccfa1591396b4814621543e8b709bc36a7e470bf 1928
python-asttokens_2.0.3-1.debian.tar.xz
a80c5083c86e7dbfc18f9f39f71f11a8a8affb6d 6978
python-asttokens_2.0.3-1_amd64.buildinfo
Checksums-Sha256:
e2bc3af2960ec0e79d783fb2b59ca76fce7a98a0f76aaaf14dc57068e7a894c2 2154
python-asttokens_2.0.3-1.dsc
284831ac3e33be743ca6ac018316b66abfd8b1a49d6366ce6c7b1fd07504a21b 41533
python-asttokens_2.0.3.orig.tar.gz
20459da21cce34aa68cc09a5c8c9f89b551125d370023cdad9e4a6ffef9bc3a2 1928
python-asttokens_2.0.3-1.debian.tar.xz
fc881875612b5613b9552088a455838a317b4a4027bdf8166ff8d1c53803e4a7 6978
python-asttokens_2.0.3-1_amd64.buildinfo
Files:
551b5810d59808bbd79de16b81dd9b5b 2154 python optional
python-asttokens_2.0.3-1.dsc
8a9211d70cb5630207b74c1e40b2134d 41533 python optional
python-asttokens_2.0.3.orig.tar.gz
3d1cee92cd3e366fe81fb26131ecd13c 1928 python optional
python-asttokens_2.0.3-1.debian.tar.xz
0827cfd42ac3ff9ac728f7d02c30024e 6978 python optional
python-asttokens_2.0.3-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAl49nCgACgkQwpPntGGC
Ws7/yQ/+NTws/m7WOXVEFGMK6ibT6v93o/qGGKMsqazlcSbFo5UA+0NUCVQdAjfq
qnqmJhlWZLyQv/z4rPsMrpqJ4JSEMJuUdPENXmZTYYEMse23j5RgautVrlL70xOH
MlTh8PbwD1f2CoArkbHssK2KD4fAfPo6IktAthZ9EOB3JpsqnXp3I+dZPkXvkYOJ
/A+dx2qbujqfTW0U8B0Zqw4xawUanvncpF6mcnXmmnypVx4k63HzfKygEN2VzqJS
7QmCRQGecVRys13mBynrVptHF5KHHfyLFTfVvyrJkB2uqfTGtE5qKDzcyR4XYfgJ
xWNGVlqBAZugSbaxzR47952hxqOKpwcWbXYQoyjseODimPUFj/Kp7BvxugtLEkNb
WMM2kZBkjgN8mDZT6ATMjkQ7crkuN29czJvuvVKJvbuOIDU4aObGw1eKdkjtVhE0
6K+ryPSQnaqnz4x/PhUFfRT5nS9oTADtgxwTQT0H2srKf3sNvZsm3ujwqXda1SXO
3rPbVX7rKAjtnY16VtbukFTz/hR3jmRmxbMlFWPBoJ6aW6j/MPcKwjmFoB2sfACH
r9pAdqSW6hJjlcZLm2ngWJqNtFdt8w4ljUPxALzRjZsVHgAiYSvSjyt19j5jOe2S
TrLk6mcYH4JaLeV9tup5e+8YMz4Am8nuy8ioZbGmIc03IOTZQsE=
=SWYV
-----END PGP SIGNATURE-----
--- End Message ---