From e9a2c0b75865e91e2fdbcfe0a586271193d4ebc810b8e4504fb0800c5ac6bae8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Jan 2022 15:39:56 +0000 Subject: [PATCH] - 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 --- flake8-blind-except-0.1.1.tar.gz | 3 --- flake8-blind-except-0.2.0.tar.gz | 3 +++ python-flake8-blind-except.changes | 6 ++++++ python-flake8-blind-except.spec | 7 +++---- 4 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 flake8-blind-except-0.1.1.tar.gz create mode 100644 flake8-blind-except-0.2.0.tar.gz diff --git a/flake8-blind-except-0.1.1.tar.gz b/flake8-blind-except-0.1.1.tar.gz deleted file mode 100644 index f68db28..0000000 --- a/flake8-blind-except-0.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aca3356633825544cec51997260fe31a8f24a1a2795ce8e81696b9916745e599 -size 2534 diff --git a/flake8-blind-except-0.2.0.tar.gz b/flake8-blind-except-0.2.0.tar.gz new file mode 100644 index 0000000..eb41453 --- /dev/null +++ b/flake8-blind-except-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a860a1a19cb602c006a3fe0778035b0d14d3f57929b4b798bc7d6684f204e5 +size 3227 diff --git a/python-flake8-blind-except.changes b/python-flake8-blind-except.changes index 00e4ae8..3a0ac52 100644 --- a/python-flake8-blind-except.changes +++ b/python-flake8-blind-except.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 15 15:39:23 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-flake8-blind-except.spec b/python-flake8-blind-except.spec index 672886d..8bcfdf8 100644 --- a/python-flake8-blind-except.spec +++ b/python-flake8-blind-except.spec @@ -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