From 5826fee916f08d5d1b3dab70a70e784fa35d8937d6adb3a41dfbe81fd50a2ff7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 29 Oct 2024 21:16:10 +0000 Subject: [PATCH] - 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 --- flake8_pyi-24.6.0.tar.gz | 3 --- flake8_pyi-24.9.0.tar.gz | 3 +++ python-flake8-pyi.changes | 10 ++++++++++ python-flake8-pyi.spec | 3 +-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 flake8_pyi-24.6.0.tar.gz create mode 100644 flake8_pyi-24.9.0.tar.gz diff --git a/flake8_pyi-24.6.0.tar.gz b/flake8_pyi-24.6.0.tar.gz deleted file mode 100644 index 5a08494..0000000 --- a/flake8_pyi-24.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74847fe88dba8dc3ccd27091dc5dcbe8993d7616214e4084f33afe469a675b14 -size 61912 diff --git a/flake8_pyi-24.9.0.tar.gz b/flake8_pyi-24.9.0.tar.gz new file mode 100644 index 0000000..37edae2 --- /dev/null +++ b/flake8_pyi-24.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64fb735022958147afedd52781f263de337a34d118f3294ab2deb184f1c20cd9 +size 61840 diff --git a/python-flake8-pyi.changes b/python-flake8-pyi.changes index 06b01ca..04bb8d5 100644 --- a/python-flake8-pyi.changes +++ b/python-flake8-pyi.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Oct 29 21:15:28 UTC 2024 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Sat Jun 15 15:36:11 UTC 2024 - Dirk Müller diff --git a/python-flake8-pyi.spec b/python-flake8-pyi.spec index a6b226d..796c2bb 100644 --- a/python-flake8-pyi.spec +++ b/python-flake8-pyi.spec @@ -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}