--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-b122dbb2f3
2025-09-30 00:16:01.636993+00:00
--------------------------------------------------------------------------------

Name        : python-flake8-comprehensions
Product     : Fedora 43
Version     : 3.16.0
Release     : 3.fc43
URL         : https://github.com/adamchainz/flake8-comprehensions
Summary     : Flake8 plugin that helps you write better list/set/dict 
comprehensions
Description :
A flake8 plugin to identify the following patterns:

- C400-402: Unnecessary generator - rewrite as a <list/set/dict> comprehension.
- C403-404: Unnecessary list comprehension - rewrite as a <set/dict>
  comprehension.
- C405-406: Unnecessary <list/tuple> literal - rewrite as a <set/dict> literal.
- C408: Unnecessary <dict/list/tuple> call - rewrite as a literal.
- C409-410: Unnecessary <list/tuple> passed to <list/tuple>() - (remove the
  outer call to <list/tuple>``()/rewrite as a ``<list/tuple> literal).
- C411: Unnecessary list call - remove the outer call to list().
- C412: Unnecessary <dict/list/set> comprehension - in can take a generator.
- C413: Unnecessary <list/reversed> call around sorted().
- C414: Unnecessary <list/reversed/set/sorted/tuple> call within
  <list/set/sorted/tuple>().
- C415: Unnecessary subscript reversal of iterable within
  <reversed/set/sorted>().
- C416: Unnecessary <list/set> comprehension - rewrite using <list/set>().
- C417: Unnecessary map usage - rewrite using a generator
  expression/<list/set/dict> comprehension.
- C418: Unnecessary <dict/dict comprehension> passed to dict() - remove the
  outer call to dict().
- C419 Unnecessary list comprehension in <any/all>() prevents short-
  circuiting - rewrite as a generator.
- C420: Unnecessary dict comprehension - rewrite using dict.fromkeys().

--------------------------------------------------------------------------------
Update Information:

Rebuilt for Python 3.14.0rc3 bytecode change
--------------------------------------------------------------------------------
ChangeLog:

* Fri Sep 19 2025 Python Maint <python-ma...@redhat.com> - 3.16.0-3
- Rebuilt for Python 3.14.0rc3 bytecode
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-b122dbb2f3' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------

-- 
_______________________________________________
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to