From 044c3570943b9591c62f4b89c1acc6b50b6cf03a7e7e48dba7d5aac9a89117d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 4 May 2021 06:44:16 +0000 Subject: [PATCH] Accepting request 890237 from home:mcalabkova:branches:devel:languages:python - Update to 20.10.0 * Fix for Python 3.9's AST changes * skip typeshed test for older Python versions OBS-URL: https://build.opensuse.org/request/show/890237 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-pyi?expand=0&rev=11 --- flake8-pyi-20.10.0.tar.gz | 3 +++ flake8-pyi-20.5.0.tar.gz | 3 --- python-flake8-pyi.changes | 7 +++++++ python-flake8-pyi.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 flake8-pyi-20.10.0.tar.gz delete mode 100644 flake8-pyi-20.5.0.tar.gz 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