Hello community, here is the log from the commit of package python-pep8 for openSUSE:Factory checked in at 2013-02-11 20:51:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pep8 (Old) and /work/SRC/openSUSE:Factory/.python-pep8.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pep8", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pep8/python-pep8.changes 2012-06-26 17:57:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-pep8.new/python-pep8.changes 2013-02-11 20:51:51.000000000 +0100 @@ -1,0 +2,31 @@ +Mon Jan 28 21:16:59 UTC 2013 - [email protected] + +- Update to version 1.4.1: + * Report E703 instead of E702 for the trailing semicolon. (Issue #117) + * Report E226 instead of E225 for optional white space around common + operators (``*``, ``**``, ``/``, ``+`` and ``-``). This new error + code is ignored in the default configuration because PEP 8 recommends + to "use your own judgement". (Issue #96) + * Lines with a ``# nopep8`` at the end will not issue errors on line + length E501 or continuation line indentation E12*. (Issue #27) + * Fix AssertionError when the source file contains an invalid line + ending ``"\r\r\n"``. (Issue #119) + * Read the ``[pep8]`` section of ``tox.ini`` or ``setup.cfg`` if present. + * Add the Sphinx-based documentation, and publish it + * Fix false positive E124 and E128 with comments. (Issue #100) + * Fix error on stdin when running with bpython. (Issue #101) + * Fix false positive E401. (Issue #104) + * Report E231 for nested dictionary in list. (Issue #142) + * Catch E271 at the beginning of the line. (Issue #133) + * Fix false positive E126 for multi-line comments. (Issue #138) + * Fix false positive E221 when operator is preceded by a comma. (Issue #135) + * Fix ``--diff`` failing on one-line hunk. (Issue #137) + * Fix the ``--exclude`` switch for directory paths. (Issue #111) + * Use ``-`` filename to read from standard input. (Issue #128) + * Fix regression with continuation line checker. (Issue #98) + * Add E902 for IO errors. (Issue #87) + * Fix false positive for E121, and missed E124. (Issue #92) + * Allow ``verbose`` in the configuration file. (Issue #91) + * Show the enforced ``max-line-length`` in the error message. (Issue #86) + +------------------------------------------------------------------- python3-pep8.changes: same change Old: ---- pep8-1.3.1.tar.gz New: ---- pep8-1.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pep8.spec ++++++ --- /var/tmp/diff_new_pack.nIOPsa/_old 2013-02-11 20:51:52.000000000 +0100 +++ /var/tmp/diff_new_pack.nIOPsa/_new 2013-02-11 20:51:52.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pep8 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-pep8 -Version: 1.3.1 +Version: 1.4.1 Release: 0 Url: http://github.com/jcrocholl/pep8 Summary: Python style guide checker python3-pep8.spec: same change ++++++ pep8-1.3.1.tar.gz -> pep8-1.4.1.tar.gz ++++++ ++++ 2921 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
