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