15
0

- update to 24.6.0:

* Allow the use of `typing_extensions.TypeVar` in stubs.
  * `typing_extensions.TypeVar` has the *default* parameter,
    which only exists on Python 3.13+ when using `typing.TypeVar`.
  * Reduce false positives from Y052 in relation to enum
    subclasses.
  * Declare support for Python 3.13

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-pyi?expand=0&rev=31
This commit is contained in:
2024-06-15 15:36:28 +00:00
committed by Git OBS Bridge
parent fddffc54b5
commit 38e7ee9ca9
4 changed files with 15 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-flake8-pyi
Version: 24.4.1
Version: 24.6.0
Release: 0
Summary: A plugin for flake8 to enable linting .pyi files
License: MIT