forked from pool/python-flake8-pyi
Accepting request 1181038 from devel:languages:python
- 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/request/show/1181038
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8-pyi?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac5678c4775e1d8aaefe17d1704e4783782729f39920c67560c11fae5653cbf9
|
||||
size 61167
|
||||
3
flake8_pyi-24.6.0.tar.gz
Normal file
3
flake8_pyi-24.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74847fe88dba8dc3ccd27091dc5dcbe8993d7616214e4084f33afe469a675b14
|
||||
size 61912
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 15 15:36:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 20 13:45:03 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user