Activity log for bug #1800607

Date Who What changed Old value New value Message
2018-10-30 08:51:55 Matthias Klose bug added bug
2018-10-30 08:52:12 Matthias Klose bug added subscriber Ubuntu Stable Release Updates Team
2018-10-30 08:57:06 Matthias Klose description Fix the patsy autopkg tests, backporting the patch from cosmic. Fix the patsy autopkg tests, backporting the patch from cosmic. This is due to a behavior change in the python 3.6.7 tokenizer module. Regression potential: Unlikely, but this fix was done on all active Python branches. https://github.com/python/cpython/commit/c4ef4896eac86a6759901c8546e26de4695a1389 (not yet in any released version, but it's been backported to all versions of Python in git, even 2.7!) changed the behaviour in the stdlib's tokenize module to emit a synthetic NEWLINE token even if the file does not end with a newline. This was causing a spurious "mixed-line-endings" warning to be emitted, but luckily the synthetic token is easy to test for (the token text is "").
2018-10-31 14:50:01 Łukasz Zemczak patsy (Ubuntu Bionic): status New Fix Committed
2018-10-31 14:50:02 Łukasz Zemczak bug added subscriber SRU Verification
2018-10-31 14:50:05 Łukasz Zemczak tags verification-needed verification-needed-bionic
2018-10-31 14:56:44 Łukasz Zemczak description Fix the patsy autopkg tests, backporting the patch from cosmic. This is due to a behavior change in the python 3.6.7 tokenizer module. Regression potential: Unlikely, but this fix was done on all active Python branches. https://github.com/python/cpython/commit/c4ef4896eac86a6759901c8546e26de4695a1389 (not yet in any released version, but it's been backported to all versions of Python in git, even 2.7!) changed the behaviour in the stdlib's tokenize module to emit a synthetic NEWLINE token even if the file does not end with a newline. This was causing a spurious "mixed-line-endings" warning to be emitted, but luckily the synthetic token is easy to test for (the token text is ""). Fix the patsy autopkg tests, backporting the patch from cosmic. This is due to a behavior change in the python 3.6.7 tokenizer module. [Test Case] patsy autopkgtests passing [Regression Potential] Unlikely, but this fix was done on all active Python branches. https://github.com/python/cpython/commit/c4ef4896eac86a6759901c8546e26de4695a1389 (not yet in any released version, but it's been backported to all versions of Python in git, even 2.7!) changed the behaviour in the stdlib's tokenize module to emit a synthetic NEWLINE token even if the file does not end with a newline. This was causing a spurious "mixed-line-endings" warning to be emitted, but luckily the synthetic token is easy to test for (the token text is "").
2018-10-31 16:54:49 Matthias Klose tags verification-needed verification-needed-bionic verification-done verification-done-bionic
2018-11-07 22:05:36 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2018-11-07 22:05:55 Launchpad Janitor patsy (Ubuntu Bionic): status Fix Committed Fix Released