From 4dc6c7ae0262e3c60b9afd5f09c6ae0e75718fa795f99091fed77f626b79736f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 31 Jul 2019 09:27:04 +0000 Subject: [PATCH] - Format with spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-vcr?expand=0&rev=2 --- python-pytest-vcr.changes | 5 +++++ python-pytest-vcr.spec | 18 +++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/python-pytest-vcr.changes b/python-pytest-vcr.changes index 013760e..1419b6c 100644 --- a/python-pytest-vcr.changes +++ b/python-pytest-vcr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 31 09:26:56 UTC 2019 - Tomáš Chvátal + +- Format with spec-cleaner + ------------------------------------------------------------------- Tue Jul 30 14:56:49 UTC 2019 - John Vandenberg diff --git a/python-pytest-vcr.spec b/python-pytest-vcr.spec index 7f04458..68a1bf2 100644 --- a/python-pytest-vcr.spec +++ b/python-pytest-vcr.spec @@ -12,29 +12,29 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-vcr Version: 1.0.2 Release: 0 -License: MIT Summary: Plugin for managing VCR.py cassettes -Url: https://github.com/ktosiek/pytest-vcr +License: MIT Group: Development/Languages/Python +URL: https://github.com/ktosiek/pytest-vcr Source: https://github.com/ktosiek/pytest-vcr/archive/%{version}.tar.gz#/pytest-vcr-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-pytest >= 3.6.0 +Requires: python-vcrpy +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest >= 3.6.0} BuildRequires: %{python_module vcrpy} # /SECTION -BuildRequires: fdupes -Requires: python-pytest >= 3.6.0 -Requires: python-vcrpy -BuildArch: noarch - %python_subpackages %description