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

python312-pep8-naming-0.14.1-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-pep8-naming Distribution: openSUSE Tumbleweed
Version: 0.14.1 Vendor: openSUSE
Release: 1.1 Build date: Tue Jun 4 22:46:22 2024
Group: Unspecified Build host: reproducible
Size: 68523 Source RPM: python-pep8-naming-0.14.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/PyCQA/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 Jun 04 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.14.1:
    * Require Python 3.8 or later.
    * Drop support for Python 3.7.
    * Add support for Python 3.12.
    * Ignore methods decorated by @typing.override.
    * Perform case-sensitive ignore-names globbing on all
      platforms.
* Mon Jan 02 2023 Dirk Müller <dmueller@suse.com>
  - update to 0.13.3:
    * Formally require flake8 5.0.0 or later.
    * Add support for Python 3.11.
* Mon Sep 19 2022 Dirk Müller <dmueller@suse.com>
  - update to 0.13.2:
    * Formally require Python 3.7 or later using ``python_requires``.
    * Fix warnings related to deprecated options syntax.
    * ``setUpModule`` and ``tearDownModule`` are now exempted by default.
  - drop add-missing-option-for-testsuite.patch (obsolete)
* Mon Feb 07 2022 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 0.12.1:
    * Fix potential stack exhaustion in the N818 check.
    * flake8 3.9.1 or later is now required.
    * N818 checks exception class names for an "Error" suffix
    * asyncSetUp and asyncTearDown are now exempted by default.
  - Remove pep8-naming-pr157-exception-names.patch, merged.
  - Add patch add-missing-option-for-testsuite.patch:
    * Merged commit from upstream to make tests pass.
* Fri Jun 18 2021 Ben Greiner <code@bnavigator.de>
  - Add pep8-naming-pr157-exception-names.patch for compatibility
    with flake8 >= 3.9.1; gh#PyCQA/pep8-naming#157
  - Update URL, clean up specfile (-B and PYTHONDONTWRITEBYTECODE=1
    are redundant)
* Sat Jul 11 2020 Arun Persaud <arun@gmx.de>
  - update to version 0.11.1:
    * Fix an AST-related AttributeError when processing decorator lists.
  - changes from version 0.11.0:
    * __class_getitem__ is now recognized as a class method.
    * Support ast.Call nodes in decorator lists (@decorator(arg)).
    * As a performance improvement, onl
* 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.

Files

/usr/lib/python3.12/site-packages/__pycache__/pep8ext_naming.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/__pycache__/pep8ext_naming.cpython-312.pyc
/usr/lib/python3.12/site-packages/pep8_naming-0.14.1.dist-info
/usr/lib/python3.12/site-packages/pep8_naming-0.14.1.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/pep8_naming-0.14.1.dist-info/LICENSE
/usr/lib/python3.12/site-packages/pep8_naming-0.14.1.dist-info/METADATA
/usr/lib/python3.12/site-packages/pep8_naming-0.14.1.dist-info/RECORD
/usr/lib/python3.12/site-packages/pep8_naming-0.14.1.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/pep8_naming-0.14.1.dist-info/WHEEL
/usr/lib/python3.12/site-packages/pep8_naming-0.14.1.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/pep8_naming-0.14.1.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/pep8ext_naming.py
/usr/share/doc/packages/python312-pep8-naming
/usr/share/doc/packages/python312-pep8-naming/CHANGELOG.rst
/usr/share/doc/packages/python312-pep8-naming/README.rst
/usr/share/licenses/python312-pep8-naming
/usr/share/licenses/python312-pep8-naming/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jun 20 23:24:36 2024