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 45 additions and 7 deletions

View File

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

BIN
pycodestyle-2.13.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Aug 21 16:12:39 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives on SLE-16-based and newer systems only
-------------------------------------------------------------------
Sat Jul 19 07:30:53 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives
-------------------------------------------------------------------
Tue Apr 15 07:56:06 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.13.0:
* Improve performance.
* Drop EOL python 3.8.
* E251: fix false positive for PEP 696 defaults
-------------------------------------------------------------------
Sun Aug 18 16:49:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.12.1:
* Properly preserve escaped `{` and `}` in fstrings in logical
lines in 3.12+.
-------------------------------------------------------------------
Mon Jun 17 06:30:52 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pycodestyle
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,14 @@
#
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?sle15_python_module_pythons}
Name: python-pycodestyle
Version: 2.12.0
Version: 2.13.0
Release: 0
Summary: Python style guide checker
License: MIT
@@ -31,11 +36,16 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun): update-alternatives
Provides: python-pep8 = %{version}
Obsoletes: python-pep8 < %{version}
BuildArch: noarch
%if %{with libalternatives}
BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(postun): update-alternatives
%endif
%python_subpackages
%description
@@ -64,6 +74,9 @@ sed -ri '1s/^#!.*//' pycodestyle.py
%postun
%python_uninstall_alternative pycodestyle
%pre
%python_libalternatives_reset_alternative pycodestyle
%check
%pytest