15
0

14 Commits

Author SHA256 Message Date
f8785fb78d - 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.
  * asyncSetUp and asyncTearDown are now exempted by default.
  - Do not require setuptools in setup.py. It works around an

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=29
2024-06-04 20:46:47 +00:00
4006268d56 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=25 2023-01-02 09:47:10 +00:00
ee0310f5d1 - update to 0.13.3:
* -------------------
  * Formally require flake8 5.0.0 or later.
  * Add support for Python 3.11.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=24
2023-01-02 09:46:45 +00:00
86e34caa60 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=22
2022-09-19 08:21:09 +00:00
e197ca42eb - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=21
2022-02-07 04:05:24 +00:00
e945bbcc60 Accepting request 900719 from home:bnavigator:branches:devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/900719
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=19
2021-06-18 08:52:47 +00:00
Tomáš Chvátal
8e61a83b6c Accepting request 820448 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/820448
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=17
2020-07-12 06:36:03 +00:00
Tomáš Chvátal
27e9f4352a Accepting request 787790 from home:pgajdos:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/787790
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=15
2020-03-24 13:02:53 +00:00
Tomáš Chvátal
ec16507b3e Accepting request 754980 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/754980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=13
2019-12-09 09:18:26 +00:00
Tomáš Chvátal
bef12ccfcb - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=11
2019-02-28 09:14:52 +00:00
Tomáš Chvátal
de2a2e3d91 Accepting request 670735 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/670735
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=9
2019-02-02 18:39:49 +00:00
69afe03b7d Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=7
2018-12-04 13:46:17 +00:00
Tomáš Chvátal
e989bdd9cf Accepting request 626068 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/626068
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=5
2018-07-30 07:34:03 +00:00
Todd R
6598b084a8 Accepting request 613558 from devel:languages:python:misc
Find naming issues in python code

OBS-URL: https://build.opensuse.org/request/show/613558
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=1
2018-06-02 03:40:12 +00:00