forked from pool/python-flake8-pyi
- update to 24.9.0:
* Don't emit Y053 for long strings inside `Literal` slices or
* metadata strings inside `Annotated` slices.
* `flake8-pyi` no longer supports being run using Python 3.8.
As a result, it not longer depends on the third-party
`ast_decompiler` package.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-pyi?expand=0&rev=33
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-flake8-pyi
|
||||
Version: 24.6.0
|
||||
Version: 24.9.0
|
||||
Release: 0
|
||||
Summary: A plugin for flake8 to enable linting .pyi files
|
||||
License: MIT
|
||||
@@ -28,7 +28,6 @@ Source: https://files.pythonhosted.org/packages/source/f/flake8-pyi/flak
|
||||
# PATCH-FIX-OPENSUSE set-tests-python-path.patch, patch to fix
|
||||
# PYTHONPATH resolution for tests running inside osc
|
||||
Patch0: set-tests-python-path.patch
|
||||
BuildRequires: %{python_module ast-decompiler}
|
||||
BuildRequires: %{python_module base >= 3.8.0}
|
||||
BuildRequires: %{python_module hatch_vcs}
|
||||
BuildRequires: %{python_module hatchling}
|
||||
|
||||
Reference in New Issue
Block a user