From 352a0c255f2c1abfc72ba4964c2531c5fba77a86ad3d316e94afa33ae04899f8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 16 Apr 2018 10:51:17 +0000 Subject: [PATCH] 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 --- pytest-flake8-0.9.1.tar.gz | 3 --- pytest-flake8-1.0.0.tar.gz | 3 +++ python-pytest-flake8.changes | 11 +++++++++++ python-pytest-flake8.spec | 17 ++++++++--------- 4 files changed, 22 insertions(+), 12 deletions(-) delete mode 100644 pytest-flake8-0.9.1.tar.gz create mode 100644 pytest-flake8-1.0.0.tar.gz diff --git a/pytest-flake8-0.9.1.tar.gz b/pytest-flake8-0.9.1.tar.gz deleted file mode 100644 index 0c47e35..0000000 --- a/pytest-flake8-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e716072d07a557defdd5c4141984569731e292961370a5663c1697283aa16200 -size 7959 diff --git a/pytest-flake8-1.0.0.tar.gz b/pytest-flake8-1.0.0.tar.gz new file mode 100644 index 0000000..f4864cb --- /dev/null +++ b/pytest-flake8-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3996de65a1219697596acac755090c70c47ec901edc438ea88ce1aa6098fb905 +size 8382 diff --git a/python-pytest-flake8.changes b/python-pytest-flake8.changes index 248d7fc..11ad4c8 100644 --- a/python-pytest-flake8.changes +++ b/python-pytest-flake8.changes @@ -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 diff --git a/python-pytest-flake8.spec b/python-pytest-flake8.spec index 4ec1f75..bfe2696 100644 --- a/python-pytest-flake8.spec +++ b/python-pytest-flake8.spec @@ -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