diff --git a/flake8_pyi-24.3.0.tar.gz b/flake8_pyi-24.3.0.tar.gz deleted file mode 100644 index 4886411..0000000 --- a/flake8_pyi-24.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d4e55a499b160a9eeb696ca42d693f340fc0cc4a028e0fc9e3aaf3987cb51a1 -size 59497 diff --git a/flake8_pyi-24.3.1.tar.gz b/flake8_pyi-24.3.1.tar.gz new file mode 100644 index 0000000..467d190 --- /dev/null +++ b/flake8_pyi-24.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129556c7f2d7282b5a46c0de355eaabcea6d6f6d903873b9c83a345306de997f +size 60508 diff --git a/python-flake8-pyi.changes b/python-flake8-pyi.changes index 2d1b0e2..bc259a8 100644 --- a/python-flake8-pyi.changes +++ b/python-flake8-pyi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Apr 7 09:02:03 UTC 2024 - Dirk Müller + +- update to 24.3.1: + * Y064: Use simpler syntax to define final literal types. + * For example, use `x: Final = 42` instead of `x: + Final[Literal[42]]` + * Y065: Don't use bare `Incomplete` in parameter and return + annotations. + * Y090: Fix false positive for `tuple[Unpack[Ts]]`. + ------------------------------------------------------------------- Mon Mar 25 17:31:54 UTC 2024 - Dirk Müller diff --git a/python-flake8-pyi.spec b/python-flake8-pyi.spec index ea33c41..e09e488 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.3.0 +Version: 24.3.1 Release: 0 Summary: A plugin for flake8 to enable linting .pyi files License: MIT