diff --git a/3.2.1.tar.gz b/3.2.1.tar.gz new file mode 100644 index 0000000..c23898b --- /dev/null +++ b/3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1591897d08b06399fe18bbb631c74b98871b68ca72f230e1e09c3708c026ce9f +size 5969 diff --git a/flake8-debugger-3.1.0.tar.gz b/flake8-debugger-3.1.0.tar.gz deleted file mode 100644 index 42c876f..0000000 --- a/flake8-debugger-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be4fb88de3ee8f6dd5053a2d347e2c0a2b54bab6733a2280bb20ebd3c4ca1d97 -size 3641 diff --git a/python-flake8-debugger.changes b/python-flake8-debugger.changes index 9999851..9637470 100644 --- a/python-flake8-debugger.changes +++ b/python-flake8-debugger.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 16 10:43:35 UTC 2020 - Tomáš Chvátal + +- Update to 3.2.1: + * no changelog + ------------------------------------------------------------------- Tue Dec 4 12:48:02 UTC 2018 - Matej Cepl diff --git a/python-flake8-debugger.spec b/python-flake8-debugger.spec index 5a1369d..c8e38bd 100644 --- a/python-flake8-debugger.spec +++ b/python-flake8-debugger.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8-debugger # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,25 +18,22 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flake8-debugger -Version: 3.1.0 +Version: 3.2.1 Release: 0 Summary: ipdb/pdb statement checker plugin for flake8 License: MIT -Group: Development/Languages/Python -Url: https://github.com/jbkahn/flake8-debugger -Source: https://files.pythonhosted.org/packages/source/f/flake8-debugger/flake8-debugger-%{version}.tar.gz +URL: https://github.com/jbkahn/flake8-debugger +Source: https://github.com/JBKahn/flake8-debugger/archive/%{version}.tar.gz Source1: LICENSE -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module flake8 >= 1.5} BuildRequires: %{python_module pycodestyle} BuildRequires: %{python_module pytest} # /SECTION -BuildRequires: fdupes -BuildArch: noarch - %python_subpackages %description @@ -44,7 +41,8 @@ ipdb/pdb statement checker plugin for flake8 %prep %setup -q -n flake8-debugger-%{version} -cp %{SOURCE1} LICENSE +cp %{SOURCE1} . +sed -i -e '/pytest-runner/d' setup.py %build %python_build @@ -53,8 +51,11 @@ cp %{SOURCE1} LICENSE %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} -%doc README.rst +%doc README.md %license LICENSE %{python_sitelib}/*