diff --git a/flake8-builtins-2.0.1.tar.gz b/flake8-builtins-2.0.1.tar.gz deleted file mode 100644 index d2f1562..0000000 --- a/flake8-builtins-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5aeb420130efe8acbdaf8708a582492413293a3ca25653518f687937879650a5 -size 15721 diff --git a/flake8-builtins-2.1.0.tar.gz b/flake8-builtins-2.1.0.tar.gz new file mode 100644 index 0000000..d40c58f --- /dev/null +++ b/flake8-builtins-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ff1ee96dd4e1f3141141ee6c45a5c7d3b3c440d0949e9b8d345c42b39c51d4 +size 15790 diff --git a/python-flake8-builtins.changes b/python-flake8-builtins.changes index 77c39a5..0781484 100644 --- a/python-flake8-builtins.changes +++ b/python-flake8-builtins.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 2 16:38:17 UTC 2023 - Dirk Müller + +- update to 2.1.0: + * Honor `--builtins` option from flake8 + ------------------------------------------------------------------- Thu Dec 15 21:10:42 UTC 2022 - Dirk Müller diff --git a/python-flake8-builtins.spec b/python-flake8-builtins.spec index 039a46b..e8d51bc 100644 --- a/python-flake8-builtins.spec +++ b/python-flake8-builtins.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8-builtins # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-flake8-builtins -Version: 2.0.1 +Version: 2.1.0 Release: 0 Summary: Flake8 Builtins plugin License: GPL-2.0-only @@ -29,10 +29,10 @@ BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-flake8 >= 6.0.0 +Requires: python-flake8 >= 5.0.4 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module flake8 >= 6.0.0} +BuildRequires: %{python_module flake8 >= 5.0.4} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module hypothesmith} BuildRequires: %{python_module pytest}