[packages/python3-pyflakes] - updated to 3.4.0 (for flake8 7.3.x)
qboosh
qboosh at pld-linux.org
Wed Nov 26 22:30:16 CET 2025
commit 3be9680d2b762251da32041dcd75a53197cf5801
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Nov 26 22:30:22 2025 +0100
- updated to 3.4.0 (for flake8 7.3.x)
python3-pyflakes.spec | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/python3-pyflakes.spec b/python3-pyflakes.spec
index 62a1878..69f6911 100644
--- a/python3-pyflakes.spec
+++ b/python3-pyflakes.spec
@@ -1,27 +1,28 @@
#
# Conditional build:
-%bcond_without tests # test target
+%bcond_without tests # unit tests
%define module pyflakes
Summary: Passive checker of Python programs
Summary(pl.UTF-8): Pasywny program do sprawdzania programów w Pythonie
Name: python3-%{module}
-Version: 3.3.2
+# note: keep in sync with flake8.spec
+Version: 3.4.0
Release: 1
License: MIT
Group: Development/Tools
#Source0Download: https://pypi.org/simple/pyflakes/
Source0: https://files.pythonhosted.org/packages/source/p/pyflakes/%{module}-%{version}.tar.gz
-# Source0-md5: 9bdc5cda9ddfa547e1e1def7a78b08f6
+# Source0-md5: 76545db6fa4f8d2eae64fc425a4b8669
URL: https://github.com/PyCQA/pyflakes
-BuildRequires: python3-devel >= 1:3.4
-BuildRequires: python3-modules >= 1:3.4
+BuildRequires: python3-devel >= 1:3.9
+BuildRequires: python3-modules >= 1:3.9
BuildRequires: python3-setuptools
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
Requires: python3-modules >= 1:3.9
# default binary moved
-Conflicts: python-pyflakes < 2.1.1-4
+Conflicts: python-pyflakes < 2.1.1-4
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -67,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc AUTHORS LICENSE NEWS.rst README.rst
-%attr(755,root,root) %{_bindir}/pyflakes
%attr(755,root,root) %{_bindir}/pyflakes-3
+%{_bindir}/pyflakes
%{py3_sitescriptdir}/pyflakes
%{py3_sitescriptdir}/pyflakes-%{version}-py*.egg-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-pyflakes.git/commitdiff/3be9680d2b762251da32041dcd75a53197cf5801
More information about the pld-cvs-commit
mailing list