forked from pool/python-pytest-flake8
Accepting request 596766 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/596766 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-flake8?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e716072d07a557defdd5c4141984569731e292961370a5663c1697283aa16200
|
||||
size 7959
|
||||
3
pytest-flake8-1.0.0.tar.gz
Normal file
3
pytest-flake8-1.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3996de65a1219697596acac755090c70c47ec901edc438ea88ce1aa6098fb905
|
||||
size 8382
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 15 18:41:27 UTC 2018 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
|
||||
- update to version 1.0.0:
|
||||
* Honor ignore settings in default flake8 config section; from
|
||||
brianbruggeman@github
|
||||
* Improve junit XML output; from Struan Judd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 01:50:31 UTC 2017 - arun@gmx.de
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-flake8
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,25 +19,24 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-pytest-flake8
|
||||
Version: 0.9.1
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Plugin for pytest to check FLAKE8 requirements
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/tholo/pytest-flake8
|
||||
URL: https://github.com/tholo/pytest-flake8
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-flake8/pytest-flake8-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-flake8 >= 3.0
|
||||
Requires: python-pytest >= 2.8
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module flake8 >= 3.0}
|
||||
BuildRequires: %{python_module pytest >= 2.8}
|
||||
%endif
|
||||
Requires: python-flake8 >= 3.0
|
||||
Requires: python-pytest >= 2.8
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -59,8 +58,8 @@ Plugin for py.test for efficiently checking PEP8 compliance.
|
||||
%endif
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGELOG LICENSE README.rst
|
||||
%license LICENSE
|
||||
%doc CHANGELOG README.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user