Your message dated Sun, 12 Aug 2018 15:37:44 +0000
with message-id <e1fosr6-0004er...@fasolo.debian.org>
and subject line Bug#903533: fixed in yapf 0.22.0-2
has caused the Debian Bug report #903533,
regarding yapf FTBFS with Python 3.7 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.)


-- 
903533: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903533
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: yapf
Version: 0.22.0-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/yapf.html

...
I: pybuild base:217: cd 
/build/1st/yapf-0.22.0/.pybuild/cpython3_3.7_yapf/build; python3.7 -m nose 
.............................................................................................................F.......................................................F.............................................................................................................................................................................................................................SSSS.F...................................................................................................
======================================================================
FAIL: testAsyncAsNonKeyword 
(yapftests.reformatter_basic_test.BasicReformatterTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/build/1st/yapf-0.22.0/.pybuild/cpython3_3.7_yapf/build/yapftests/reformatter_basic_test.py",
 line 2489, in testAsyncAsNonKeyword
    self.assertCodeEqual(code, reformatter.Reformat(uwlines, verify=False))
  File 
"/build/1st/yapf-0.22.0/.pybuild/cpython3_3.7_yapf/build/yapftests/yapf_test_helper.py",
 line 57, in assertCodeEqual
    self.fail('\n'.join(msg))
AssertionError: Code format mismatch:
Expected:
 > from util import async
 > 
 > 
 > class A(object):
 >     def foo(self):
 >         async.run()
 > 
 >     def bar(self):
 >         pass
Actual:
 > from util import async
 > 
 > 
 > class A(object):
 >     def foo(self):
 >         async .run()
 > 
 >     def bar(self):
 >         pass
Diff:
--- actual
+++ expected
@@ -3,7 +3,7 @@
 
 class A(object):
     def foo(self):
-        async .run()
+        async.run()
 
     def bar(self):
         pass

======================================================================
FAIL: testListComprehensionPreferThreeLinesForLineWrap 
(yapftests.reformatter_basic_test.BasicReformatterTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/build/1st/yapf-0.22.0/.pybuild/cpython3_3.7_yapf/build/yapftests/reformatter_basic_test.py",
 line 526, in testListComprehensionPreferThreeLinesForLineWrap
    self.assertCodeEqual(expected_formatted_code, reformatter.Reformat(uwlines))
  File 
"/build/1st/yapf-0.22.0/.pybuild/cpython3_3.7_yapf/build/yapftests/yapf_test_helper.py",
 line 57, in assertCodeEqual
    self.fail('\n'.join(msg))
AssertionError: Code format mismatch:
Expected:
 > def given(y):
 >   long_variable_name = [
 >       long_var_name + 1
 >       for long_var_name, number_two in ()
 >       if long_var_name == 2 and number_two == 3
 >   ]
Actual:
 > def given(y):
 >   long_variable_name = [
 >       long_var_name + 1 for long_var_name, number_two in ()
 >       if long_var_name == 2 and number_two == 3
 >   ]
Diff:
--- actual
+++ expected
@@ -1,5 +1,6 @@
 def given(y):
   long_variable_name = [
-      long_var_name + 1 for long_var_name, number_two in ()
+      long_var_name + 1
+      for long_var_name, number_two in ()
       if long_var_name == 2 and number_two == 3
   ]

======================================================================
FAIL: testStronglyConnected (yapftests.split_penalty_test.SplitPenaltyTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/build/1st/yapf-0.22.0/.pybuild/cpython3_3.7_yapf/build/yapftests/split_penalty_test.py",
 line 205, in testStronglyConnected
    (']', None),
  File 
"/build/1st/yapf-0.22.0/.pybuild/cpython3_3.7_yapf/build/yapftests/split_penalty_test.py",
 line 72, in _CheckPenalties
    self.assertEqual(list_of_expected, FlattenRec(tree))
AssertionError: Lists differ: [('['[25 chars]or', 0), ('a', 3000), ('in', 
3000), ('foo', 30[93 chars]one)] != [('['[25 chars]or', None), ('a', None), 
('in', None), ('foo',[99 chars]one)]

First differing element 2:
('for', 0)
('for', None)

  [('[', None),
   ('a', None),
-  ('for', 0),
?          ^

+  ('for', None),
?          ^^^^

-  ('a', 3000),
-  ('in', 3000),
-  ('foo', 3000),
+  ('a', None),
+  ('in', None),
+  ('foo', None),
-  ('if', 0),
?         ^

+  ('if', None),
?         ^^^^

-  ('a', 3000),
+  ('a', None),
   ('.', 1000000),
   ('x', 4000),
   ('==', 3000),
   ('37', 3000),
   (']', None)]

----------------------------------------------------------------------
Ran 492 tests in 14.484s

FAILED (SKIP=4, failures=3)
E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: cd 
/build/1st/yapf-0.22.0/.pybuild/cpython3_3.7_yapf/build; python3.7 -m nose 
dh_auto_test: pybuild --test -i python{version} -p "3.7 3.6" returned exit code 
13
make: *** [debian/rules:10: build] Error 25

--- End Message ---
--- Begin Message ---
Source: yapf
Source-Version: 0.22.0-2

We believe that the bug you reported is fixed in the latest version of
yapf, 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 903...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ana Custura <a...@netstat.org.uk> (supplier of updated yapf 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, 12 Aug 2018 15:47:28 +0100
Source: yapf
Binary: python-yapf yapf python3-yapf yapf3
Architecture: source all
Version: 0.22.0-2
Distribution: unstable
Urgency: medium
Maintainer: Ana Custura <a...@netstat.org.uk>
Changed-By: Ana Custura <a...@netstat.org.uk>
Description:
 python-yapf - public modules for yapf (Python 2)
 python3-yapf - public modules for yapf (Python 3)
 yapf       - Python code formatter for different styles (Python 2)
 yapf3      - Python code formatter for different styles (Python 3)
Closes: 903533 904755
Changes:
 yapf (0.22.0-2) unstable; urgency=medium
 .
   * debian/control:
       - adds missing dependency on python-pkg-resources (Closes: #904755)
       - updates Debian policy to 4.2.0
       - bumps debhelper vesion to 11
       - updates vcs fields
   * debian/compat:
       - bumps debhelper vesion to 11
   * debian/rules:
       - prevents some Python3 tests from running (Closes: #903533)
Checksums-Sha1:
 0a8911c9b6d6f14e41cf5cbb148fbfd81c0f5585 2254 yapf_0.22.0-2.dsc
 b9dcefed3704168d9d7488e598d9f54dfe36e837 3616 yapf_0.22.0-2.debian.tar.xz
 241e9eed658f445ae41e4faa817c6fec6fefc4a0 108584 python-yapf_0.22.0-2_all.deb
 ee3f61f9a6d7237a9699289d83c74896e1623b80 108680 python3-yapf_0.22.0-2_all.deb
 44f748cd8f30edadd4cc07c793172f26c5555e0b 22576 yapf3_0.22.0-2_all.deb
 0dc583ca858b44c22df35791e2a773cfe0ccbcdd 22560 yapf_0.22.0-2_all.deb
 8afdf9f08298c979354827f97e15b6657879175b 7432 yapf_0.22.0-2_amd64.buildinfo
Checksums-Sha256:
 511bbf55a1f59cdc0d3abd5a4eee5bd80c4b59efc4478ad5aeddb0b8b2022f79 2254 
yapf_0.22.0-2.dsc
 bbb26d5ab503f179e028c68ecdb4f9edb660318d8d259ecac8f628d335b5cfaf 3616 
yapf_0.22.0-2.debian.tar.xz
 83ce09b4327cada70614b1bb42059de0cc44157980d005ee0faa210d4a39d981 108584 
python-yapf_0.22.0-2_all.deb
 bbae46db444047788d421a9c615a7ec475ac5e5417d40fa8e54a1f56c87afa07 108680 
python3-yapf_0.22.0-2_all.deb
 a57ca2297ff0ea115cfc987aaa02bf451a40274dbea5928a090ff8a3ae8ce5ab 22576 
yapf3_0.22.0-2_all.deb
 7e4a86b631576206fa256270bd87fa809ed738ad2414322083b8ddb441689c20 22560 
yapf_0.22.0-2_all.deb
 8e0eb0dbbf0ae101e6573c01dcd16a1a2141a00c5ef24467bd0508c7a8230240 7432 
yapf_0.22.0-2_amd64.buildinfo
Files:
 be878a2bd33fd7c7655cca510dc37caa 2254 python optional yapf_0.22.0-2.dsc
 9c7a9418d9bbb1c8633d4fd262d35250 3616 python optional 
yapf_0.22.0-2.debian.tar.xz
 e45bfac65b480b2846fe38a6f9a5526b 108584 python optional 
python-yapf_0.22.0-2_all.deb
 bb0a439ac99bd6d9b2c38fdc4a1c36cb 108680 python optional 
python3-yapf_0.22.0-2_all.deb
 8c5a2d2520c97b2e55d31187676941b3 22576 python optional yapf3_0.22.0-2_all.deb
 e547a48a10a7beafdcfd31c13c4527db 22560 python optional yapf_0.22.0-2_all.deb
 5909eab0e118db48a1911ebb858b329f 7432 python optional 
yapf_0.22.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEMEVxS8/NmLlMBvgk0AURaWEueyoFAltwTfkACgkQ0AURaWEu
eyr6fQ/8CpNZLjHmjKb9TK3z5EyPFc2O2h9tDWRcmfurwlzBcrdElO9PWGKgmWJ9
8Cn5N9QU3kMU7OJ4E+Zjt6HxxLHllEOlwMxlz+spvDIh+gjQgC2VCLHzNT11J70I
zwkKr4lcs5QNGIrYgnoxALsYbxYyiRn+dHQZus+S11GDzmF7bYcYyygugtBZnzgK
j0UZuuQPiXv49YGn/9j1XuUGKZLifX2s4AjY/ibsXbDKVp+ASeUS9sY33LlrmOvB
YGvAhsC48f9TZmVYIJL2636VpcE4fUYJvt9FivbMCz7Yi1AwEh89qKQaHyHA42Da
daQ+RQcE03kQ95AWr4Zs8ykbyljTr1Um6pXMnr86adowwM9N30BPUKE2d51HbVG8
bThi6e356M2SU+LtNgbrslXKeOgYoiTc0dBNzyko+uTy7yUnTo290C8qoqzPPbd7
x0xw67mfsZuURH90YrOeIOF3r8n+YeggbLnVkOjW29Gc2xoUuKmsdrZwWs4KcLA7
l2Kco/3BGwWUg8dMSn+y2U8FhqBC2K7d7ezRH9YPPm+FRuQ152dqUr5eYrtfhkop
YSdUmOzqn+R9wnzWlS0DxbnjYpR+CedQKqo2DhEZf5LW7n7jAz0qVKyC48h9zxjq
lOFbbOgmhtrifiimxPkAD8k874ER1vW6kvG2XUCqR34xOtXp9NE=
=Awxh
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to