diff --git a/flake8-builtins-3.0.0.tar.gz b/flake8-builtins-3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1f95700f8509e920af6ca312160eb6eac3d17e28 Binary files /dev/null and b/flake8-builtins-3.0.0.tar.gz differ diff --git a/python-flake8-builtins.spec b/python-flake8-builtins.spec index d469fa11e06867837f66ddbc496a54d6495a6f23..564742d730b640a2d47e868adfcdfecdf936dad9 100644 --- a/python-flake8-builtins.spec +++ b/python-flake8-builtins.spec @@ -1,7 +1,7 @@ %global srcname flake8-builtins Name: python-%{srcname} -Version: 2.5.0 +Version: 3.0.0 Release: 1 Summary: Check for python builtins being used as variables or parameters @@ -52,6 +52,11 @@ BuildRequires: python%{python3_pkgversion}-devel %changelog +* Fri Oct 17 2025 Yu Peng - 3.0.0-1 +- Upgrade to 3.0.0 + * Change A005 to report errors on first line, rather than on line zero. + * Add support for Python 3.13. + * Fri Oct 25 2024 Dongxing Wang - 2.5.0-1 - Update package to version 2.5.0 Support detecting a shadowing folder as module name