From 20c028192839e3ff6b149165e4719b07575c5b8aa74b6baef4f9783d2ca19ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 16:44:51 +0000 Subject: [PATCH] Accepting request 682593 from home:jayvdb:py-check-failures - Fix python base dependency to allow on Python 3.6 - Make dependency on python-typing explicit - Update to v19.3.0 - Set pyflakes minimum dependency - Blacken source OBS-URL: https://build.opensuse.org/request/show/682593 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-pyi?expand=0&rev=7 --- flake8-pyi-19.2.0.tar.gz | 3 --- flake8-pyi-19.3.0.tar.gz | 3 +++ python-flake8-pyi.changes | 9 +++++++++ python-flake8-pyi.spec | 9 +++++++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 flake8-pyi-19.2.0.tar.gz create mode 100644 flake8-pyi-19.3.0.tar.gz diff --git a/flake8-pyi-19.2.0.tar.gz b/flake8-pyi-19.2.0.tar.gz deleted file mode 100644 index fa49e53..0000000 --- a/flake8-pyi-19.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2e4af113d0004abc3e8e15a66a1b5fe9103bfce731703b4c3b3c8c7633114ef -size 11278 diff --git a/flake8-pyi-19.3.0.tar.gz b/flake8-pyi-19.3.0.tar.gz new file mode 100644 index 0000000..672975c --- /dev/null +++ b/flake8-pyi-19.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3646134dcc5269d3fd017624961de83cc0a0404f620233885ad86faf64265a11 +size 11417 diff --git a/python-flake8-pyi.changes b/python-flake8-pyi.changes index 688bbb4..31bcb90 100644 --- a/python-flake8-pyi.changes +++ b/python-flake8-pyi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 7 16:34:17 UTC 2019 - John Vandenberg + +- Fix python base dependency to allow on Python 3.6 +- Make dependency on python-typing explicit +- Update to v19.3.0 + - Set pyflakes minimum dependency + - Blacken source + ------------------------------------------------------------------- Thu Feb 28 09:43:51 UTC 2019 - John Vandenberg diff --git a/python-flake8-pyi.spec b/python-flake8-pyi.spec index d45e84f..9dd5f19 100644 --- a/python-flake8-pyi.spec +++ b/python-flake8-pyi.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flake8-pyi -Version: 19.2.0 +Version: 19.3.0 Release: 0 Summary: A plugin for flake8 to enable linting .pyi files License: MIT @@ -27,18 +27,23 @@ Group: Development/Languages/Python Url: https://github.com/ambv/flake8-pyi Source: https://files.pythonhosted.org/packages/source/f/flake8-pyi/flake8-pyi-%{version}.tar.gz Source1: https://raw.githubusercontent.com/ambv/flake8-pyi/master/LICENSE -BuildRequires: %{python_module base > 3.6.0} +BuildRequires: %{python_module base >= 3.6.0} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module attrs} BuildRequires: %{python_module flake8 >= 3.2.1} +BuildRequires: %{python_module pyflakes >= 2.1.1} # Use pytest directly to bypass setup.py test dependencies BuildRequires: %{python_module pytest} +BuildRequires: %{python_module typing} # /SECTION BuildRequires: fdupes Requires: python-attrs +Requires: python-base >= 3.6.0 Requires: python-flake8 >= 3.2.1 +Requires: python-pyflakes >= 2.1.1 +Requires: python-typing BuildArch: noarch %python_subpackages