forked from pool/python-pytest-isort
- Update to 0.3.0:
* Improve display of test result by appending ::ISORT * This release requires pytest 3.5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-isort?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
a05190aaf4
commit
9cddd0bd9a
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4227b647bdd0566897203353c028f16c8603705f5d8014ecd453a3518f140345
|
|
||||||
size 5844
|
|
||||||
3
pytest-isort-0.3.1.tar.gz
Normal file
3
pytest-isort-0.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4bfee60dad1870b51700d55a85f5ceda766bd9d3d2878c1bbabee80e61b1be1a
|
||||||
|
size 6429
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 8 11:07:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.3.0:
|
||||||
|
* Improve display of test result by appending ::ISORT
|
||||||
|
* This release requires pytest 3.5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 14 14:11:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Thu Feb 14 14:11:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,20 +18,20 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pytest-isort
|
Name: python-pytest-isort
|
||||||
Version: 0.2.1
|
Version: 0.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Plugin for pytest to perform isort checks
|
Summary: Plugin for pytest to perform isort checks
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: http://github.com/moccu/pytest-isort/
|
URL: http://github.com/moccu/pytest-isort/
|
||||||
Source: https://github.com/moccu/pytest-isort/archive/%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pytest-isort/pytest-isort-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module isort >= 4.0}
|
BuildRequires: %{python_module isort >= 4.0}
|
||||||
BuildRequires: %{python_module pytest >= 3.0}
|
BuildRequires: %{python_module pytest >= 3.5}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-isort >= 4.0
|
Requires: python-isort >= 4.0
|
||||||
Requires: python-pytest >= 3.0
|
Requires: python-pytest >= 3.5
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@ This is a py.test plugin to check import ordering using isort.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGELOG.rst README.rst
|
%doc CHANGELOG.rst README.rst
|
||||||
|
|||||||
Reference in New Issue
Block a user