Compare commits

...

20 Commits

Author SHA256 Message Date
Ana Guerrero
83c3c16d66 Accepting request 1181240 from devel:languages:python
- update to 2.12.0:
 * E721: Fix false positive of the form `x.type(...) ==`.
 * E502: Fix false-negative with a backslash escape in a comment.
 * E204: New lint forbidding whitespace after decorator `@`.

OBS-URL: https://build.opensuse.org/request/show/1181240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=21
2024-06-17 17:27:36 +00:00
Ana Guerrero
941c641cc5 Accepting request 1129190 from devel:languages:python
- update to 2.11.1:
  * E275: fix false positive with fstrings containing keyword
    parts in python 3.12

  testsuite_fixes.patch
  * E301: fix regression disallowing decorated one-liners.
  * E714: fix false positive with chained ``is not``.
  * E225: require whitespace around ``and`` ``in`` ``is`` and ``or``.
    PR gh#PyCQA/pycodestyle#919.
* When no path is specified, do not try to read from stdin.
  * Report E227 or E228 instead of E225 for whitespace around bitwise,

OBS-URL: https://build.opensuse.org/request/show/1129190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=20
2023-11-28 21:18:41 +00:00
Dominique Leuenberger
d2b12db949 Accepting request 1103222 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1103222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=19
2023-08-14 20:35:05 +00:00
Dominique Leuenberger
bd90183a16 Accepting request 1099250 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1099250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=18
2023-07-18 19:53:45 +00:00
Dominique Leuenberger
f2175f0f89 Accepting request 1085636 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1085636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=17
2023-05-09 11:09:10 +00:00
Dominique Leuenberger
00be24cf0b Accepting request 1058713 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1058713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=16
2023-01-16 16:59:55 +00:00
Dominique Leuenberger
37b05f7053 Accepting request 1043221 from devel:languages:python
- Update to 2.10.0  (bsc#1206225)
  * Changes:
  E231: allow trailing comma inside 1-tuples in []. PR #1108.
  W601, W602, W603, W604: removed (no longer relevant in python 3). PR #1111.
  E741: also apply to lambdas. PR #1106.
  E741: fix false positive for comparison operators. PR #1118.

OBS-URL: https://build.opensuse.org/request/show/1043221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=15
2022-12-16 16:51:43 +00:00
Dominique Leuenberger
74e1fc07be https://bugzilla.opensuse.org/show_bug.cgi?id=1206225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=14
2022-12-15 18:54:53 +00:00
Dominique Leuenberger
99590de17a Accepting request 1042870 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1042870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=13
2022-12-15 18:24:51 +00:00
Dominique Leuenberger
99958d95c2 https://bugzilla.opensuse.org/show_bug.cgi?id=1206225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=12
2022-12-08 13:13:48 +00:00
Dominique Leuenberger
ce41f59089 Accepting request 1040743 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1040743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=11
2022-12-07 16:34:55 +00:00
Dominique Leuenberger
3e40db814b Accepting request 995145 from devel:languages:python
- update to 2.9.1:
  * E275: fix false positive for yield expressions.
  * E221, E222, E223, E224: add support for := operator. PR #1032.
  * Drop python 2.7 / 3.5.
  * E262: consider non-breaking spaces (\xa0) as whitespace. PR #1035.
  * Improve performance of _is_binary_operator. PR #1052.
  * E275: requires whitespace around keywords. PR #1063.
  * Add support for python 3.11. PR #1070.

OBS-URL: https://build.opensuse.org/request/show/995145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=10
2022-08-23 12:25:36 +00:00
Dominique Leuenberger
62b64c4775 Accepting request 929832 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/929832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=9
2021-11-09 22:53:51 +00:00
Dominique Leuenberger
cf08f1e190 Accepting request 879831 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/879831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=8
2021-03-21 22:19:15 +00:00
Yuchen Lin
1cdcbdd05e Accepting request 805602 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/805602
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=7
2020-05-28 07:05:57 +00:00
Dominique Leuenberger
543399332a Accepting request 670544 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/670544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=6
2019-02-14 13:12:09 +00:00
Dominique Leuenberger
897bc565e7 Accepting request 639620 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/639620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=5
2018-10-11 09:38:44 +00:00
Dominique Leuenberger
4ad753268c Accepting request 628090 from devel:languages:python
- Really run tests
- Drop devel dependency
- Fix provides/obsoletes for pep8

OBS-URL: https://build.opensuse.org/request/show/628090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=4
2018-08-10 07:44:17 +00:00
Dominique Leuenberger
f9552769a9 Accepting request 595511 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/595511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=3
2018-04-22 12:29:03 +00:00
Dominique Leuenberger
b79198d666 Accepting request 493138 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/493138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=2
2017-05-09 15:59:13 +00:00

Diff Content Not Available