15
0

- update to 0.2.0:

* B902 error added for cases where a blind ``Exception`` is caught

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-blind-except?expand=0&rev=4
This commit is contained in:
2022-01-15 15:39:56 +00:00
committed by Git OBS Bridge
parent 8ebc9fb094
commit e9a2c0b758
4 changed files with 12 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-flake8-blind-except
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-flake8-blind-except
Version: 0.1.1
Version: 0.2.0
Release: 0
Summary: A flake8 extension that checks for blind except: statements
License: MIT
Group: Development/Languages/Python
Url: https://github.com/elijahandrews/flake8-blind-except
URL: https://github.com/elijahandrews/flake8-blind-except
Source: https://files.pythonhosted.org/packages/source/f/flake8-blind-except/flake8-blind-except-%{version}.tar.gz
Source1: LICENSE
BuildRequires: %{python_module setuptools}
@@ -31,7 +31,6 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
BuildArch: noarch
%python_subpackages
%description