15
0

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
This commit is contained in:
2021-05-04 06:44:16 +00:00
committed by Git OBS Bridge
parent 818dd45bdb
commit 044c357094
4 changed files with 12 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cee3b20a5123152c697870e7e800b60e3c95eb89e272a2b63d8cf55cafb0472c
size 12814

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3db4d6feaec5343741feb07c75ab4f00be742f71ec2cad82d89a33b9326f8fe
size 13897

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 4 06:41:27 UTC 2021 - Markéta Machová <mmachova@suse.com>
- 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 <code@bnavigator.de>

View File

@@ -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