diff --git a/flake8_pyi-23.11.0.tar.gz b/flake8_pyi-23.11.0.tar.gz deleted file mode 100644 index f1da4b0..0000000 --- a/flake8_pyi-23.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93de2acdd34db508c87e7b5c5b431108e15dfd349a162ab194b9ac49f3b99103 -size 56425 diff --git a/flake8_pyi-24.1.0.tar.gz b/flake8_pyi-24.1.0.tar.gz new file mode 100644 index 0000000..8efc122 --- /dev/null +++ b/flake8_pyi-24.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c63c70bddb948398620d20b8c02acf949d6123ecaaae262b712a40a4c94093 +size 58329 diff --git a/python-flake8-pyi.changes b/python-flake8-pyi.changes index 94f8d8e..1f68f40 100644 --- a/python-flake8-pyi.changes +++ b/python-flake8-pyi.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Jan 6 17:19:24 UTC 2024 - Dirk Müller + +- update to 24.1.0: + * Y062: Disallow duplicate elements inside `Literal[]` slices. + * Support flake8>=7.0.0 + * Y061 is no longer emitted in situations where Y062 would also + be emitted. + * Improve error message for Y060. + * Y023 now bans more imports from `typing_extensions` now that + typeshed has dropped support for Python 3.7. + * Y016: Fix false positive if a method had positional-only + parameters (using PEP 570 syntax and the first + positional-or-keyword parameter following the positional-only + parameters used a custom TypeVar (see #455). + * Y046: Fix false negative where an unused protocol would not + be detected if the protocol was generic. + ------------------------------------------------------------------- Tue Dec 5 21:07:25 UTC 2023 - Dirk Müller diff --git a/python-flake8-pyi.spec b/python-flake8-pyi.spec index 2902a1e..5103b8c 100644 --- a/python-flake8-pyi.spec +++ b/python-flake8-pyi.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8-pyi # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-flake8-pyi -Version: 23.11.0 +Version: 24.1.0 Release: 0 Summary: A plugin for flake8 to enable linting .pyi files License: MIT