Your message dated Thu, 16 Aug 2018 15:04:39 +0000
with message-id <e1fqjph-000bro...@fasolo.debian.org>
and subject line Bug#903533: fixed in yapf 0.22.0-3
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-3

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: Thu, 16 Aug 2018 15:44:10 +0100
Source: yapf
Binary: python-yapf yapf python3-yapf yapf3
Architecture: source all
Version: 0.22.0-3
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
Changes:
 yapf (0.22.0-3) unstable; urgency=medium
 .
   [ Ana C. Custura ]
   * Removes unnecessary comment from rules file
   * Updates autopkgtest suite (Closes: #903533)
Checksums-Sha1:
 d35fe7c121ba3d5dc66808205aaf34bab166bd14 2254 yapf_0.22.0-3.dsc
 d087076badb6a8e5456ca37a6745d4f357cc6a7d 3632 yapf_0.22.0-3.debian.tar.xz
 b6421f2ac30a385681c2214758fca6750ce3b0a8 108640 python-yapf_0.22.0-3_all.deb
 31f9dcd95ba75c421a7ce43ea6bfd6952758882c 108720 python3-yapf_0.22.0-3_all.deb
 b24f2bed7ed305df18d92468dc679aa04f602996 22636 yapf3_0.22.0-3_all.deb
 edc6258bac2449b589b54b2b87a017249e52df7e 22620 yapf_0.22.0-3_all.deb
 1281ff7c7d7e46503a53695517b106277966baa9 7426 yapf_0.22.0-3_amd64.buildinfo
Checksums-Sha256:
 93e4a6293e308cf3d3cf2a4e2bfcba98f9c3659e4735df643213ed14d6966c4c 2254 
yapf_0.22.0-3.dsc
 ee56abb4cecd4271cc988e144ab432580fe79080591ff3fc2eaa21fa4404a921 3632 
yapf_0.22.0-3.debian.tar.xz
 e6734a695251c1f99a42419639fe7c1b73887f7b2453fffd86242786f8744c5a 108640 
python-yapf_0.22.0-3_all.deb
 8e6062ce3a82daa5e0ac9b8a529ea4c348a43c8befc4500af333f9a37dd1a3a7 108720 
python3-yapf_0.22.0-3_all.deb
 0bb6fe5334b1ce1b9ad4a7d980ef758c2eda2cd52d18229e2c72942d95d87578 22636 
yapf3_0.22.0-3_all.deb
 8284b7f779cf38e0780369329bd3d048f010bc739af1ad43822cfc0c1670994d 22620 
yapf_0.22.0-3_all.deb
 8c89333da8925fd1fdcea10f2aa16d6da83f26c67a69c4283678cecf14418847 7426 
yapf_0.22.0-3_amd64.buildinfo
Files:
 68aaea0ea0535320b6de803f22116133 2254 python optional yapf_0.22.0-3.dsc
 81df1dff5259d37957b3e187630a2990 3632 python optional 
yapf_0.22.0-3.debian.tar.xz
 3266dc6d3ce672a72a4465237c884b57 108640 python optional 
python-yapf_0.22.0-3_all.deb
 16fe3747d1e12bfedce2163be2b2e195 108720 python optional 
python3-yapf_0.22.0-3_all.deb
 f52716e4bcd221196bfe1c69673f422d 22636 python optional yapf3_0.22.0-3_all.deb
 0fcf6284ebd77c2a6c9d88b8682a5209 22620 python optional yapf_0.22.0-3_all.deb
 7384e6f60eb933345fd7eabc635a3f7c 7426 python optional 
yapf_0.22.0-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEMEVxS8/NmLlMBvgk0AURaWEueyoFAlt1jtQACgkQ0AURaWEu
eyqUwBAAtN6Z8wcU3ElAVcKKKabysEtx4lpOGnE1zByfMcwKlCrxKRX1uaGsTJxR
4W+amgLmuZRzwBp2iNyPVieoxvvAvsUKTzpZTBkqRnaEwhaD3C4PJE9qxsiQOVYB
9HRm/YY8wMHJZgx56nM+rifQaC/4omZMEnqiq8RMSDbK9F8e2BZA8BuPtJkZTR4y
xDEbmOt5r/ZGzbju1vn+pjjLlvVDAAhdQaEsQcuSyDAtP38JncwyYE0dpZcXCn4P
PdWgcluV1FYBScaRUIlWJFv9T5ojjtRoFJHuv9RR7ffMU5kqSNEZJ9ZjkYePUlw2
QFugmboHkTRWeVGiD3yEh+uXpnBTSYI9VFEjSi1Wn8r7VfUm79iEuQ5hLMoYg6mI
gVnnc1mE5OCOwrANJKp0cRduUsOdy6AheOhwmShF7UHt1iDf3r7NaQW/qsWOyk5S
E6nhfR81IialaiZPh76CPI7V3lP16Ef8x9w7ZrCsiFFCuYzp2E8to2DZUP5HgY0D
801SIrtuPO2MinmemTag60+BluBc2ktGKMC6yQFgw5/4FykVuxavAv8YmSkUUyem
YV3qalnfMnYS3PjppGIJRySrv37Egdb9k0bzbrA3iNv5mE5koy8m2GRF51o2IJm6
oVdK3xSF/3QPutFt0YC6xTxbBwScI9HxQa6Sd/4oqMJp8dj7gZg=
=ZI+B
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to