diff --git a/flake8_pyi-24.3.1.tar.gz b/flake8_pyi-24.3.1.tar.gz deleted file mode 100644 index 467d190..0000000 --- a/flake8_pyi-24.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:129556c7f2d7282b5a46c0de355eaabcea6d6f6d903873b9c83a345306de997f -size 60508 diff --git a/flake8_pyi-24.4.1.tar.gz b/flake8_pyi-24.4.1.tar.gz new file mode 100644 index 0000000..4bd0771 --- /dev/null +++ b/flake8_pyi-24.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5678c4775e1d8aaefe17d1704e4783782729f39920c67560c11fae5653cbf9 +size 61167 diff --git a/python-flake8-pyi.changes b/python-flake8-pyi.changes index bc259a8..47556a0 100644 --- a/python-flake8-pyi.changes +++ b/python-flake8-pyi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Apr 20 13:45:03 UTC 2024 - Dirk Müller + +- update to 24.4.1: + * Y066: When using if/else with `sys.version_info`, + put the code for new Python versions first. + * Fix Y026 false positive: allow simple assignment to `None` in + class scopes if the class is known to be an enum class. + ------------------------------------------------------------------- Sun Apr 7 09:02:03 UTC 2024 - Dirk Müller diff --git a/python-flake8-pyi.spec b/python-flake8-pyi.spec index e09e488..a7d153d 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.1 +Version: 24.4.1 Release: 0 Summary: A plugin for flake8 to enable linting .pyi files License: MIT