Revisions of python-pycodestyle

Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 929188 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 18)
- Update to version 2.8.0
buildservice-autocommit accepted request 879831 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 17)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 879527 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 16)
- Update to v2.7.0
buildservice-autocommit accepted request 805602 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 15)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 805552 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 14)
- Update to version 2.6.0
  * E306: fix detection inside ``async def``.
    PR gh#PyCQA/pycodestyle#929.
  * E301: fix regression disallowing decorated one-liners.  
    PR gh#PyCQA/pycodestyle#927.
  * E714: fix false positive with chained ``is not``.  
    PR gh#PyCQA/pycodestyle#931.
- Update to version 2.6.0a1
  New checks:
  * E225: require whitespace around ``and`` ``in`` ``is`` and ``or``. 
    PR gh#PyCQA/pycodestyle#847.
  Changes:
  * E117: fix indentation using tabs by treating as 8-space indents.
    PR gh#PyCQA/pycodestyle#837.
  * E721: fix false positive with names containg ``istype``.
    PR gh#PyCQA/pycodestyle#850.
  * E741: allow ``l`` as a named argument in a function call.
    PR gh#PyCQA/pycodestyle#853.
  * E302: fix false-negative with decorated functions.
    PR gh#PyCQA/pycodestyle#859.
  * W504: ellipsis (``...``) is no longer treated as a binary operator.
    PR gh#PyCQA/pycodestyle#875.
  * E402: allow ``with``, ``if``, ``elif``, ``else`` to guard imports.
    PR gh#PyCQA/pycodestyle#834.
  * Add support for assignment expressions ``:=`` (PEP 572).
    PR gh#PyCQA/pycodestyle#879.
  * Add support for positional-only arguments ``/`` (PEP 570).
    PR gh#PyCQA/pycodestyle#872, gh#PyCQA/pycodestyle#918.
  * Add support for python 3.8.
  * Add support for matrix multiplication operator ``@`` (PEP 465).
    PR gh#PyCQA/pycodestyle#897.
  * Support visual indent for continuation lines for ``with`` / ``assert`` /
    ``raise``.  PR gh#PyCQA/pycodestyle#912.
  * E302: allow two blank lines after a block of one-liners.
    PR gh#PyCQA/pycodestyle#913.
  * E302: allow two-and-fewer newlines at the top of the file.
    PR gh#PyCQA/pycodestyle#919. 
- install executable as alternative
buildservice-autocommit accepted request 670544 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 13)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 670469 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 12)
- update to version 2.5.0
  * New checks:
    + E117: Over-indented code blocks
    + W505: Maximum doc-string length only when configured with --max-doc-length
  * Changes:
    + Remove support for EOL Python 2.6 and 3.3. PR #720.
    + Add E117 error for over-indented code blocks.
    + Allow W605 to be silenced by `# noqa` and fix the position reported by W605
    + Allow users to omit blank lines around one-liner definitions of classes and
      functions
    + Include the function return annotation (``->``) as requiring surrounding
      whitespace only on Python 3
    + Verify that only names can follow ``await``. Previously we allowed numbers
      and strings.
    + Add support for Python 3.7
    + Fix detection of annotated argument defaults for E252
    + Correct the position reported by W504
- Removed comp_w_changes_tokenize.patch as it was merged into version 2.5.0
buildservice-autocommit accepted request 639620 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 11)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 639619 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 10)
- Add comp_w_changes_tokenize.patch to make tests more stable
  (gh#pycqa/pycodestyle#786)
buildservice-autocommit accepted request 628090 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 9)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 8)
- Fix provides/obsoletes for pep8
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 7)
- Really run tests
- Drop devel dependency
buildservice-autocommit accepted request 595511 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 6)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 595497 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 5)
update to latest version
buildservice-autocommit accepted request 493138 from Todd R's avatar Todd R (TheBlackCat) (revision 4)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 493123 from Todd R's avatar Todd R (TheBlackCat) (revision 3)
Don't provide python2-pep8, singlespec packages should use correct name.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 483177 from Todd R's avatar Todd R (TheBlackCat) (revision 2)
initialized devel package after accepting 483177
Jan Matejek's avatar Jan Matejek (matejcik) committed (revision 1)
- update for singlespec
- rename from pep8 to pycodestyle
- delete shebang from pycodestyle.py
- update to version 2.3.1
  * renamed from pep8 to pycodestyle
  * removed use of project-level .pep8 config file
  * updated code style, added new warnings

- Fix update-alternatives implementation.

- Implement update-alternatives

- Update to 1.7.0
  + Announcements:
    * Repository moved to PyCQA Organization on GitHub:
      https://github.com/pycqa/pep8
  + Changes:
    * Reverted the fix in #368, "options passed on command line are only ones
      accepted" feature. This has many unintended consequences in pep8 and flake8
      and needs to be reworked when I have more time.
    * Added support for Python 3.5. (Issue #420 & #459)
    * Added support for multi-line config_file option parsing. (Issue #429)
    * Improved parameter parsing. (Issues #420 & #456)
  + Bugs:
    * Fixed BytesWarning on Python 3. (Issue #459)

- Update to 1.6.2:
  * Added check for breaking around a binary operator. (Issue #197, Pull #305)
  * Assign variables before referenced. (Issue #287)
  * Report E731 for lambda assignment. (Issue #277)
Displaying revisions 21 - 38 of 38
openSUSE Build Service is sponsored by