diff --git a/flake8-pyi-20.10.0.tar.gz b/flake8-pyi-20.10.0.tar.gz new file mode 100644 index 0000000..7742652 --- /dev/null +++ b/flake8-pyi-20.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee3b20a5123152c697870e7e800b60e3c95eb89e272a2b63d8cf55cafb0472c +size 12814 diff --git a/flake8-pyi-20.5.0.tar.gz b/flake8-pyi-20.5.0.tar.gz deleted file mode 100644 index 3458fe1..0000000 --- a/flake8-pyi-20.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3db4d6feaec5343741feb07c75ab4f00be742f71ec2cad82d89a33b9326f8fe -size 13897 diff --git a/python-flake8-pyi.changes b/python-flake8-pyi.changes index 100f6dc..86735bb 100644 --- a/python-flake8-pyi.changes +++ b/python-flake8-pyi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 4 06:41:27 UTC 2021 - Markéta Machová + +- Update to 20.10.0 + * Fix for Python 3.9's AST changes + * skip typeshed test for older Python versions + ------------------------------------------------------------------- Fri May 15 21:22:02 UTC 2020 - Benjamin Greiner diff --git a/python-flake8-pyi.spec b/python-flake8-pyi.spec index bb3afd2..999bba6 100644 --- a/python-flake8-pyi.spec +++ b/python-flake8-pyi.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8-pyi # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flake8-pyi -Version: 20.5.0 +Version: 20.10.0 Release: 0 Summary: A plugin for flake8 to enable linting .pyi files License: MIT