17
0

31 Commits

Author SHA256 Message Date
ac455bb116 Accepting request 1324597 from devel:languages:python
- update to 0.15.1:
  * N808 now allows type variable names to start with an
    underscore.
  * Add support for Python 3.13.
  * Drop support for Python 3.8.
  * N808 checks type variable names use the CapWords convention
    and have an appropriate suffix.

OBS-URL: https://build.opensuse.org/request/show/1324597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pep8-naming?expand=0&rev=14
2025-12-29 14:16:49 +00:00
9bf4ace2c5 - update to 0.15.1:
* N808 now allows type variable names to start with an
    underscore.
  * Add support for Python 3.13.
  * Drop support for Python 3.8.
  * N808 checks type variable names use the CapWords convention
    and have an appropriate suffix.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=31
2025-12-28 20:42:19 +00:00
4fb43aea20 Accepting request 1178618 from devel:languages:python
- 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/request/show/1178618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pep8-naming?expand=0&rev=13
2024-06-05 15:42:22 +00:00
f73fa1eb1d - 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
e4057b1724 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=28 2024-06-04 20:46:22 +00:00
5439c3f889 Accepting request 1046120 from devel:languages:python
- 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/request/show/1046120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pep8-naming?expand=0&rev=12
2023-01-02 14:02:25 +00:00
8885d9ed3d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=26 2023-01-02 09:47:25 +00:00
b54a9ae28c 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
789d609baa - 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
45561fe575 Accepting request 1004620 from devel:languages:python
- 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/request/show/1004620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pep8-naming?expand=0&rev=11
2022-09-19 14:03:38 +00:00
b22b6a9f30 - 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
70a1563f64 Accepting request 952002 from devel:languages:python
- 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/request/show/952002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pep8-naming?expand=0&rev=10
2022-02-07 22:38:02 +00:00
236125a323 - 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
bad06c4f04 Accepting request 900726 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/900726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pep8-naming?expand=0&rev=9
2021-06-19 21:03:15 +00:00
7db6ecf4cb 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
588a014ddb Accepting request 820508 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/820508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pep8-naming?expand=0&rev=8
2020-07-14 05:58:19 +00:00
Tomáš Chvátal
2b92288c80 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
753c1f0dff Accepting request 787791 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/787791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pep8-naming?expand=0&rev=7
2020-03-24 21:36:44 +00:00
Tomáš Chvátal
7da75081e5 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
b1b2771b6d Accepting request 755166 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/755166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pep8-naming?expand=0&rev=6
2019-12-10 21:42:27 +00:00
Tomáš Chvátal
6fdf76db2e 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
3bc60ec61f Accepting request 680059 from devel:languages:python
- 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/request/show/680059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pep8-naming?expand=0&rev=5
2019-03-01 15:48:09 +00:00
Tomáš Chvátal
755f99f40c - 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
Stephan Kulow
d5e75f247d Accepting request 670749 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/670749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pep8-naming?expand=0&rev=4
2019-02-02 21:24:46 +00:00
Tomáš Chvátal
eff064b3ac 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
dd083b6e82 Accepting request 660691 from devel:languages:python
- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/660691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pep8-naming?expand=0&rev=3
2018-12-24 10:47:41 +00:00
ae8c5bd2b3 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
b69139e7cf Accepting request 626373 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/626373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pep8-naming?expand=0&rev=2
2018-07-31 14:00:44 +00:00
Tomáš Chvátal
c047bf0bad 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
7958af01df Accepting request 613559 from devel:languages:python
Find naming issues in python code

OBS-URL: https://build.opensuse.org/request/show/613559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pep8-naming?expand=0&rev=1
2018-06-15 12:37:14 +00:00
Todd R
db26623b81 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