b6331c2c8f
Accepting request 1294497 from devel:languages:python
...
- Convert to libalternatives
OBS-URL: https://build.opensuse.org/request/show/1294497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=25
2025-07-21 17:59:08 +00:00
88d21f48a4
- Convert to libalternatives
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=47
2025-07-19 07:31:23 +00:00
1ccc6665ad
Accepting request 1292498 from devel:languages:python
...
- update to 2.14.0:
* Add support for python 3.14. PR #1283 .
* Fix false positive for TypeVar defaults with more than one
argument.
OBS-URL: https://build.opensuse.org/request/show/1292498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=24
2025-07-17 15:16:57 +00:00
546143dbed
- update to 2.14.0:
...
* Add support for python 3.14. PR #1283 .
* Fix false positive for TypeVar defaults with more than one
argument.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=45
2025-07-13 12:36:09 +00:00
4066ee267e
Accepting request 1269466 from devel:languages:python
...
- update to 2.13.0:
* Improve performance.
* Drop EOL python 3.8.
* E251: fix false positive for PEP 696 defaults
OBS-URL: https://build.opensuse.org/request/show/1269466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=23
2025-05-20 07:30:55 +00:00
bcebd17bfa
- update to 2.13.0:
...
* Improve performance.
* Drop EOL python 3.8.
* E251: fix false positive for PEP 696 defaults
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=43
2025-04-15 07:56:21 +00:00
025f9efa2c
Accepting request 1194568 from devel:languages:python
...
- update to 2.12.1:
* Properly preserve escaped `{` and `}` in fstrings in logical
lines in 3.12+.
OBS-URL: https://build.opensuse.org/request/show/1194568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=22
2024-08-20 14:12:25 +00:00
57cea6367b
- update to 2.12.1:
...
* Properly preserve escaped `{` and `}` in fstrings in logical
lines in 3.12+.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=41
2024-08-18 16:50:06 +00:00
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
e08d3fa7b4
- 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/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=39
2024-06-17 06:31:24 +00:00
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
1e5acdb11c
- 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/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=37
2023-11-27 15:59:08 +00:00
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
cd1491fe4c
Accepting request 1102969 from home:ecsos:python
...
- %{?sle15_python_module_pythons} must at beginning of spec to work.
OBS-URL: https://build.opensuse.org/request/show/1102969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=35
2023-08-09 19:15:24 +00:00
35aeb575a9
Accepting request 1102396 from home:mschreiner:branches:devel:languages:python
...
- Update to 2.11.0
* Drop EOL python 3.6 / 3.7.
* Add support for python 3.12.
* E721: adjust handling of type comparison.
Allowed forms are now isinstance(x, t) or type(x) is t.
* Remove handling of python 2 <> operator.
* W606: removed. async / await are always keywords.
* Internal: move tests to pytest.
* Remove handling of python 2 ur'' strings.
- Remove testsuite_fixes.patch as it's no longer required
- Replaced spec file "Source" to pull from GitHub due to this issue:
https://github.com/PyCQA/pycodestyle/issues/1183
- Apply spec-cleaner to spec file.
OBS-URL: https://build.opensuse.org/request/show/1102396
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=34
2023-08-04 14:27:30 +00:00
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
ae379a7fa3
Accepting request 1099247 from home:anag:branches:devel:languages:python
...
Fix python-codestyle FTBFS, this is blocking cloud-init in staging
OBS-URL: https://build.opensuse.org/request/show/1099247
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=32
2023-07-18 11:36:18 +00:00
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
4de6fe54d0
Accepting request 1085604 from home:ojkastl_buildservice:Branch_devel_languages_python
...
add sle15_python_module_pythons
OBS-URL: https://build.opensuse.org/request/show/1085604
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=30
2023-05-09 06:42:11 +00:00
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
c30a2bbd2a
Accepting request 1058254 from home:ojkastl_buildservice:Branch_devel_languages_python
...
cleanup spec, trim %files section and fix %python_clone command
OBS-URL: https://build.opensuse.org/request/show/1058254
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=28
2023-01-16 13:48:10 +00:00
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
f8e9e069a6
- Update to 2.10.0 (bsc#1206225)
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=26
2022-12-15 21:03:10 +00:00
d604e4cb95
- Update to 2.10.0
...
* 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/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=25
2022-12-15 20:47:59 +00:00
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
OBS User buildservice-autocommit
412bfea4d5
Updating link to change in openSUSE:Factory/python-pycodestyle revision 14
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=eb8dc549ee1762a664cccde5b1904a55
2022-12-15 18:54:53 +00:00
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
18f1d9604f
Accepting request 1042740 from home:yarunachalam:branches:devel:languages:python
...
- Update to 2.10.0
* 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/1042740
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=23
2022-12-14 10:07:38 +00:00
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
OBS User buildservice-autocommit
3801f457b4
Updating link to change in openSUSE:Factory/python-pycodestyle revision 12
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=832b57ee33f2cdef5ffaa68ec0ed2ed0
2022-12-08 13:13:48 +00:00
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
24bb383c0b
Accepting request 1040648 from home:yarunachalam:branches:devel:languages:python
...
- Update to version 2.10.0
* 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/1040648
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=21
2022-12-06 16:01:22 +00:00
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
92c364a231
- 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/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=19
2022-08-15 11:02:18 +00:00
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
b039e2fe93
Accepting request 929188 from home:susnux:branches:devel:languages:python
...
- Update to version 2.8.0
OBS-URL: https://build.opensuse.org/request/show/929188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=18
2021-11-06 10:25:12 +00:00
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
d7dcd3cb34
Accepting request 879527 from home:jayvdb:flake8
...
- Update to v2.7.0
OBS-URL: https://build.opensuse.org/request/show/879527
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=16
2021-03-18 08:06:50 +00:00
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
Tomáš Chvátal
227673db14
Accepting request 805552 from home:bnavigator:branches:devel:languages:python
...
- Update to version 2.6.0
* E306: fix detection inside ``async def``.
PR gh#PyCQA/pycodestyle#929.
* E301: fix regression disallowing decorated one-liners.
PR gh#PyCQA/pycodestyle#927.
* E714: fix false positive with chained ``is not``.
PR gh#PyCQA/pycodestyle#931.
- Update to version 2.6.0a1
New checks:
* E225: require whitespace around ``and`` ``in`` ``is`` and ``or``.
PR gh#PyCQA/pycodestyle#847.
Changes:
* E117: fix indentation using tabs by treating as 8-space indents.
PR gh#PyCQA/pycodestyle#837.
* E721: fix false positive with names containg ``istype``.
PR gh#PyCQA/pycodestyle#850.
* E741: allow ``l`` as a named argument in a function call.
PR gh#PyCQA/pycodestyle#853.
* E302: fix false-negative with decorated functions.
PR gh#PyCQA/pycodestyle#859.
* W504: ellipsis (``...``) is no longer treated as a binary operator.
PR gh#PyCQA/pycodestyle#875.
* E402: allow ``with``, ``if``, ``elif``, ``else`` to guard imports.
PR gh#PyCQA/pycodestyle#834.
* Add support for assignment expressions ``:=`` (PEP 572).
PR gh#PyCQA/pycodestyle#879.
* Add support for positional-only arguments ``/`` (PEP 570).
PR gh#PyCQA/pycodestyle#872, gh#PyCQA/pycodestyle#918.
* Add support for python 3.8.
* Add support for matrix multiplication operator ``@`` (PEP 465).
PR gh#PyCQA/pycodestyle#897.
* Support visual indent for continuation lines for ``with`` / ``assert`` /
``raise``. PR gh#PyCQA/pycodestyle#912.
* E302: allow two blank lines after a block of one-liners.
PR gh#PyCQA/pycodestyle#913.
* E302: allow two-and-fewer newlines at the top of the file.
PR gh#PyCQA/pycodestyle#919.
- install executable as alternative
OBS-URL: https://build.opensuse.org/request/show/805552
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=14
2020-05-14 12:56:25 +00:00
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
Tomáš Chvátal
086fb9c49a
Accepting request 670469 from home:jayvdb:branches:devel:languages:python
...
- update to version 2.5.0
* New checks:
+ E117: Over-indented code blocks
+ W505: Maximum doc-string length only when configured with --max-doc-length
* Changes:
+ Remove support for EOL Python 2.6 and 3.3. PR #720 .
+ Add E117 error for over-indented code blocks.
+ Allow W605 to be silenced by `# noqa` and fix the position reported by W605
+ Allow users to omit blank lines around one-liner definitions of classes and
functions
+ Include the function return annotation (``->``) as requiring surrounding
whitespace only on Python 3
+ Verify that only names can follow ``await``. Previously we allowed numbers
and strings.
+ Add support for Python 3.7
+ Fix detection of annotated argument defaults for E252
+ Correct the position reported by W504
- Removed comp_w_changes_tokenize.patch as it was merged into version 2.5.0
OBS-URL: https://build.opensuse.org/request/show/670469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=12
2019-02-01 10:49:05 +00:00
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
bb4ba55772
Accepting request 639619 from home:mcepl:work
...
- Add comp_w_changes_tokenize.patch to make tests more stable
(gh#pycqa/pycodestyle#786)
OBS-URL: https://build.opensuse.org/request/show/639619
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=10
2018-10-02 15:04:14 +00:00
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
Tomáš Chvátal
a3f4a04e1c
- Fix provides/obsoletes for pep8
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=8
2018-08-08 12:40:21 +00:00
Tomáš Chvátal
e680be71d6
- Really run tests
...
- Drop devel dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=7
2018-08-08 12:39:58 +00:00
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
Tomáš Chvátal
3952b8659f
Accepting request 595497 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/595497
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=5
2018-04-11 07:42:43 +00:00
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