Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-pep8-naming-0.10.0-bp153.1.17 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python2-pep8-naming Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.10.0 Vendor: openSUSE
Release: bp153.1.17 Build date: Sat Mar 6 11:32:42 2021
Group: Development/Languages/Python Build host: lamb57
Size: 54948 Source RPM: python-pep8-naming-0.10.0-bp153.1.17.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/flintwork/pep8-naming
Summary: Flake8 plugin for checking PEP-8 naming conventions
Check the PEP-8 naming conventions.

This module provides a plugin for ``flake8``, the Python code checker.

(It replaces the plugin ``flint-naming`` for the ``flint`` checker.)

Provides

Requires

License

MIT

Changelog

* Tue Mar 24 2020 pgajdos@suse.com
  - version update to 0.10.0
    * ``--ignore-names`` now supports globbing and applies to the N804 and N805
      checks.
    * "acronym" imports are now treated as their own error code (N817).
    * Metaclass detection has been improved.
    * Annotated variable declarations (PEP 526) and ``:=`` variable assignments
      are now supported.
* Sat Dec 07 2019 Arun Persaud <arun@gmx.de>
  - update to version 0.9.1:
    * Fix line number offsets when reporting errors involving functions
      with decorators in Python 3.8 and later.
  - changes from version 0.9.0:
    * Drop support for Python 3.3 and 3.4.
    * Support positional-only arguments in Python 3.8.
    * Recognize abc.ABCMeta as a metaclass base type.
    * ignore-names now also applies to the N803 check.
    * Handle assigning exceptions to object attributes in Python 2.
* Thu Feb 28 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 0.8.2:
    * Fix a problem with ignore-names option initialization.
    * ignore-names now also applies to the N806, N815, and N816 checks.
    * failureException, longMessage, and maxDiff have been added to the default ignore-names list.
    * Allow lowercase names to be imported as just _.
    * Allow function arguments to be named just _.
    * Support Python 2's tuple syntax in except clauses.
* Sat Feb 02 2019 Arun Persaud <arun@gmx.de>
  - specfile:
    * update copyright year
  - update to version 0.8.0:
    * Detect N806 errors within for loops and exception handlers.
    * Improve support for non-ASCII characters.
    * Detect mixedCased variable names at class (N815) and global (N816)
      scope.
    * Ignore Django's setUpTestData method by default.
    * Fix column offsets for N803, N804, and N805 under Python 3.
    * Detect underscores within class names as N801 errors.
    * Don't flag __getattr__ and __dir__ as N807 errors. (See PEP 562).
    * async function and method names are now checked.
    * Detect N806 errors in generator expressions and comprehensions.
    * Detect N81x errors in import x as y statements.
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Sun Jul 29 2018 jengelh@inai.de
  - Use noun phrase in summary.
* Thu May 24 2018 toddrme2178@gmail.com
  - Update to 0.7.0
    * Detect N806 in ``with ... as ...:`` statements.
    * Detect N806 in multiple assignment statements, e.g., ``Foo, Bar =
      unpacking``.
    * Allow class names to be properly ignored.
    * Remove spurious 'xxx' from error message
    * Detect N807 within conditional statements.
  - Update to 0.6.1
    * Fix N804 check for ``cls`` used in metaclass methods (See also
      https://github.com/PyCQA/pep8-naming/issues/53)
  - Update to 0.6.0
    * Separate check for ``__`` in function names to its own code: N807
    * Consider all metaclass methods to be class methods
  - Spec file cleanups
* Wed Jan 03 2018 arun@gmx.de
  - specfile:
    * update copyright year
    * requre flake8-polyfill
  - update to version 0.5.0:
    * Add configurable list of classmethod and staticmethod decorators
    * Print the offending name as part of the error message
    * Correct N804/N805 for __init_subclass__
* Mon Aug 14 2017 toddrme2178@gmail.com
  - Implement single-spec version.
  - Update to version 0.4.1
    * Fix option parsing for Flake8 3.0 (store parsed value on class)
  - Update to version 0.4.0
    * Fix integration with Flake8 3.0.0b1
    * Start testing against Python 3.5
  - Update to version 0.3.3
    * Fix bug where ignored names were not properly split into a
      list.
  - Update to version 0.3.2
    * Fix bug trying to call split on a list.
  - Update to version 0.3.1
    * Fix optparse exception resulting from trying to register an
      option twice.
  - Update to version 0.3.0
    * Relaxed N806 checking for use with namedtuples
    * Add --ignore-names which allows the user to specify a list of
      names to ignore. By default this includes setUp, tearDown,
      setUpClass, and tearDownClass.
* Thu Jul 10 2014 toddrme2178@gmail.com
  - Update to 0.2.2
    - Do not require setuptools in setup.py. It works around an
      issue with pip and Python 3.
    - __new__ is now considered as classmethod implicitly
    - Run unit tests on travis-ci.org for python2.6, 2.7, 3.2, and 3.3
    - Add unit tests and support running them with setup.py
    - Support Python 3.4

Files

/usr/lib/python2.7/site-packages/pep8_naming-0.10.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/pep8_naming-0.10.0-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/pep8_naming-0.10.0-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/pep8_naming-0.10.0-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/pep8_naming-0.10.0-py2.7.egg-info/entry_points.txt
/usr/lib/python2.7/site-packages/pep8_naming-0.10.0-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/pep8_naming-0.10.0-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/pep8_naming-0.10.0-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/pep8ext_naming.py
/usr/lib/python2.7/site-packages/pep8ext_naming.pyc
/usr/lib/python2.7/site-packages/pep8ext_naming.pyo
/usr/share/doc/packages/python2-pep8-naming
/usr/share/doc/packages/python2-pep8-naming/CHANGELOG.rst
/usr/share/doc/packages/python2-pep8-naming/README.rst
/usr/share/licenses/python2-pep8-naming
/usr/share/licenses/python2-pep8-naming/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024