15
0

5 Commits

Author SHA256 Message Date
921de80d47 Convert to libalternatives, bsc#1245883 2025-11-03 15:00:08 +01:00
d81f13c84c 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
664c8dd624 - 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
fce1ea7a59 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
91a687ea69 - 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
4 changed files with 4 additions and 12 deletions

BIN
pycodestyle-2.13.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffcf4dc55f1e5fbdc6dd6acf5db0fd07ded534ae376eee23a742e1410b48d9ae
size 81096

View File

@@ -8,14 +8,6 @@ Sat Jul 19 07:30:53 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives
-------------------------------------------------------------------
Sun Jul 13 12:35:54 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.14.0:
* Add support for python 3.14. PR #1283.
* Fix false positive for TypeVar defaults with more than one
argument.
-------------------------------------------------------------------
Tue Apr 15 07:56:06 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -23,7 +23,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-pycodestyle
Version: 2.14.0
Version: 2.13.0
Release: 0
Summary: Python style guide checker
License: MIT