forked from pool/python-pycodestyle
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d81f13c84c | |||
| 664c8dd624 | |||
| fce1ea7a59 | |||
| 91a687ea69 |
BIN
pycodestyle-2.13.0.tar.gz
LFS
Normal file
BIN
pycodestyle-2.13.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffcf4dc55f1e5fbdc6dd6acf5db0fd07ded534ae376eee23a742e1410b48d9ae
|
||||
size 81096
|
||||
@@ -1,21 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pycodestyle
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,14 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} > 1500
|
||||
%bcond_without libalternatives
|
||||
%else
|
||||
%bcond_with libalternatives
|
||||
%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
|
||||
@@ -36,16 +31,11 @@ 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
|
||||
@@ -74,9 +64,6 @@ sed -ri '1s/^#!.*//' pycodestyle.py
|
||||
%postun
|
||||
%python_uninstall_alternative pycodestyle
|
||||
|
||||
%pre
|
||||
%python_libalternatives_reset_alternative pycodestyle
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user