diff --git a/flake8_comprehensions-3.14.0.tar.gz b/flake8_comprehensions-3.14.0.tar.gz deleted file mode 100644 index f912bd0679f73d32fa3e03d6edd1bd7e1eba65b3..0000000000000000000000000000000000000000 Binary files a/flake8_comprehensions-3.14.0.tar.gz and /dev/null differ diff --git a/flake8_comprehensions-3.16.0.tar.gz b/flake8_comprehensions-3.16.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3b220d89db5fa3fe1235af8d0400eccccd289330 Binary files /dev/null and b/flake8_comprehensions-3.16.0.tar.gz differ diff --git a/python-flake8-comprehensions.spec b/python-flake8-comprehensions.spec index c123ec0bd3494861ce359e0de83b93bdd0128a11..b16fcd894b0e7770ce909d41249ca413c09bc10d 100644 --- a/python-flake8-comprehensions.spec +++ b/python-flake8-comprehensions.spec @@ -3,13 +3,13 @@ %global source_name flake8_comprehensions Name: python-%{pypi_name} -Version: 3.14.0 +Version: 3.16.0 Release: 1 Summary: A flake8 plugin that helps you write better list/set/dict comprehensions. License: MIT URL: https://github.com/adamchainz/flake8-comprehensions -Source0: %{url}/archive/%{version}/%{source_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/6d/7d/7ffaa876ca5b330fc244287208dce1d12515b88a69488ea90ab58c94501d/flake8_comprehensions-3.16.0.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -45,6 +45,12 @@ A flake8 plugin that helps you write better list/set/dict comprehensions. %{python3_sitelib}/flake8_comprehensions %changelog +* Thu Oct 31 2024 muxiaohui - 3.16.0-1 +- Update version to 3.16.0 + Drop Python 3.8 support. + Support Python 3.13. + Add rule C420 to check for dict comprehensions with constant values, encouraging replacement with dict.fromkeys(). + * Mon Aug 21 2023 zoujiancang - 3.14.0-1 - Initial package