diff --git a/flake8-blind-except-0.2.0.tar.gz b/flake8-blind-except-0.2.0.tar.gz deleted file mode 100644 index eb41453..0000000 --- a/flake8-blind-except-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02a860a1a19cb602c006a3fe0778035b0d14d3f57929b4b798bc7d6684f204e5 -size 3227 diff --git a/flake8-blind-except-0.2.1.tar.gz b/flake8-blind-except-0.2.1.tar.gz new file mode 100644 index 0000000..c6c51a6 --- /dev/null +++ b/flake8-blind-except-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25a575a9dcb3eeb3c760bf9c22db60b8b5a23120224ed1faa9a43f75dd7dd16 +size 3729 diff --git a/python-flake8-blind-except.changes b/python-flake8-blind-except.changes index 3a0ac52..7734b34 100644 --- a/python-flake8-blind-except.changes +++ b/python-flake8-blind-except.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 28 15:45:19 UTC 2022 - Arun Persaud + +- update to version 0.2.1: + * Remove setuptools from install_requires (#8) + ------------------------------------------------------------------- Sat Jan 15 15:39:23 UTC 2022 - Dirk Müller diff --git a/python-flake8-blind-except.spec b/python-flake8-blind-except.spec index 8bcfdf8..1d7e775 100644 --- a/python-flake8-blind-except.spec +++ b/python-flake8-blind-except.spec @@ -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