From 38e7ee9ca96cb4fed0a0765190a4e8a17623811e0c1749cfaefbd622d8156247 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Jun 2024 15:36:28 +0000 Subject: [PATCH] - 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 --- flake8_pyi-24.4.1.tar.gz | 3 --- flake8_pyi-24.6.0.tar.gz | 3 +++ python-flake8-pyi.changes | 11 +++++++++++ python-flake8-pyi.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 flake8_pyi-24.4.1.tar.gz create mode 100644 flake8_pyi-24.6.0.tar.gz diff --git a/flake8_pyi-24.4.1.tar.gz b/flake8_pyi-24.4.1.tar.gz deleted file mode 100644 index 4bd0771..0000000 --- a/flake8_pyi-24.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac5678c4775e1d8aaefe17d1704e4783782729f39920c67560c11fae5653cbf9 -size 61167 diff --git a/flake8_pyi-24.6.0.tar.gz b/flake8_pyi-24.6.0.tar.gz new file mode 100644 index 0000000..5a08494 --- /dev/null +++ b/flake8_pyi-24.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74847fe88dba8dc3ccd27091dc5dcbe8993d7616214e4084f33afe469a675b14 +size 61912 diff --git a/python-flake8-pyi.changes b/python-flake8-pyi.changes index 47556a0..06b01ca 100644 --- a/python-flake8-pyi.changes +++ b/python-flake8-pyi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Jun 15 15:36:11 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-flake8-pyi.spec b/python-flake8-pyi.spec index a7d153d..a6b226d 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.4.1 +Version: 24.6.0 Release: 0 Summary: A plugin for flake8 to enable linting .pyi files License: MIT