linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / python-modules / flake8-future-import / fix-annotations-version.patch
blob2e3062c8ac4349c91c19dd3c179243d6423b35b4
1 diff --git a/flake8_future_import.py b/flake8_future_import.py
2 index 92c3fda..27a1a66 100755
3 --- a/flake8_future_import.py
4 +++ b/flake8_future_import.py
5 @@ -76,7 +76,7 @@ UNICODE_LITERALS = Feature(4, 'unicode_literals', (2, 6, 0), (3, 0, 0))
6 GENERATOR_STOP = Feature(5, 'generator_stop', (3, 5, 0), (3, 7, 0))
7 NESTED_SCOPES = Feature(6, 'nested_scopes', (2, 1, 0), (2, 2, 0))
8 GENERATORS = Feature(7, 'generators', (2, 2, 0), (2, 3, 0))
9 -ANNOTATIONS = Feature(8, 'annotations', (3, 7, 0), (4, 0, 0))
10 +ANNOTATIONS = Feature(8, 'annotations', (3, 7, 0), (3, 10, 0))
13 # Order important as it defines the error code