15
0

Accepting request 1006735 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1006735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8-blind-except?expand=0&rev=3
This commit is contained in:
2022-09-29 16:13:18 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 28 15:45:19 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 0.2.1:
* Remove setuptools from install_requires (#8)
-------------------------------------------------------------------
Sat Jan 15 15:39:23 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-flake8-blind-except
Version: 0.2.0
Version: 0.2.1
Release: 0
Summary: A flake8 extension that checks for blind except: statements
License: MIT
@@ -29,7 +29,6 @@ Source1: LICENSE
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
BuildArch: noarch
%python_subpackages
@@ -50,6 +49,8 @@ cp %{SOURCE1} LICENSE
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/flake8_blind_except.py
%{python_sitelib}/flake8_blind_except-%{version}-py*.egg-info
%pycache_only %{python_sitelib}/__pycache__
%changelog