15
0

Accepting request 946646 from devel:languages:python

- update to 0.2.0:
  * B902 error added for cases where a blind ``Exception`` is caught

OBS-URL: https://build.opensuse.org/request/show/946646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8-blind-except?expand=0&rev=2
This commit is contained in:
2022-01-15 19:05:17 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 15 15:39:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.2.0:
* B902 error added for cases where a blind ``Exception`` is caught
-------------------------------------------------------------------
Tue Dec 4 12:48:01 UTC 2018 - Matej Cepl <mcepl@suse.com>

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